Kon: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>[[image:kon_logo.png]]</center>
{{Software
 
|Picture=kon_logo.png
==Description==
|Version=2.10 (Feb 2007)
|Author=[[Björn Andersson]]
|License= LGPL
|Download={{FileLink|Kon_2-10r2.zip}}
|Website=
}}
Kon is a text editor suitable for most editing tasks, including programming, but is not intended to be a complete IDE. Instead, the focus is to be a fast and easily available editor to be used for most tasks where viewing or editing a text file (or in some cases a binary file) is involved. See of it as a super-charged replacement for notepad.
Kon is a text editor suitable for most editing tasks, including programming, but is not intended to be a complete IDE. Instead, the focus is to be a fast and easily available editor to be used for most tasks where viewing or editing a text file (or in some cases a binary file) is involved. See of it as a super-charged replacement for notepad.


==Features==
[[image:Kon_1.png|thumb]]
[[image:Kon_2.png|thumb]]
Kon is designed to be intuitive and easy to use but still has a great number of useful features such as:
Kon is designed to be intuitive and easy to use but still has a great number of useful features such as:
* Easy to configure syntax highlighting
* Easy to configure syntax highlighting
* Syntax highlighting can be defined using regular expressions
* Syntax highlighting can be defined using regular expressions
Line 13: Line 20:
* Regular expressions in search and replace (with grouping of sub-expressions)
* Regular expressions in search and replace (with grouping of sub-expressions)
* Hex-editor which can be invoked on any file at any time
* Hex-editor which can be invoked on any file at any time
* Advanced macro recording/playback while still very quick and easy to use for repetetive tasks. Recorded macros results in K-code which can be edited
* Advanced macro recording/playback while still very quick and easy to use for repetitive tasks. Recorded macros results in K-code which can be edited
* Can add column separators with description for use with fixed-width data text files
* Can add column separators with description for use with fixed-width data text files
* Configurable key-bindings for any sequence of commands
* Configurable key-bindings for any sequence of commands
Line 19: Line 26:
* Word wrap
* Word wrap
* Prints 2-up, page headers and footers, hex-printing, odd or even pages
* Prints 2-up, page headers and footers, hex-printing, odd or even pages
See also: [[KON Revision History]]


 
==License==
[[image:Kon_1.png|400px]]
* Reg code: os2world.com. / i1f7-C4A8-i3f0-V1r8-C0A3
 
 
[[image:Kon_2.png|400px]]
 
==Documentation==
* [[KON Revision History]]
 
==Download==
* [http://hobbes.nmsu.edu/h-search.php?key=KonOS2_210.zip Version 2.10 Binaries and Source Code]
* [https://github.com/OS2World/APP-EDITOR-Kon GitHUb Source code]


==Links==
==Links==
* WebSite: http://www.koneditor.com/
* [https://github.com/OS2World/APP-EDITOR-Kon GitHub Source code]
 
==License==
Kon is open source software under the LGPL license.
 
==Author==
* [[Björn Andersson]]


[[Category:Software]]
[[Category:Text Editors]][[Category:Open Source Software]]

Latest revision as of 23:23, 25 August 2023

Kon
Version 2.10 (Feb 2007)
Vendor
Author Björn Andersson
License LGPL
Download Kon_2-10r2.zip
Website

Kon is a text editor suitable for most editing tasks, including programming, but is not intended to be a complete IDE. Instead, the focus is to be a fast and easily available editor to be used for most tasks where viewing or editing a text file (or in some cases a binary file) is involved. See of it as a super-charged replacement for notepad.

Features

Kon is designed to be intuitive and easy to use but still has a great number of useful features such as:

  • Easy to configure syntax highlighting
  • Syntax highlighting can be defined using regular expressions
  • Code sections can be defined using regular expressions for fast navigation.
  • Built-in C-like programming language (K) which can easily be used to extend the editor with new features, modify or extend menus, give different behaviour etc.
  • Search and replace over multiple files, also recursive search/replace on disk
  • Regular expressions in search and replace (with grouping of sub-expressions)
  • Hex-editor which can be invoked on any file at any time
  • Advanced macro recording/playback while still very quick and easy to use for repetitive tasks. Recorded macros results in K-code which can be edited
  • Can add column separators with description for use with fixed-width data text files
  • Configurable key-bindings for any sequence of commands
  • Column selection copy and paste
  • Word wrap
  • Prints 2-up, page headers and footers, hex-printing, odd or even pages

See also: KON Revision History

License

  • Reg code: os2world.com. / i1f7-C4A8-i3f0-V1r8-C0A3

Links