Page 1 of 2

FarNet.RightControl - Some actions like in other editors

Posted: Fri 13 Aug, 2010 13:27
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

==
Обсуждение

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

Posted: Fri 13 Aug, 2010 16:54
by NightRoman
http://code.google.com/p/farnet/

1.0.1
* Flip selection on Ctrl-Shift-{Left then Right | Right then Left}

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

Posted: Fri 13 Aug, 2010 17:53
by NightRoman
http://code.google.com/p/farnet/

1.0.2
* Drop existing selection on Ctrl-Left/Right

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

Posted: Mon 16 Aug, 2010 11:20
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)

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

Posted: Wed 18 Aug, 2010 11:16
by NightRoman
http://code.google.com/p/farnet/

1.0.4
* Ctrl-Alt-Left/Right support (select vertical blocks by words)

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

Posted: Thu 19 Aug, 2010 07:50
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

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

Posted: Fri 20 Aug, 2010 12:48
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.

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

Posted: Mon 23 Aug, 2010 16:26
by NightRoman
http://code.google.com/p/farnet/

1.0.7.
* Fixed CtrlBS for an empty line and "Cursor beyond end of line" mode.

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

Posted: Fri 10 Dec, 2010 09:51
by NightRoman
http://code.google.com/p/farnet/

1.0.8
* "Smart home" commands a la Visual Studio Home, ShiftHome.

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

Posted: Sun 23 Jan, 2011 15:28
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().

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

Posted: Tue 24 May, 2011 07:29
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.

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

Posted: Mon 09 Jan, 2012 07:12
by NightRoman
http://code.google.com/p/farnet/

2.0.0

Adapted for Far3 + FarNet5.

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

Posted: Mon 26 Mar, 2012 19:02
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

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

Posted: Thu 03 Jan, 2013 18:23
by NightRoman
2.0.2

Adapted for FarNet 5.0.31

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

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

Posted: Thu 27 Mar, 2014 07:08
by NightRoman
NuGet package: https://www.nuget.org/packages/FarNet.RightControl

= 2.1.0 =

The package moved to NuGet as "FarNet.RightControl"