Difference between revisions of "Lazarus 0.9.30 release notes"

From Lazarus wiki
Jump to navigationJump to search
Line 15: Line 15:
 
**resize/move cancelation using ESC key
 
**resize/move cancelation using ESC key
 
**save/restore of the form window state (minimized/normal/maximized) in the project session
 
**save/restore of the form window state (minimized/normal/maximized) in the project session
 +
**extended hints: show component TabStop,TabOrder in case of TWinControl, show new size/new position during components resize/reposition

Revision as of 19:10, 19 September 2009

Template:Lazarus 0.9.30 release notes

Lazarus 0.9.30 is not yet released. This page is under construction!

Statistics:

  1. commits: xxx
  2. log: svn log -r xxxx:xxxx
  3. resolved bug tracker issues: xxx

IDE Changes

  • Support for objcclass syntax. See FPC PasCocoa.
  • Various designer usability improvements:
    • arrow and tab keys switching between components
    • resize/move cancelation using ESC key
    • save/restore of the form window state (minimized/normal/maximized) in the project session
    • extended hints: show component TabStop,TabOrder in case of TWinControl, show new size/new position during components resize/reposition