Background
Settings for the background of the text editor area.

Background/Fill-end color
This is the color of the area after the last line of the file. It can be displayed with different color than the regular background to make visible the end of the file.

Background/Text's background
The background color of the text in the editor area.

Text/Text color
The color of the editing area's font.

Text/Text font
The font of the editing area.

Text/Line number font
There is a line number column at the left of the editing area. The first line's line number is 1. (A sorok számozása 1-t l kezd dik)

Text/Text gap
You can modify the default spacing between the lines. The value defined here will be added to the default value. (For example, if the default was 4 pixels, and you defined "-1" here, it will be 3 pixels).

Position-counter
Position counter displays the actual horizontal and vertical position of the cursor.

Position-counter/Frame color
You can specify the color of the frame of the position counter.

Position-counter/Background color
You can specify the background color of the position counter.

Syntax Highlighting
You can define the color of the various type of text-parts.

Syntax/Use syntax highlight
Use syntax highlight or not.

Syntax/Keyword
THe color of C/C++ keywords (for, while, if, else, struct, class etc)

Syntax/String
The color of C/C++ strings.

Syntax/Comment
The color of C/C++ comments.

Syntax/Preprocessor
The color of C/C++ preprocessor lines.

Cursor/Color
The color of the cursor.

Cursor/Style
The style of the cursor.
It can be:

Selection/Style
The drawing style of the selection.
It can be:

Selection/Color
The color of the new selections.

Selection/Color (copied selection)
The color of the selections after they was copied into the clipboard.

Selection/Color (pasted selection)
The color of the selections after they was pasted into the text from the clipboard.

Selection/Color (selection during text search)
The selection color of the found text (when you use the find tool).

Invisible/Tab color
The color of the tabulator character (which is displayed as a vertical line).

Actions/Opened files' tab position
When you open a file it will can have the following tab-position:
- first
- last
- beforeactual - it will be before the tab of the current file
- afteractual - it will be after the tab of the current file

Actions/Command line open's target session
When you open a file from the command line its session can be:
- actualsession - it will have a new tab in the actual session
- newsession - a new session will be created (with "Untitled" as a name)

Actions/Tabulator size (in characters)
You can define the displayed width of the tabulator characters. Typical values are: 2, 4, 8.

Actions/Left arrow goes up 1 line:
When you press the left arrow at the beginning of a line the cursor can jump to the end of the previous line.

Actions/Wrap line at column:
When you edit a text the editor will put the actual word into a new line if it is in this character position.

Freddy/Path to the modules:
The path of the freddy plugins.

Freddy/Font of the console module window:
Console module - you can specify the default font of this module.

Freddy/Use colorer if available:
If you enable this option and you download the colorer filter package for freddy (freddy-colorer_.tar.bz2) you can use the syntax highlighter library named colorer. It is recommended to use colorer because it can handle more than 100 file formats (although the colorer plug-in is under development). If you don't allow to use colorer or it is not available, freddy will use its own internal syntax highlighter (it is only usable for C/C++ files).