Kephra is a comfortable text editor made in Perl, WxWidgets & Scintilla. It offers highlighting, file sessions, find in files, search bar, folding, bracenav, interactive statusbar and many usefull little things and it is overall customizable.
Here are some key features of "Kephra":
· syntax highlighting for 42 computer languages
· further edit helper like autoindention and blockind., bracematching, bracenavigation, blocknav.
· search and replace in all opened files and with regex
· mainmenu, toolbar and contextmenu are customizable and statusmenus
· panels for interpreter output and notes
· file sessions
· supports 2 languages, easy to translate in other languages
· many edit and view options, also some new and unusual
What's New in This Release: [ read full changelog ]
· folding changes
· fold all (alt+shift+plus)
· fold recursively (alt+shift+minus)
· key binding for fold ops: fold => alt+minus, fold siblings => alt+shift+minus
· ~ fold mouse binding: left => here, midd => recursive, right => siblings, l+f => all
· optional flagline showes where text is folded
· option for keeping caret visible while folding
· second fold marker style set editpanel > margin > fold > style to arrows or boxes
· open online doc and native lang forum URL in default browser
· convert spaces to its HTML entity
· convert all ISO 8859-1 enteties except whitespace
· display @INC pathes
· recognizes now tab mode of opened file
· file > defaultsettings > EOL_new can now be 'OS' =>
· new files have lineendings according the OS you currently run
· note selection on shift+f4
· no menu icons under mac
· ~ doc property bracelight is now view option
· ~ editpanel autofocus is now off per default
· ~ rearranged main app layout (no more icons on tabbar)
· ~ rearranged context menu of tab status bar cell, now with more item...