Previously i have not been big on IDE plugins.

Previously i have not been big on IDE plugins.

So i'm blatantly asking for pointers on the following, i.e. is there already such beasts? Or maybe i'm ignorant of a new/old IDE setting.

Crtl+C - create implementations in the same order as the interface section?
Ctrl+C - adjust the signature of the method the cursor is on interface if implementation and vice versa.

I realise they can both be very tricky to implement. Second function might not be able to handle overloads.

Comments

  1. Wouldn't surprise me if this is old goods...

    ReplyDelete
  2. You might give ModelMaker Code Explorer a try, which has a sorting feature for your first request. For the second it has a separate shortcut (Ctrl-Alt-Y).
    modelmakertools.com - ModelMaker Code Explorer: Refactoring made Easy! - Class Explorer, Refactoring Browser for Delphi.

    ReplyDelete
  3. ModelMaker Code Explorer does this for you.
    It's very stable too.

    ReplyDelete
  4. DDevExtensions has the option to disable the alpha-sorting on class completion and since a few versions the "sync prototypes" action (Shift+Ctrl+Alt+P) from Castalia has been integrated (also accessible via context menu)

    ReplyDelete
  5. Thank you! Uwe Raabe, Jeroen Wiert Pluimers and Stefan Glienke. I'll check both options out.

    ReplyDelete
  6. Stefan Glienke didn't knew that DDevExt has such feature, thanks!

    ReplyDelete

Post a Comment