Posted 18 June 2013 - 11:03 AM
I put together an enhanced editor with line and block commands.
You will need the help file. Really, do read it! ;-)
Have fun.
Update: Added some bug fixes.
Editor
http://pastebin.com/KChkUVmB
Help file:
http://pastebin.com/90ED13gE
Just a little teaser:
- Press ALT to show a menu with commands.
- To quickly exit press ALT + q.
- To save and exit press ALT + s.
- STRG + g to goto to a line number
- STRG + f to find text using lua regular expressions. F3 for next find.
- To enter/leave block command mode press STRG + ENTER.
- Implemented line commands: <, >, a, b, c, d, i, m, r
- Implemented block commands: <<, >>, cc, dd, mm, rr
For extended documentation see help file (ALT + h)
Example syntax highliting and input field for find command:
Example for block function "copy" (before and after):
You will need the help file. Really, do read it! ;-)
Have fun.
Update: Added some bug fixes.
Editor
http://pastebin.com/KChkUVmB
Help file:
http://pastebin.com/90ED13gE
Just a little teaser:
- Press ALT to show a menu with commands.
- To quickly exit press ALT + q.
- To save and exit press ALT + s.
- STRG + g to goto to a line number
- STRG + f to find text using lua regular expressions. F3 for next find.
- To enter/leave block command mode press STRG + ENTER.
- Implemented line commands: <, >, a, b, c, d, i, m, r
- Implemented block commands: <<, >>, cc, dd, mm, rr
For extended documentation see help file (ALT + h)
Example syntax highliting and input field for find command:
Example for block function "copy" (before and after):