﻿The editor can be used on Windows, Linux (including text TTY), FreeDOS , FreeBSD

After the first launch, a settings file is created in the folder with the program,
in which you can change colors, tab size and set/remove backlight
Backlight only for freebasic. If you don't need backlighting, just turn it off in the settings file
On Linux, the settings file is created in the user folder (/home/user). Settings file name: "cedit.ini"

When opening or saving files, you can press the TAB key
for informativeness of the current folders or files in the current directory.
Also, the TAB key sometimes complements the entered name of files or folders (for example, if the name is the only one)
When you press TAB, a list of files and folders is displayed, you can navigate using the arrows (UP / DOWN).
Remember! This option with TAB (file enumeration) is not a full shell, but only an easy assistant in loading or saving files.
Always specify the full path for the file name when loading or saving!

Unfortunately, the text selection keys are slightly different on different platforms:
On Linux and FreeBSD (text terminal TTY) it is not possible to use selection by SHIFT+key(left,right, etc), so
to select, use the F2 key, and then select with the arrows. This method can be used on any platform.
Same way on Linux (text terminal TTY) it is not possible to use CTRL+HOME,CTRL+END
On Linux , FreeBSD (graphical terminal) you can't use SHIFT+HOME and SHIFT+END , 
however, you can use the keys SHIFT+key(left,right, etc) and CTRL+HOME,CTRL+END

Supported encodings:
Windows: UTF-16le , UTF-8(BOM) , UTF8 , ASCII
Linux: UTF32-le , UTF-8(BOM) , UTF8
FreeBSD: UTF32-le , UTF-8(BOM) , UTF8
DOS: ASCII



HotKeys (these keys are also displayed when you press F1):

CTRL+Q - quit
CTRL+A - select all
CTRL+C - copy
CTRL+V - paste
CTRL+F - find
CTRL+R - replace
CTRL+G - goto in line
CTRL+O - open file
CTRL+S - save file
CTRL+X - cut
CTRL+Z ; CTRL+Y - UNDO|REDO
SHIFT+LEFT - selection one character to the left
SHIFT+RIGHT - selection one character to the right
SHIFT+UP - selection up one line
SHIFT+DOWN - selection down one line
SHIFT+HOME (Only DOS and Windows) - selection to start line
SHIFT+END (Only DOS and Windows) - selection to the end line
F2 - mode selection on\off (used mainly for TTY linux , freebsd)
INSERT - insert mode
UP,DOWN,LEFT,RIGHT,PAGEUP,PAGEDOWN - cursor move
CTRL+HOME,CTRL+END - cursor move in text (start|end) , besides text tty linux , freebsd
HOME,END - cursor move in line (start|end)
F9,F8 - Comment\UnComment