Difference between revisions of "New IDE features since"

From Free Pascal wiki
Jump to navigationJump to search
(→‎procedure list: - added animated gif)
Line 1: Line 1:
 
This page contains a list of major IDE features that made Lazarus even more impressive. All features are sorted by the Lazarus release version that they became available in.
 
This page contains a list of major IDE features that made Lazarus even more impressive. All features are sorted by the Lazarus release version that they became available in.
  
== v0.9.18 (2006-11-22) ==
+
= v0.9.18 (2006-11-22) =
=== procedure list ===
+
== procedure list ==
 
This makes finding methods in your current unit really fast! The procedure list enables you to view a list of Free Pascal / Lazarus procedures in the current unit and quickly jump to the implementation. Include files are also supported and the method list gets filtered as you type the partial method name.
 
This makes finding methods in your current unit really fast! The procedure list enables you to view a list of Free Pascal / Lazarus procedures in the current unit and quickly jump to the implementation. Include files are also supported and the method list gets filtered as you type the partial method name.
  
 
[[Image:Ide_features_procedure_list.gif]]
 
[[Image:Ide_features_procedure_list.gif]]
  
== v0.9.24 (2007-11-05) ==
+
= v0.9.24 (2007-11-05) =
  
=== editor toolbar ===
+
== editor toolbar ==
 
The editor toolbar plug-in allows you to define toolbar buttons to any of the IDE menu items.
 
The editor toolbar plug-in allows you to define toolbar buttons to any of the IDE menu items.
  
 
[[Image:Ide_features_editor_toolbar.png]]
 
[[Image:Ide_features_editor_toolbar.png]]
  
== v0.9.28 (to be announced) ==
+
= v0.9.28 (to be announced) =
  
=== block matching ===
+
== block matching ==
 
The IDE automatically highlights matching blocks - begin..end pairs.
 
The IDE automatically highlights matching blocks - begin..end pairs.
  
 
[[Image:block_matching.gif]]
 
[[Image:block_matching.gif]]
  
== Unsorted ==
+
= Unsorted =
 
Any items below this point has not been sorted per Lazarus release yet.
 
Any items below this point has not been sorted per Lazarus release yet.
  
  
  
=== build in diff viewer ===
+
== build in diff viewer ==
 
...
 
...
  
=== guidelines in the form designer ===
+
== guidelines in the form designer ==
 
...
 
...
  
=== refactoring ===
+
== refactoring ==
 
...
 
...
  
=== editor features like divider lines ===
+
== editor features like divider lines ==
 
...
 
...
  
=== favourites in Object Inspector ===
+
== favorites in Object Inspector ==
 
...
 
...
  
=== integrated unit testing with FPCUnit ===
+
== integrated unit testing with FPCUnit ==
 
...
 
...
  
=== better anchoring and margins in form designer ===
+
== better anchoring and margins in form designer ==
 
...
 
...
  
=== file browser ===
+
== file browser ==
 
...
 
...

Revision as of 23:36, 21 April 2009

This page contains a list of major IDE features that made Lazarus even more impressive. All features are sorted by the Lazarus release version that they became available in.

v0.9.18 (2006-11-22)

procedure list

This makes finding methods in your current unit really fast! The procedure list enables you to view a list of Free Pascal / Lazarus procedures in the current unit and quickly jump to the implementation. Include files are also supported and the method list gets filtered as you type the partial method name.

Ide features procedure list.gif

v0.9.24 (2007-11-05)

editor toolbar

The editor toolbar plug-in allows you to define toolbar buttons to any of the IDE menu items.

Ide features editor toolbar.png

v0.9.28 (to be announced)

block matching

The IDE automatically highlights matching blocks - begin..end pairs.

block matching.gif

Unsorted

Any items below this point has not been sorted per Lazarus release yet.


build in diff viewer

...

guidelines in the form designer

...

refactoring

...

editor features like divider lines

...

favorites in Object Inspector

...

integrated unit testing with FPCUnit

...

better anchoring and margins in form designer

...

file browser

...