Delphi plugin for inserting text constants in source code?

Pasting (pasting from the clipboard) text constants in the Delphi code editor requires some manual "post-processing" ...

  • split long text into multiple lines (and insert a string concatenation character)
  • escape quotes (replace single quotes with double quotes)
  • enclose a quoted string
  • keep original white space (leading spaces, linear channels)

Is there an access to an IDE plugin that helps reduce these steps manually?

+8
editor ide delphi
source share
1 answer

try this expert (sorry for russian, there is a gif that shows what it can do)

+1
source share

All Articles