How to customize the Delphi editor? [closed]

0

I would like to get some tool that would customize the Delphi editor. Despite being a great editor, with features integrated with the component interface that automatically generates and updates code; editors such as the eclipse contains indentation features that would be very useful in Delphi.

I would like features like the ones shown in the pictures below:

    
asked by anonymous 13.02.2014 / 01:41

3 answers

4

Dude has a good, well-used Cnpack plugin. I use it in the company where I work and helps a lot.

Do not be scared, he's Chinese. But no problem you can install and configure. It is also very simple to install. Now the configuration of things has to be hard, because there are many options.

    
13.02.2014 / 01:45
3

Another alternative to Cnpack is the GExpert , it looks like it has the same Cnpack tools, minus the color scheme and indentation. Particularly I prefer this, I think it leaves the screen very polluted when you activate this feature in Cnpack.

Another tip is the Delphi Speed UP help and much in the speed of load of the own Delphi, and when you use code completion (Ctrl + Space)

Another tip is the site Delphi About because it has a list of very interesting plugins for Delphi.

    
13.02.2014 / 12:33
1

I use CnPack in conjunction with just one or two GExpert features. One cool thing I recommend is the Delphi IDE Theme Editor .

All this together makes using Delphi a bit more enjoyable. At least for me.

What I most wanted was a way to use an external editor to code Delphi in Emacs.

    
13.02.2014 / 20:23