Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi plugin for pasting text constants in source code?

Tags:

editor

ide

delphi

Inserting (pasting from clipboard) of text constants in the Delphi code editor requires some manual "postprocessing" ...

  • split up long text into multiple lines (and insert the string concatenation symbol)
  • escape quotes (replace single quotes with double quotes)
  • enclose the string with quotes
  • keep original white space (leading blanks, line feeds)

Is there a IDE plugin available which helps to reduce these manual steps?

like image 817
mjn Avatar asked Oct 13 '12 15:10

mjn


1 Answers

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

like image 108
Sega-Zero Avatar answered Oct 17 '22 17:10

Sega-Zero