Difference between revisions of "Talk:Road To 1.0"

From Lazarus wiki
Jump to navigationJump to search
 
Line 1: Line 1:
 
  
 
*[HIGH] Auto remove procedures/functions with empty body.
 
*[HIGH] Auto remove procedures/functions with empty body.
Line 7: Line 6:
 
* Auto start if idle for >3s.
 
* 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;|"
 
* Do not add ";" at the end of properties like "Caption" (string) when pressing ENTER. For example: Form1.||CTRL+SPACE||Caption||ENTER -> "Form1.Caption;|"
 +
 +
-----
 +
 +
One idea: Rename this page to "Roadmap", so we don't have to create a new page when Lazarus finally reaches 1.0 and another goal is set. --[[User:Sekelsenmat|Sekelsenmat]] 00:35, 17 Mar 2006 (CET)

Revision as of 01:35, 17 March 2006

  • [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;|"

One idea: Rename this page to "Roadmap", so we don't have to create a new page when Lazarus finally reaches 1.0 and another goal is set. --Sekelsenmat 00:35, 17 Mar 2006 (CET)