Incremental search functionality implementation for FAR's internal editor.
Version7 and Version7+ nodelist index view at FAR's file panel.
version 1.0
This version is for FAR before v.1.70.
version 1.1
This version requires FAR v.1.70 or newer.
So called "target" plugin to highlight a current row and column in FAR's internal editor.
This is the optimized version of Yuri Mamaev's plugin crest and based on its sources. What I did -- I did it smaller and probably sometimes faster. The full info can be obtained through downloading the original Yuri's archive.
The modified sources are included. I was using MSVC 6.0. Enjoy the plugin and many thanks to Yuri.
I've added the top ruler in version 1.11. This ruler only functions while a hotkey is being held due to FAR API limitations. Better than nothing...
Adds paragraph reformat functionality (either selected or not) in FAR's internal editor. Optimal fill is supported. FTN-like citation is supported as well.
The plugin requires ESC plugin by Ivan Sinturin installed and configured for the file type being edited. ESC version 0.4 or higher required. You may obtain ESC at the main plugring site or author's homepage.
Sources are included.
Call MSDN's context help from internal FAR editor.
The difference from version 1.0 is the support for new MSDN .NET.
Call MSDN's context help from internal FAR editor.
Use version 2.0 for the new MSDN .NET.
This is the fix for the bug with creation of directories with Russian names in MkDir 1.30 by Igor Grabelnikov. The original version does not respect OEM<->ANSI conversions. Moreover, since I did the fix by disassembling the original version, I took the responsibility to throw away everything I believe was not needed. As a result we have 12K instead of 40 now.
This is the dirty hack, I do not have any responsibility for its misbehavior after my changes and do not support it. All rights are reserved by Igor Grabelnikov. Use the fixed module on your own risk.
Besides that the archive contains only the dll fixed. That is not enough for plugin to function. Please go download the original MkDir 1.30 from plugring and replace the dll.
The following features are implemented for the FAR's internal editor:
Plugin is freeware. Sources are included. Use as you wish, there are no warranties (as usual ;)
File and directories rename based on a recode table. One may use it to replace every space to the underscore in a file name, for instance. It can be used to replace cyrillic letters with transliteration table.
Recode tables are located at the module's directory and have .tbl extension.
FAR Manager 1.70b4 or higher is required.
The plugin is freeware, sources are included.
The plugin is based on the sources of standard FileCase - to implement it faster.