Difference between revisions of "Lazarus 1.6.0 release notes"

From Lazarus wiki
Jump to navigationJump to search
Line 22: Line 22:
 
** Option for multi-line notebook-tabs
 
** Option for multi-line notebook-tabs
 
** line-number part of gutter now allows to select the current line, or several lines.
 
** line-number part of gutter now allows to select the current line, or several lines.
 +
 +
* Project
 +
** Additions and Overrides are now added as last. Formerly they were added after the inherited and before the custom compiler options.
 +
 +
* Messages Window
 +
** The IDE now warns when there are duplicate units or include files in packages.
  
 
= Components =
 
= Components =

Revision as of 22:17, 16 March 2015

Template:Lazarus 1.6.0 release notes

Lazarus 1.6.0 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

LCL Interfaces Changes

LCL Changes

IDE Interfaces Changes

  • Quick fix for fpc message Local variable "i" does not seem to be initialized inserts an assignment.

IDE Changes

  • Editor
    • Basic multi-caret mode
    • Option for multi-line notebook-tabs
    • line-number part of gutter now allows to select the current line, or several lines.
  • Project
    • Additions and Overrides are now added as last. Formerly they were added after the inherited and before the custom compiler options.
  • Messages Window
    • The IDE now warns when there are duplicate units or include files in packages.

Components

Changes affecting compatibility

LCL incompatibilities

IDE incompatibilities

Previous release notes