IDE Window: Codetools Options

From Free Pascal wiki
Jump to navigationJump to search

General

Additional Source search path for all projects/packages. If you are too lazy to setup packages and you do not want to share your projects/packages, then you can set here a global search path.

Jumping

  • Adjust top line due to comment in front: When jumping from method declaration to method body, the IDE tries to position the sourdce editor, so that the top line shown in the editor is the first line of the procedure. Normally a comment in front belongs to the procedure as well. Enable this option to scroll so that the comment is shown too.
  • Center cursor line: If jumping form the method body to the declaration in the class (or interface) the IDE can center line vertically in the editor.
  • Cursor beyond EOL: When the IDE jumps to a new position it is allowed to jump to a nice position, even if this is beyond the end of the line.

Code Creation

Class part insert policy

Insert new variables and method to the class declaration:

  • Alphabetically
  • Last

Words

Line Splitting

Space