Originally shared by Thomas Mueller (dummzeuch)
Originally shared by Thomas Mueller (dummzeuch)
The Convert Strings Editor Expert was added to GExperts months ago, but I forgot to document it. Now there is the documentation. It is similar to the Multi Paste functionality of Delphi 10 Seattle and later. (But was developed independently, I didn’t even…
http://blog.dummzeuch.de/2017/01/29/convert-strings-editor-expert/
The Convert Strings Editor Expert was added to GExperts months ago, but I forgot to document it. Now there is the documentation. It is similar to the Multi Paste functionality of Delphi 10 Seattle and later. (But was developed independently, I didn’t even…
http://blog.dummzeuch.de/2017/01/29/convert-strings-editor-expert/
nice One
ReplyDeleteWhy not removing Convert Type and let the user specify an expression like this : ".Add(%s);%n" Where '%s' represents current line, %n new-line and so on.
ReplyDeleteMahdi Safsafi Because it's much faster to select a conversion type than typing all that. But you are right in that I should probably add that as an additional option.
ReplyDeleteThomas Mueller your current solution is already a great tool.
ReplyDeleteAttila Kovacs I used to use Notepad++ to do those stuffs xD
ReplyDeleteMahdi Safsafi I tried Notepad++ macro play back a few times to do stuff a little bit more complex than this. Irregularly it messes up editor positions (both line and column) and line endings.
ReplyDeleteThe IDE macro playback is fine 99% of the time as soon as you disable Castalia. Sometimes you also need to disable code completion.
Jeroen Wiert Pluimers It's too fast for me to write a regular expression than using macros (I stopped using macros a long time ago xD).
ReplyDelete