Kon Changelog

What's new in Kon 2.10

Oct 11, 2011
  • Find & replace dialogs now behaves in windows standard manner (mostly!)
  • Wrap around from start in search and replace
  • Optionally don't display characters with ascii values < 32 in hex editor
  • Possible to hide the toolbar
  • Check box on which syntax highlighting is currently used
  • Fixed serious bug in print which showed up using new compiler

New in Kon 2.09 (Oct 11, 2011)

  • uin16 showed the wrong value in hex editor
  • Clicking on a byte in the hex-editor didn't update infobar
  • Found word when searching was sometimes off screen

New in Kon 2.08 (Oct 11, 2011)

  • Crash when closing multiple instances of the same file
  • Some bugs fixed

New in Kon 2.07 (Oct 11, 2011)

  • "Trim trailing spaces" function
  • "Clear results" option in search in multiple files
  • Several bugs fixed

New in Kon 2.06 (Oct 11, 2011)

  • Section browser (using regular expressions in kon.syn to define sections to look for)
  • Button for fast opening/closing K-command field.
  • Special K-clipboard for storing and executing recorded K-macros Kon message window bug fixed
  • bug fixes, some UI-changes
  • handles leak fixed

New in Kon 2.05 (Oct 11, 2011)

  • Hex search and replace (Was possible previously, but is now easier and doesn't require regular expressions.)
  • Line numbers in hex editor can now be displayed in hex.
  • Marking using the mouse now works as it should do: Ctrl+drag switches over to column block mode and shift-click extends the currently selected block.
  • Some screen update issues resolved (after applying changes from the preferences dialog.)
  • XML-syntax highlighting didn't work. (An error which didn't appearr when Kon was linked with debugging info.)

New in Kon 2.04 (Oct 11, 2011)

  • Column fill mode (Characters entered will fill currently selected column block.)
  • Syntax highlighting can be defined using regular expressions
  • Possible to run a program and capture the output to a text buffer. (launchProcess and launchProcessToMessages). Also possible to use a regular expression which defines how to interpret messages from the program.
  • Some bugs fixed in regular expressions
  • Some documentation changes

New in Kon 2.03 (Oct 11, 2011)

  • Some new toolbar icons
  • Changes in the documentation
  • Moved the message window to a docked window inside the main editor window
  • Bug in save macro fixed

New in Kon 2.02 (Oct 11, 2011)

  • Bug in popup-menu fixed (occured after cleaning K-scripts)
  • Show soft-line breaks
  • Entire file is word-wrapped when word-wrap is selected, not only the text
  • that is typed. Note that is a K-function and may take some time to execute,
  • so the functio is only executed if file size is less than 100 Kb.

New in Kon 2.01 (Oct 11, 2011)

  • Added word wrap support. Handles word wrap with soft and hard linebreaks.
  • Save history in command field
  • Fast switch between edit window and command field (focusCommandBar())
  • Fixed bug in loadModule()
  • \xnn and \nnn in grep didn't work within []
  • Cleaned up the k-code and moved/removed test code
  • Fixed some small bugs

New in Kon 2.0 Build 6 (Oct 11, 2011)

  • Added shortcut to homepage in help menu
  • Changed entry fields to comboboxes in multiple files search/replace dialog path/files selection.