FarNet.RightControl - Some actions like in other editors

Анонсы новых плагинов. Обсуждение плагинов ведется ниже.
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

FarNet.RightControl - Some actions like in other editors

Post by NightRoman »

RightControl is the FarNet module for Far Manager.

It alters some actions in editors, edit controls, and the command line.
New actions are similar to what many popular editors do on stepping,
selecting, deleting by words, and etc.

Модуль позволяет сделать поведение некоторых операций таким же, как в популярных редакторах. Например, ходим и выделяем по словам так, так это делает Visual Studio или Word/WordPad (последние считают символ "подчеркивание" разделителем слов, а студия – нет; RightControl по умолчанию тоже не считает это разделителем, но можно настроить). Также имеется так называемая опция "Smart home" для редактора, как для перехода, так и для выделения. Все операции запускаются через макросы, привязанные к типичным клавишам. Нужные макросы прилагаются.

Distributed as the NuGet package: https://www.nuget.org/packages/FarNet.RightControl

HOW TO DOWNLOAD AND INSTALL

Download and install manually (normally not recommended): https://nuget.org/api/v2/package/FarNet.RightControl

==
Обсуждение
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

Re: FarNet.RightControl — Ctrl[-Shift]-Left/Right in editor

Post by NightRoman »

http://code.google.com/p/farnet/

1.0.1
* Flip selection on Ctrl-Shift-{Left then Right | Right then Left}
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

Re: FarNet.RightControl — Ctrl[-Shift]-Left/Right in editor

Post by NightRoman »

http://code.google.com/p/farnet/

1.0.2
* Drop existing selection on Ctrl-Left/Right
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

Re: FarNet.RightControl — Step/Select/Delete by words in edi

Post by NightRoman »

http://code.google.com/p/farnet/

1.0.3
* Ctrl-Backspace/Delete (delete by words) use the same rules as step/select
* Registry option Regex allows to define custom text breaks (see Readme.txt)
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

Re: FarNet.RightControl — Step/Select/Delete by words in edi

Post by NightRoman »

http://code.google.com/p/farnet/

1.0.4
* Ctrl-Alt-Left/Right support (select vertical blocks by words)
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

Re: FarNet.RightControl — Step/Select/Delete by words in edi

Post by NightRoman »

http://code.google.com/p/farnet/

1.0.5
* Added support for dialog edit boxes and the command line via menus/macros
* Actions in the editor are also provided only via the menu and macros
* Included PowerShellFar script Install-RightControlMacro-.ps1
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

Re: FarNet.RightControl — Step/Select/Delete by words

Post by NightRoman »

http://code.google.com/p/farnet/

Requires FarNet 4.3.28

1.0.6.
* Workaround: CtrlLeft/Right in dialogs should drop 'unchanged' state (FarNet 4.3.28)
* Workaround: ShiftLeft/Right in dialog and cmdline (until Mantis 1465 is resolved)
* Install-RightControlMacro-.ps1 installs that ShiftLeft/Right macros, too.
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

Re: FarNet.RightControl — Step/Select/Delete by words

Post by NightRoman »

http://code.google.com/p/farnet/

1.0.7.
* Fixed CtrlBS for an empty line and "Cursor beyond end of line" mode.
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

Re: FarNet.RightControl — Step/Select/Delete by words

Post by NightRoman »

http://code.google.com/p/farnet/

1.0.8
* "Smart home" commands a la Visual Studio Home, ShiftHome.
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

Re: FarNet.RightControl — Some actions like in other editors

Post by NightRoman »

http://code.google.com/p/farnet/

1.0.9

Use FarNet 4.3.37. The module works only via the macro function callplugin().
All the menus are removed. Performance is perfect now. See Readme.txt for the
list of commands.

Install-RightControlMacro-.ps1 installs macros that use callplugin().
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

Re: FarNet.RightControl — Some actions like in other editors

Post by NightRoman »

http://code.google.com/p/farnet/

1.0.10

Removed not needed public API.

The module uses new standard FarNet settings and settings panel.
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

Re: FarNet.RightControl — Some actions like in other editors

Post by NightRoman »

http://code.google.com/p/farnet/

2.0.0

Adapted for Far3 + FarNet5.
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

Re: FarNet.RightControl — Some actions like in other editors

Post by NightRoman »

2.0.1

Use Far 3.0.2574 and FarNet 5.0.19.
Avoided post-selection issues in the Far editor.

http://code.google.com/p/farnet/downloads/list
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

Re: FarNet.RightControl — Some actions like in other editors

Post by NightRoman »

2.0.2

Adapted for FarNet 5.0.31

http://code.google.com/p/farnet/downloads/list
User avatar
NightRoman
Posts: 6184
Joined: Fri 18 Aug, 2006 13:52
Location: Cambridge, UK
Has thanked: 32 times
Been thanked: 62 times
Contact:

Re: FarNet.RightControl - Some actions like in other editors

Post by NightRoman »

NuGet package: https://www.nuget.org/packages/FarNet.RightControl

= 2.1.0 =

The package moved to NuGet as "FarNet.RightControl"
Post Reply

Return to “Анонсы новых плагинов”