Talk:Road To 1.0

From Free Pascal wiki
Revision as of 15:43, 18 March 2005 by Smace (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


  • [HIGH] Auto remove procedures/functions with empty body.
  • [LOW] Search in include files.

Code Completion:

  • Auto start if idle for >3s.
  • Do not add ";" at the end of properties like "Caption" (string) when pressing ENTER. For example: Form1.||CTRL+SPACE||Caption||ENTER -> "Form1.Caption;|"