The SQOTD (Stupid question of the day) :
The SQOTD (Stupid question of the day) :
Anyone knows an add-in / program to sort functions/procedure implementation alphabetically in a unit ?
Anyone knows an add-in / program to sort functions/procedure implementation alphabetically in a unit ?
MMX does that.
ReplyDeletePrimož Gabrijelčič Link or a full name would not hurt ;-) *for those like me who used to MMX as Intel trademark from the 90s
ReplyDeleteModel Maker I presume ....
ReplyDeletelol Krom Stern Pentium II rulez
ReplyDeleteofftopic: Yeah, P II was a great thing in its time :)
ReplyDeleteMMX - ModelMaker CodeExplorer: http://www.modelmakertools.com/code-explorer/index.html
ReplyDelete€ 199.00 is just a bit expensive for me just to sort unit (even if this software has a lot of other functionalities ...) . My manager won't pay for a object designing tool,as he's an old school delphi programmer and knows nothing about OOP ...
ReplyDeleteOlivier SCHWAB MMX is a good deal more than that. But all the benefits it offers are obviously tied to OOP.... You can use the editor experts in GExperts to sort selected lines, which would allow you to sort the declarations, at least. Also, read carefully: Code Explorer is NOT € 199.00, but € 99.00. The higher price is for ModelMaker itself.
ReplyDeleteBill Meyer Ty for advice.€99 is perhaps more acceptable for my hierarchy ... I'll give a try to the GExperts trick too . Thank you very much anyway.
ReplyDeleteOlivier SCHWAB Good luck!
ReplyDeleteCnPack has a "sort lines" feature than can be used to sort declarations as well. I find its pretty easy to reorder the method bodies by collapsing the functions using code folding then using copy/paste.
ReplyDelete