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/

Comments

  1. Why 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.

    ReplyDelete
  2. Mahdi 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.

    ReplyDelete
  3. Thomas Mueller your current solution is already a great tool.

    ReplyDelete
  4. Attila Kovacs I used to use Notepad++ to do those stuffs xD

    ReplyDelete
  5. Mahdi 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.

    The IDE macro playback is fine 99% of the time as soon as you disable Castalia. Sometimes you also need to disable code completion.

    ReplyDelete
  6. 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

Post a Comment