0

How to get back integrated source code formatting back to Delphi? I suppose I disabled some package or something and there is no more an option in Edit menu to format source. What package should I get back installed to have it on again?

Vladislav Rastrusny
  • 29,378
  • 23
  • 95
  • 156
  • 1
    If you found out what happened be sure tell it to all the people who want to **get rid** of the formatter. ;-) – Uli Gerhardt Jun 14 '10 at 19:23
  • @Ulrich: If you install DDevExtensions and check the option to disable the formatter's shortcut, that doesn't get rid of the formatter as such, but it does get rid of its intrusiveness. – Marjan Venema Jun 14 '10 at 19:37
  • To get rid of it just delete Embarcadero.Modeling.Formatter.dll in bin folder of installation. But it presents in mine. – Vladislav Rastrusny Jun 14 '10 at 19:49

2 Answers2

8

Install Modeling - to have code formatter
Uninstall Modeling - to remove it

APZ28
  • 997
  • 5
  • 4
1

See question How to disable the Formatter in Delphi 2010. More specifically How to disable the Formatter in Delphi 2010 and re-install the dll mentioned in that answer

Community
  • 1
  • 1
Marjan Venema
  • 19,136
  • 6
  • 65
  • 79