KKEdit Changelog

What's new in KKEdit 0.2.9

Jul 29, 2015
  • Added seperators into 'View' menu.
  • Added toggle line nubers to 'View' menu.
  • Added toggle wrap lines to 'View' menu.
  • Added toggle higlight current line to 'View' menu.
  • Added toggle syntax highlight to 'View' menu.
  • Added toggle auto show completions to 'View' menu.
  • Fixed regex search missing first search term if it begins at the cursor position.

New in KKEdit 0.0.27 (Dec 16, 2013)

  • Fixed over enthusiastic utf8 conversion!
  • Example tools now use relative paths.
  • External tools can now use relative paths to command script.
  • Fixed bug with external tools.

New in KKEdit 0.0.22 (Sep 6, 2013)

  • Added check for installed manpageeditor, if succeeds menu item added in file menu.
  • Code clean.
  • Undo bugfix.
  • Added Manpage Editor Icon for menuitem.
  • Added 'Always Show In Popup Men' to external tools ( no selection needed ).
  • Redone some installed tools and example tools.

New in KKEdit 0.0.18 (Jun 20, 2013)

  • Added command line switch (-m) to override the single instance pref ( used for running an extra version via the tools menu etc ).
  • Added drag 'n' drop to insert text file into text when dropped on text part of window;
  • Added drag 'n' drop text between windows/applications.

New in KKEdit 0.0.15 (May 7, 2013)

  • Save/restore bookmarks with session, if the files change on disk after saving session, restoring will skew bookmarks.
  • Added "Close All Tabs" to file menu.
  • Close all tabs BEFORE restoring session.
  • Dimmed Nav, func and bookmark menus when no docs open.
  • Dimmed saveall, close etc when no docs open.
  • Session can now be restored with/without the saved bookmarks.
  • Auto restore bookmarks can be set in prefs
  • Added error dialog if can't save.
  • External tools now editable from the GUI.
  • For convienience info label in tools gui is selectable.
  • Added 'delete' to tools GUI.
  • Added 'Home' button to gtk doc viewer.
  • Added '$KKEDIT_HTMLFILE' to vars passed to external script, this file should be used for displaying output from tool in html format.
  • Adde '%h% to tools place holders, details as above.
  • Added 'show HTML doc' option to tool, to either display the gtk doc viewer or the default browser with the page ' $KKEDIT_HTMLFILE'
  • Added 'Search For Definition' entry to toolbar - same as 'Navigation->Search For Define'.

New in KKEdit 0.0.12 (Apr 24, 2013)

  • Do simple conversion to/from UTF-8.
  • Added "Open As Hexdump" to file menu.
  • Added number to untitled docs.
  • Made application single instance.
  • Major Code clean.
  • Added select single/multi instance to prefs.
  • Prefs applied immediately ( again! ).