Latest post of the previous page:
Do try with a clean profile and no additional plugins, and you may also want to give an older FAR Manager version a try. I expect that with unmodified config and old FAR, you will still get a crash, and with a new FAR but no plugins/config, everything will be fine. Because I don't really see any change in FAR's source code which would account for this loss of functionality, so I suspect some other plugin.FRename3
FRename3
Hi pepak,
frename_260505 had useful functions
[26.05.2005]
add: Configuration dialog;
add: Option "Add help lines" allows to turn off help lines on top of rename file;
add: Cursor in rename file placed to new name of first file; (without Alt+F1)
frename_260505 had useful functions
[26.05.2005]
add: Configuration dialog;
add: Option "Add help lines" allows to turn off help lines on top of rename file;
add: Cursor in rename file placed to new name of first file; (without Alt+F1)
FRename3
I am almost ready to release a new version. Needs a bit more testing and it would be nice if someone could update the russian translation (5 new strings, or something like that).
- Attachments
-
- FRename3Rus.lng.zip
- (1.03 KiB) Downloaded 2 times
FRename3
Version 2.00 Changelog
- Rewritten the plugin to the new framework for FAR plugins. This will enable far easier maintenance in the future.
- PluginCall support for LuaMacro. Examples of use can be found in FRename3.lua.
- Russian translation by bigvax and HaRT.
- Option to display a short description rather than the usual long help. You can reduce the text even more by leaving only an empty string for it in the language file.
- Option to select the renamed files (instead of the default behavior or keeping the non-renamed files selected). Note that this will be quite slow, particularly with slow drives and/or huge directories.
- Start with the cursor at the destination filename (as if ALT+F1 were pressed right after opening of the editor).
- If an error occurs during the renaming, the filelist will be displayed again - but in this version it will only contain the failed files. In previous version, the list would contain even the files which were renamed correctly.
- If ESCAPE is pressed inside of the "failed to rename" dialog, the renaming process will stop immediately. In the previous versions, it would continue and the failed files would be once again shown in an editor, making it difficult to stop renaming.
- Refresh the panel automatically after the renaming was finished.
- Fixed a bug with renaming a file containing a Unicode character which does not fit into 16 bits (e.g. 0x1F920).