![]() |
A Programmer's Editor ShootoutKon 1.11 Rev 1044 971103Written by Andrew Pitonyak |
IntroductionKon is a flexible editor with a host of features for programming, general editing, and poking through binary files. Packaging and InstallationThe packaging consists of a single zip file and the installation was painless; copy the help file into the OS/2 help file directory.
Kon includes syntax highlighting for C++, IPF, and HTML. I created my own syntax highlighting for REXX CMD files. The most difficult part for myself was trying to choose which colors to use. The syntax highlighter is very good, but I was able to fool it slightly with the syntax for strings in REXX. For example, In REXX, """head" will place a double quote inside of the string. Unfortunately, the highlighter is not aware of this syntax. The author of Kon is considering adding support for statements such as these. Although Kon supports syntax highlighting, it does not do any sort of automatic formatting besides line wrapping and autoindent. The default key bindings are the same as the Borland/Wordstar editor. I decided to add the bindings for the Brief editor. For most commands, this was a simple task. I had some difficulty, for example, with text marking. In Brief, I can start marking with Alt-M and I stay in marking mode even if I am doing general editing things or moving about. The original location to the current cursor location is the marked area. In general, Kon marks text by defining a start point and end point. This is purely a difference in philosophy. In general, this is an easy task and you will be able to set the commands as you desire. It is simple to define your own macros and to assign them to key commands if you desire. The macro language is suitable for many tasks. The primary limitations are that it does not contain looping instructions, variables, and conditionals. This is suitable for the majority of tasks. Kon is very configurable with respect to the creation of backup files. You can choose to create them or not, where to place them, and what extension to give them. My preference is to store them in a backup directory, as opposed to the current directory, and to keep the original extension. Kon supports setting ten markers, or bookmarks, in a file. You can then easily jump to one of these markers later. For example, Ctrl-Q+Ctrl-3 sets marker number three. When I want to jump back to this marker, I simply type Ctrl-K+Ctrl-3. I also mapped these commands to the Brief editor equivalents. Kon has another method of marking positions mapped to Ctrl-. called SavePos. You can save multiple positions and then move between them going forward and backward. This proved to be a convenient method of moving through a few different locations in a file. These commands are local to an edit window so you can not jump between open files using these commands. If you know the absolute position in the file to which you which to go, you can use Ctrl+P. This is very useful when editing a file in hex mode. Have you ever wondered what the character really was sitting under the cursor? With Kon you simply switch to hex mode and take a look. The ability of Kon to search for text is magnificent. You can choose to search in the currently opened file, across selected opened files and/or across all files matching a file spec with or without recursing into subdirectories. Regular expressions are supported. A very important feature which should be stressed is that search and replace works not only in open files, but in files on disk as well. I have seen requests for this feature alone many times. The search and replace capabilities of Kon are very impressive and all editors should have them. Special characters are easily inserted using an ASCII table. Line drawing can be inserted as easily as moving the cursor with the Ctrl and Alt keys pressed, and entire areas can be blocked with a single command. If you have ever want to convert text between code pages, Kon does this with ease! If you have a file written using the windows code page, for example, you can convert it to another one. It is not possible to cover all of the features which Kon does so nicely, I recommend that you simply go out and grab a copy and give it a try. InformationKon can be downloaded from: http://www.geocities.com/SiliconValleyPines/1827/ The price of Kon is US$20. There are two ways of registering:
E-mail: bjorn_and@geocities.com |