Difference between revisions of "IDE Window: Divider Drawing Divider Draw"

From Free Pascal wiki
Jump to navigationJump to search
(New page: {{IDE Window: Editor Options Divider Drawing}} <u><b>This is the online help for the IDE Editor Options: <i>Divider Drawing</i></b></u> *You can get this dialog via: ::The menu: "Environm...)
 
Line 1: Line 1:
 
{{IDE Window: Editor Options Divider Drawing}}
 
{{IDE Window: Editor Options Divider Drawing}}
  
<u><b>This is the online help for the IDE Editor Options: <i>Divider Drawing</i></b></u>
+
<u><b>This is part of the online help for the IDE. </b></u><br/>
*You can get this dialog via:
+
It describes the section: "Editor" / "Divider drawing". You can open the described dialog in your IDE via:<br/>
::The menu: "Environment" => "Options" / Editor options ...
+
*The menu: "Environment" => "Options" / Editor options ...
::The source-editor pop-up menu: "Editor properties ...
+
*The source-editor pop-up menu: "Editor properties ...
:This page describes the items on the page: "Editor" / "Divider Drawing"
+
 
*For more Editor Options see the parent page: [[IDE_Window:_Editor_Options|Editor Options]]
+
<font size="+1"><u><b>Navigation</b></u></font><br/>
*For other options see [[IDE_Window:_Options|All IDE Options]]
+
<table><tr><td>
 +
*<font size="+1">[[IDE_Window:_Editor_Options|Editor Options]]</font> Overview of all Editor Options
 +
</td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td><td>
 +
*<font size="+1">[[IDE_Window:_Options|IDE Options]]</font> Overview of all options for the IDE</td>
 +
</tr></table>
 +
 
 +
----
 +
 
 +
__TOC__
 +
 
 +
= Divider Drawing =
 
----
 
----
 
* Lazarus 0.9.26
 
* Lazarus 0.9.26

Revision as of 16:04, 30 October 2010

Template:IDE Window: Editor Options Divider Drawing

This is part of the online help for the IDE.
It describes the section: "Editor" / "Divider drawing". You can open the described dialog in your IDE via:

  • The menu: "Environment" => "Options" / Editor options ...
  • The source-editor pop-up menu: "Editor properties ...

Navigation

     

Divider Drawing


  • Lazarus 0.9.26
This option will draw a horizontal line based on the code folding level you specified.
Example:
  • If you set this option to 1, the editor will draw a horizontal divider line in the editor after the 'end' keyword of each method. This is very handy if you want a visual cue where methods start and end.
  • If you set this option to 2, it will draw another horizontal line after the 'end' keyword of any nested begin..end block inside methods.
  • The higher you set the value the more nested begin..end blocks will be included.
  • Lazarus 0.9.28

Allows to draw a vertical line at the end of selected structures. E.g draw a line after each procedure. See Divider drawing