Software:AkelPad

From HandWiki
Short description: Text editor for Microsoft Windows
AkelPad
Logo ap.png
AkelPad-Screenshot.png
AkelPad on Windows XP
Original author(s)Alexey Kuznetsov (2003-2006)
Developer(s)Aleksander Shengalts (2006-present)
Initial releaseAugust 12, 2003; 20 years ago (2003-08-12)
Stable release
4.9.8 / July 18, 2016; 7 years ago (2016-07-18) [1]
Written inC
Operating systemWindows
Size400KB (executable), 1150KB (installer)
Available inEnglish, Russian (internal), 20 others (using language modules)
TypeText editor
LicenseBSD-2-Clause
Websitehttp://akelpad.sourceforge.net/en/index.php

AkelPad is a small, expandable text editor for Microsoft Windows.

AkelPad is distributed as free and open-source software, hosted on SourceForge where it has been downloaded more than 3 million times.[2]

Unicode and codepages

AkelPad handles full Unicode files written in UTF-8, UTF-16 (LE or BE), and UTF-32 (LE or BE), and can auto-detect Unicode files with or without a BOM. BOMs (byte order marks) can also be omitted, if desired, from file writing.

Codepages installed on the user's system can be used for reading or writing files; text can also be re-coded into other codepages. AkelPad implements an auto-detection algorithm for the detection of some common codepages used (optional).

AkelPad can also detect non-text (i.e. binary) files and will issue a message. Binary files can, however, be loaded and edited (e.g. internal text) if desired.

Plugins

The program's architecture is structured to allow external plugins (DLLs) for the extension of AkelPad's capabilities. At present,[when?] 31 plugins are implemented and available on AkelPad's homepage. Some of the more noteworthy plugins are:

  • Coder - code folding support, autocomplete support, syntax highlighting and color themes.
  • ContextMenu - user can customize the main menu and some context menus.
  • ToolBar - implements one or more user-configurable toolbars. ToolBar buttons can access external programs if desired.
  • Explorer - embeds Windows Explorer into a separate pane in the user interface.
  • Scripts - scripts can access more than 40 internal AkelPad routines (for example, Zen Coding) and can, of course, be user written.
  • Hotkeys - user can assign functions to specific keys or key combinations. Functions may be internal to AkelPad, external (i.e. run external applications) or plugin related.
  • SpecialChar - toggles (on/off) display of normally invisible special characters, i.e. space, tabs, newline, vertical tabulation, formfeeds and null characters.

See also

References

External links