Enhanced code folding in delphi editor

Enhanced code folding in delphi editor

https://quality.embarcadero.com/browse/RSP-18867
https://quality.embarcadero.com/browse/RSP-18867

Comments

  1. When you don't need it you don't use it.
    Recently, I refactored legacy code, with big methods, to better analyze them I would like to have more possibilities of code folding.

    ReplyDelete
  2. Then I would suggest you put in a request for Refactoring tools that actually work! If you had such tools you could break big methods into smaller pieces without fear of breaking the code. The point I am trying to make is that most people don't need code folding at such a level so putting it into the product means everyone pays the price for regression testing and performance....just for you...when you could just use {$Region}

    ReplyDelete
  3. First thing I do when installing is turn it off, so I'll pass on enhancing it ;-)

    ReplyDelete

Post a Comment