Is there a vi emulation for UE?
Thanks,
dbtid
Thanks,
dbtid
Why do you need a macro to delete current line?Tobbe wrote:So I could bind Ctrl+D+D to delete the current line.
Obviously you mean vi = the porsche.. There is no physical, humanly way possible for any IDE, regardless of how good, to compete with vi. If you think otherwise you obviously don't know vi/vim (which can include macros written in perl, python, ruby, shell, C, C++). I remember this same thread in the eclipse forums and all those that disagreed ended up running off with their tails between their legs when true unix devs came out of the closet with real world empirical challenges and contests.Bego wrote:Sorry, please forgive my cynical comment, but there is also no beetle emulation for a Porsche ....
Wasn't ment personally. Have fun with UE as is!
Without knowing anything about vi/vim you can do the same in UltraEdit. Just add your perl, python, ruby, shell, C, C++ script/program as user tool, specify in the tool configuration to save the active file before running your tool and you can manipulate the file with your "plugin" in any way. It would be a good idea in this case to enable configuration setting Advanced - Configuration - File Handling - File Change Detection - Automatically update changed files.rhugga wrote:... which can include macros written in perl, python, ruby, shell, C, C++...