tlw1985 / cnpack

Automatically exported from code.google.com/p/cnpack
0 stars 0 forks source link

Feature request : reorder methods #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would help to have a tool to reorder methods in very big units (with 
thousands of lines) to get, for example :

constructors
destructors
published methods ordered by method name
public methods ordered by method name
protected methods ordered by method name
private methods ordered by method name
property getters/setters ordered by property name

but don't touch uses, interface, initialization/finalization sections.

The tool could refuse to work when unit contains IFDEF's or multiple classes.

Original issue reported on code.google.com by pierr...@gmail.com on 24 Sep 2012 at 5:51

GoogleCodeExporter commented 8 years ago
Very big units shoudn't exist. But a tool to reorder the methods would be very, 
very welcome (like ModelMaker Code Explorer). The Delphi's default alphabetic 
ordering is ridiculous. It's as usefull as as creating methods in random order.

Original comment by rafaelpi...@gmail.com on 3 Oct 2012 at 5:10