tke 3.6

Tke is a full-featured and Tcl/Tk-based source code editor. It supports syntax highlighting and auto-indentation for multiple languages. There's support for a Vim mode, code snippet and clipboard management, bookmarks and multiple cursors. Tke provides a tabbed interface with a file system sidebar. It's also NFS and lock aware, extensible per plugins, allows regex searching/replacing, has configurable menus, and allows unlimited undo/redo levels.

Tags tcl tk editor code-editor syntax-highlighting software-development developers
License GNU GPLv3
State stable

Recent Releases

3.619 Jan 2019 14:25 minor feature: Added support for function and variable syntax highlighting.. Added an uninstall script for Linux environments.. Added Terraform and TypeScript syntax highlighters.. Added `api::menu::get_value` API procedure which returns the current value of a checkbutton or radiobutton menu item.. Added advanced preference option to specify a default directory for exporting plugins.. Added support for using globbed file/directory names on the command-line for Windows users.. Added Plugins menu command to display the plugin source directory in the sidebar when in development mode.. Added `api::plugin::get_header_info` API function.. Added support for new plugin header fields: `display_name`, `website` and `category`.. Added the ability to clear the currently selected shortcut in the Shortcuts preference pane by hitting the `Delete` key.. Added copy (Control-c), cut (Control-x) and paste (Control-y) keyboard shortcuts to all entry, combobox and spinbox widgets.. Added support for changing the ordering display of files in the sidebar with the keyboard when manual ordering is enabled for a directory (Alt-Up/Down will move all selected files up/down, respectively).. Added preference option in Find panel that controls whether the find or find/replace panels are automatically when keyboard focus is given back to the editing buffer.. Added menu indicator in syntax menus when those menus display syntaxes using alphabetical categorization to help the user find the currently displayed syntax.. Added new `add_shortcut` and `open_glob` plugins.. Added support for setting a proxy server/port in the `Advanced` preferences panel.. Added ctext support for setting and hiding syntax highlighted with meta characters.. Changed the default font size of the command launcher text widget from 6 to 10 to improve readability.. Moved the text widget in the command launcher to be displayed below results to improve readability.. Updated built-in themes to provide color schemes for function/variable highlighti
3.5.223 Nov 2018 10:05 minor feature: Added ability to change search method used in `Find in Files` panel.. Added preference option to set default search method used in `Find in Files` panel.. Cleaning up Linux packaged contents.. Updated User Guide.. where the `Find in Files` search method for glob and exact wasn't working.. where the Plugins menu didn't open when developer mode was disabled.. where the Plugins menu showed incorrect menu items when developer mode was disabled after it was enabled.. drawing where only an untitled document is displayed and a file is immediately opened in the other pane.. application hang when the `Find in Files` pane is displayed and the application is exited.
3.527 Oct 2017 03:15 minor feature:
3.413 Oct 2017 03:15 minor feature: Added new keyboard-centric, fine-grain controlled selection mode (enabled through new `Edit / Select Mode` menu option).. Added ability to select a sentence with mouse by holding down Control while double-clicking the sentence.. Added ability to select a paragraph with mouse by holding down Control while triple-clicking the paragraph.. Added ability to select the text between a matching set of curly brackets, square brackets, parenthesis, angled brackets, double quotes, single quotes, backtick or comment characters by holding down the Shift and Control keys while double-clicking on any character between the surrounding characters.. Added ability to select an HTML/XML node by holding down the Shift and Control keys while triple clicking any character within the node.. Added ability to right-click on checkboxes in Markdown and MultiMarkdown to toggle their completion status.. Added PluginTcl and PluginHeader syntax support which performs syntax features for TKE plugin Tcl and header code.. Added plugin framework support for new `on_drop` plugin action.. Added new `number_converter` plugin to allow converting numbers to other bases.. Added new `markdown_drop` plugin to support proper drag-and-drop of images and URLs in Markdown files.. Added `wmarkentry` and `tabbar` widgets to list of widgets available to be used within a plugin.. Added new `api::file::all_indices` plugin API call.. Added plugin framework support for new `on_theme_changed` plugin action.. Added enhancements to bubble up/down functionality where we will now bubble by sentence, paragraph or HTML node if one of these types is selected.. Added new `Edit / Select` menu which contains some menu shortcuts of some commonly used selection mode macros. These primarily exist to help in compatibility with other text editors.. Added ability within the theme bitmap editor to move, flip, rotate and export the image.. Added new `tab_active` image to theming engine which will allow the theme to change the image used f
3.304 Sep 2017 05:45 minor feature: Added new sidebar info panel in sidebar which can display image thumbnails, image size, file size, file permissions, file owner, file group, modification date, version control current version, line count, word count, character count, average reading time, MD5 checksum, SHA-1/224/256 hash values and favorited status for both files and directories.. Added plugin support for adding information to the sidebar info panel about a file or directory.. Added ability to theme the sidebar info panel in the theme editor.. Added preference item to make the sidebar info panel remain in view when the sidebar loses keyboard focus.. Added preference item to determine which information is displayed in the sidebar info panel.. Added new `get_current_version` method requirement for version control tooling.. Added new calendar plugin for inserting mini calendars into document.. Added preference option to show/hide hidden files in the sidebar.. Added Uncolorize menu option to the CSS Colorizer plugin.. Added Markdown syntax support for ::_highlight_:: and _strikethrough_ syntax.. Added ability to a file from the sidebar by hitting the Backspace key when the targetted file is selected.. Added ability to manually sort the contents of a directory or move files/directories to a different directory within the sidebar via drag-and-drop.. Added new `api::sidebar::set_info` API procedure.. Added new `publish_markdown` plugin which can be used to generate the User Guide and Developer Guide without the need for third party applications.. Added API support for new color picker, table and help preference widgets.. Added new `api::export` plugin call which allows plugins to use the built-in export capability on custom text.. Added ability to theme the scrollbars that are used alongside ttk-style widgets.. Updated Tcl reference documents to use version 8.6 instead of version 8.5.. Upgraded Tablelist widget from 5.17 to 5.18.. Updated some of the built-in themes to make the new file information panel
3.225 Jun 2017 03:15 minor feature: Added Vim support for all object selection/operation motions (i.e., `iw`, `a `, etc.).. Added `Select Next/Previous Item` Emmet support for CSS.. Added `Toggle Comment` Emmet support for CSS.. Added `Update Image Size` Emmet support for CSS.. Added `Encode/Decode Image to Data:URL` Emmet support for CSS.. Added `Reflect CSS Value` Emmet support.. Added tkcon package to TKE installation bundle for enhanced console support on all platforms without requiring external installations.. Added support for Stylus, LaTeX, IDL, Elixir, MathML and Boo syntax.. Added new `Markdown Table Beautifier` plugin.. Added ability to specify increment/decrement value for enumeration insertion.. Updated macOS Tcl/Tk version to 8.6.6.. Updated Linux installation to use Tcl/Tk 8.6.. Added View preference option to display a hierarchical syntax menu.. Changed undo behavior when the Return key is pressed and Vim mode is disabled.. When line wrapping is enabled, lines will now wrap at the column ruler (if one exists and is in view) instead of wrapping at the editing buffer edges.. Added support for a persistent search bar with next/previous search buttons.. Small enhancements to current_line plugin.. Changed the enumeration insertion to not include the b, o, d, x or h characters that immediately preceed the starting value in the inserted text.. Updated User Guide.. Updated Developer Guide.. HTML automatic syntax detector.. hidden syntax error when a tab is by clicking the `X` button.. with displaying favorited files/directories that do not exist on the current filesystem.. potential with undo functionality.. syntax highlighting with Markdown and MultiMarkdown syntaxes.. menu state handling of Emmet `Toggle Comment` and `Select Next/Previous Item` menu options.. syntax with `code_view` plugin.. with using Vim up/down motions when line wrapping is enabled.. of opening a non-existent file from the command-line.. state of `Show in Sidebar` menu when the associated tab's file does not exist in the f
3.108 May 2017 14:45 minor feature: Added session memory for bird's eye view and split screen state.. Added support for Doxyfile, Elm, Kotlin and Nim syntaxes.. Added more customizable theme elements.. Added support for `g_`, `g0`, `g `, `g `, `ge`, `gm`, `_`, `+`, `e`, `E`, `W`, `B`, `gE`, `(`, `)`, ` ` and ` ` Vim motions.. Added support for `g?` Vim commands (generating rot13 values for text).. Added support for `gv` Vim command.. Added support for `@:` Vim command.. Added support for extended `vv` Vim command to enable visual block mode.. Added BIST filtering function to view All, Passing or Failing tests.. Added support for Emmet `Wrap With Abbreviation` action.. Added support for Emmet `Balance Outward` and `Balance Inward` actions.. Added support for Emmet `Go to Matching Pair` action.. Added support for Emmet `Next/Previous Edit Point` action.. Added support for Emmet `Select Next/Previous Item` action.. Added support for Emmet `Toggle Comment` action.. Added support for Emmet `Split/Join Tag` action.. Added support for Emmet `Remove Tag` action.. Added support for Emmet `Update Image Size` action.. Added support for Emmet `Increment/Decrement Number` actions.. Added support for Emmet `Encode/Decode Image from Data:URL` action.. Added support for CSS variable syntax highlighting.. Added new `browser_me` plugin which adds an item to the sidebar file contextual menu which will allow HTML and image files to be displayed within an external browser.. Added support for TkCon console for environments that have it installed (defaults to Tk console if TkCon is not found).. Added new api::edit namespace which contains procedures used for properly editing a buffer from plugin code.. Improved Vim code base.. When multicursor motion mode is entered in Vim mode, the standard insertion cursor disappears and the multicursors will take on the look of the standard insertion cursor.. When multicursor motion mode is entered, the status bar will reflect the MULTIMOVE mode.. Allowing more than one Untitled tab to e
3.003 Apr 2017 03:15 minor feature: Added Changelog, DesktopEntry, Fountain, PropertyList, Specman/E and Xojo syntax support. Added support for line wrapping for markdown-like syntaxes.. Added new regular expression checker plugin.. Added new URL validation plugin.. Added support for f, F, t and T Vim motion commands.. Added current language development documentation to Help menu.. Added support for clipboard history snippet variables.. Added support for deleting user/session language preferences.. Added ability to jump to a file within the sidebar by entering the beginning characters of the file's name.. Added new `General/PromptCrossSessionSave` and `Sidebar/KeySearchTimeout` preference items.. Added `-ending` option for plugins when creating spinbox preference widgets which adds text to the right side of the spinbox value, if specified.. Added new `Edit/Format` menu with the ability to insert bold, italics, underline, overstrike, highlight, superscript, subscript, code, header1-6, unordered/ordered list items and checkboxes.. Added new `formatting` syntax descriptor.. Added support for using function keys in menu bindings.. Added `Use Default` button in the shortcut preference panel for reverting shortcuts to those that are set by default.. Added Vim support for moving multicursors with motions with numerical values (i.e., '3j' moves all multicursors down by three lines).. Added support for ` count ` where ` count ` is a percentage of the file to jump to.. Added support for ` count G` where ` count ` is to a specific line within a file to jump to.. Added `General/DefaultThemeExportDirectory` item in Advanced preference panel.. Added `General/HiddenThemes` preference value with allows the user to limit the number of displayed themes in the menu and command launcher.. Added new `Manage Themes` tab in Appearance preference panel which can allow the user to toggle the visibility of themes, add new themes, delete themes or edit themes in the Theme Editor.. Added new `Get More Themes` button in the `Mana
2.915 Jan 2017 03:15 minor feature: Added support for `Move To Trash` in main menu and sidebar menus.. Added new `General/UseMoveToTrash` preference setting.. Added new `Plugins / Show Installed...` menu option to display the currently installed plugins and displays plugin documentation in an editing buffer when selected.. Added ability to include a `README.md` file in a plugin directory which will be included in the displayed output when the `Plugins/Show Installed...` menu option is used.. Added bird's eye view panel per editing buffer.. Added new preference values to control the display of the bird's eye view panel.. Added theming support for command launcher.. Added CriticMarkup, MultiMarkdown, Awk, Assembly and Gherkin syntax support.. Added WebDAV support for remote file editing.. Added support for plugin preferences within the preference GUI (new Plugins preference panel).. Added `on_pref_load` and `on_pref_ui` plugin callback actions.. Added new `api::preferences` namespace and new plugin procedures within it for providing preference support to plugins.. Added `Appearance/CursorWidth` preference setting.. Added `Appearance/ExtraLineSpacing` preference setting.. Added `on_trash` plugin action.. Added `Help / Plugin Developer Guide` menu option.. Added author and author e-mail information to plugin detail output.. Minor improvements to default look of command launcher.. Added cut, copy and paste support to snippets editor in preferences GUI.. Moved snippet-related options in Editor preference panel to Snippets panel.. Improved readability of several panels in preferences UI.. Removing ability to edit preferences, menu bindings, snippets, emmet and sharing options in editing buffer (the preferences window is the only way to change these values now).. Removed `General/EditPreferencesUsingGUI` preference value.. Adding encryption of passwords in the remote save file.. Removed `Edit / Sharing` menu (settings sharing changes are done through the preferences UI now).. Removed "Show console" preference
2.822 Nov 2016 22:25 minor feature: Added ability to hide a tab via the tab's contextual menu.. Added ability to show/hide opened files in a directory within the sidebar contextual menu.. Added ability to hide a file via the sidebar contextual menu.. Added ability to show/hide all tabs in the `View / Tabs` menu.. Added ability to align current lines in both panes.. Added ability to synchronize dual pane scrolling.. Added remote file open, save, delete file/directory, rename file/directory and duplicate file features via FTP/SFTP.. Added saving remote connection information to the shared settings list.. Added `Emmet / Node Aliases` and `Emmet / Abbreviation Aliases` editors within the preferences GUI.. Added new Credits information to the About window.. Added support for use the mouse wheel for changing the tab view in the tabbar.. Added ability to perform search in the shortcuts table.. Added ability to edit snippets in preferences GUI.. Added ability to open selected files or toggle the disclosure of selected directories in the sidebar with the spacebar.. Added support for `d0` and `d ` Vim commands.. Added multicursor support for `dd`, `dw`, `d ` and `d0` Vim commands.. Added plugin API procedures for manipulating colors.. Added `lang` attribute to `api::get_info` plugin API.. Added new css_colorize plugin to highlight any color values found in CSS/HTML files.. Creating new `View / Panes` menu (moved `View / Merge Panes` menu to this new submenu).. Moved location of Emmet category within the preferences GUI.. Added check for Expect package in the installation script.. Small optimization to icon redrawing in tabbar.. Scrollbars in sidebar and editing buffers will pause for around 300 milliseconds before widening to avoid scrollbar flashing when the mouse quickly passes over a scrollbar.. Sidebar scrollbar is now persistently displayed.. Sidebar has been overhauled to be faster, be more responsive when scrolling, look better and be more theme-able.. Removed sidebar -treetype theme option.. Added theme
2.705 Oct 2016 15:05 minor feature: Added the ability to edit menu bindings within the new preferences GUI `Shortcuts` tab.. Added the ability to Control-click on a main menu item to immediately edit the shortcut for the menu option.. Added new `Export` file command to export Markdown as HTML/XHTML and/or performing snippet substitution at export time.. Added ability to open buffer tabs in the background (API change).. Added new `General/DefaultMarkdownExportExtension` preference value (this option is present in the `Advanced / General` GUI tab.. Added ability to share TKE settings data (emmet, favorites, command launcher, plugins, preferences, sessions, snippets, templates and themes) between multiple machines.. Added ability to connect TKE to the TkTest utility.. Added `Check for Update` button within the `General / Updates` preference tab for macOS and Linux platforms.. Added support for automatically highlighting mismatching brackets (programmable via preferences `Editor/HighlightMismatchingChars`).. Added `Find/Find Next Bracket Mismatch` and `Find/Find Previous Bracket Mismatch` menu options.. Added a new installation wizard to help users setup user application data.. Added new lower contrast themes from Ublime GitHub package (Anatomy of Grey, Starlight and Turn of the Century).. Enhanced the look of the `Open Recent` submenu.. Improved the look and feel of spinboxes within the UI (i.e., flatten, lower profile, easier to click up/down buttons).. Upgraded tablelist widget to the latest version (5.16).. Moved `Tools / Vim Mode` menu item to `Edit / Vim Mode`.. Removed `Tools` preference category from preference GUI.. Moved VimMode and ClipboardHistoryDepth items from the `Tools` preference tab to the `Editor` preference tab.. Removed menu separator between Jump menu items in the Find menu.. Renamed Editor preference GUI item `Highlight matching character` to `Automatically highlight matching bracket`.. Changed `tke` to `TKE` in about window.. Changed default theme from `Default` to `Monokai`.. Inc
2.607 Sep 2016 10:25 minor feature: Added new preferences GUI to replace file-based preference changes.. Added new `General/DisabledLanguages` preference item to limit the displayed languages in the menu and menubutton interface elements.. Added new `General/EditPreferencesUsingGUI` preference item to allow you to switch between using the preference GUI or editing buffer method of changing preferences.. Adding search capability to theme editor category table.. Adding ability to copy/paste theme editor settings between themes.. Adding full font selection in preferences UI.. Bitmap editor in theme editor can now create up to 32x32 icons.. Changed preference item `Appearance/EditorFontSize` to `Appearance/EditorFont`.. Changed preference item `Appearance/CommandLauncherEntryFontSize` to `Appearance/CommandLauncherEntryFont`.. Changed preference item `Appearance/CommandLauncherPreviewFontSize` to `Appearance/CommandLauncherPreviewFont`.. Adding preference images to theme editor so they can be customized.. General and Advanced preference data is now removed from session preferences.. Updated User Guide.. ing startup problems that could occur if code folding is disabled.. ing with using "default" as the name of a theme (changed to "Default").. ing with Vim modeline support when Vim mode is disabled.. ing Vim :e command when specified file does not exist.. ing potential with command launcher when changing sessions.. ing default preference loading when a session is.. ing session save file that could cause the wrong session name to be displayed when restarting.. ing with session preferences not being used on startup when a session was in use upon application exit.. ing theme export window drawing.
2.515 May 2016 03:16 minor feature: Adding syntax for ABAP, Clojure, Cuda, Delphi, DocBook, Forth, Go, Groovy, J, Jade, Julia, ManPage, MATLAB, R, Rust, SASS, SCSS, Verilog and VisualBasic.. Adding `endsnippet` keyword in snippet files for specifying end of snippet text which alleviates the need to precede snippet text with TAB characters (the old syntax is still supported, however).. Adding `Editing/SnippetFormatAfterInsert` preference item to control whether or not inserted snippet syntax should be automatically formatted to fit the surrounding code.. Adding Help menu item to view the Tips amp; Tricks website.. Adding support for `browsedir` Vim option.. Adding `General/DefaultFileBrowserDirectory` preference option.. Adding support for indentation-based code folding.. Adding support for multiple mixed languages.. Adding ability to embed C++ language into Markdown.. Adding `escapes` value to syntax file descriptor to indicate if the escape character ( ) should be treated as one or whether it is just another character.. Adding support for the backtick character (`) to be auto-completed.. Adding support for the backtick character to be auto-matched.. Adding h, backspace, left, l, space and right motion support for change, delete, and yank commands.. Adding Up, Down, Left and Right Vim commands.. Adding gu and gU Vim command support.. Adding TKE website link in About window.. Adding support for Markdown list, checkbox and blockquote preinsertion.. Modest performance improvement on initial file display.. Optimizing code indentation functionality.. Enhancing SystemVerilog indentation.. Changing the order of information in the About window to improve visibility of application-specific information from credit/support information.. Changing fold symbol to be larger and a different color to improve visibility of folded code.. Adding fourth parameter to advanced syntax callback procedures indicating if highlighting is a result of inserting a character.. Minor improvements to auto-indent and code folding perf
2.413 Apr 2016 04:25 minor feature: Adding support for XSLT, MySQL, SQL, VHDL, C, ActionScript, Objective-C, Eiffel, Cobol, D and OCaml syntax.. Adding new date-specific snippet variables/macros for finer control of date output.. Adding new -onshiftclick and -oncontrolclick options when adding gutter elements for added plugin click behaviors.. Adding ability to shift-click on a code folding symbol to fold/unfold all levels within block.. Adding support for 'zf' (when text is selected), zfnumj, zfnumk, and zd Vim commands in manual mode.. Adding support for 'zj' (jump to next folding) and zk (jump to previous folding) Vim commands.. Adding support for 'zA' (toggle all folds fully) Vim command.. Adding support for 'zi' (toggle all folds by one level) Vim command.. Adding support for 'zc' (one level of folding at the current insertion cursor) Vim command.. Adding support for 'zC' (all levels of folding at the current insertion cursor) Vim command.. Adding support for 'zo' (open one level of folding at the current insertion cursor) Vim command.. Adding support for 'zO' (open all levels of folding at the current insertion cursor) Vim command.. Adding support for 'zE' (delete all folds in the current editing buffer) Vim command.. Adding support for 'zv' (show the cursor if it is within a fold) Vim command.. Adding support for 'foldenable' Vim option.. Adding support for ' range fold', ' range fold', and ' range foldopen' Vim commands.. Enhancing View/Folding menu command set.. Adding support for CSS Emmet abbreviation syntax.. Adding support for custom Emmet node/abbreviations.. Adding syntax highlighting support for mixed syntax (i.e., HTML/Markdown, C/C++).. Adding support for embedded languages (ex., CSS within HTML).. Adding automatic code folding for embedded language start/end syntax.. Adding customizable theme color for background of embedded languages.. Adding bracket/quote match highlight when cursor is placed on a bracket/quote.. Adding Editor/HighlightMatchingChar preference for turning on/off br
2.313 Mar 2016 00:05 minor feature: Adding ipsum lorem plugin to insert placeholder text.. Adding plugin architecture support for adding version control system for difference views.. Adding indentation code folding support.. Adding Vim 'za', 'zR', 'zM' commands for code folding.. Adding CURRENT_TIME variable to snippets which returns HH:MM AM/PM output. Adding YAML, Erlang, Prolog, Scheme, Ada, Lisp, and Vala syntax language files.. Adding Emmet snippet support including new Edit / Emmet menu and Ctrl-E shortcut for expanding Emmet abbreviations.. Adding new Quiverly theme.. Left-clicking on a gutter no longer causes the current line to be selected.. Splitting syntax menu into multiple columns if the number of languages exceeds a given threshold.. Optimizing indentation support.. Added confirmation before deleting a template.. Improvements to text formatting with Edit / Paste and Format menu option.. Colorizing Markdown header text to help make it more readable.. Updates to User Guide.. Updates to translations.. ing Windows tkdnd DLL to use the 32-bit compatible version.. ing in marker menu display.. ing translation.. ing ctext::get_match_bracket when the specified index is not "insert".. ing ctext line numbering when elided lines are encountered.. ing switch/case/default and class/public/protected/private auto-indentation.. ing auto-indentation handling in several other cases.. ing with Split View indicator not displaying correctly.. ing where syntax menu checkmark was not being updated when language was changed from the command launcher.. ing where tabs were being removed when "Remove trailing spaces" preference was set to 1 which caused problems with parsing snippets.. ing snippet tab traversal.. ing HelpSystem comment parsing.. ing with the lower-right corner of editing buffers when the theme is changed.. ing with opening files on Mac OS X by using "Open With" or drag-and-drop file on TKE icon.. ing Greek, Japanese and Chinese (Traditional) translations.. ing with opening Mac documents via Finder
2.204 Feb 2016 22:05 minor feature: Added support for Vim modelines.. Added support for a subset of Vim :set commands.. Added De/ShowDiagnosticLogfileAtStartup preference option.. Added Editor/VimModelines preference option.. Added General/AutoChangeWorkingDirectory preference option.. Added Editor/RelativeLineNumbers preference option.. Added support for Tcl/Tk 8.6 when installing from install.tcl such that TKE will install without error if your system uses an 8.6.x version of Tcl/Tk.. Added checks for Tcllib, Tklib and tkdnd into install.tcl installation script.. Added gg Vim command. Added Space Vim command. Added BackSpace Vim command. Added new Chooser plugin that allows the user to select a color, font, directory or file(s) using a chooser window and copy the value to the clipboard.. Added fontchooser, tk_getOpenFile, tk_getSaveFile, tk_chooseDirectory and tk_chooseColor choosers to list of available plugin calls.. Added api::show_error for plugins to display error information.. Added api::reset_text_focus for plugins to set the text focus to last text widget that had focus.. Added ability to change line numbering between absolute and relative from the View menu.. Added support for ==, =G, gt;, # gt; gt; Vim commands.. Added support for :set shiftwidth=# Vim command.. Added support for vi., =i.. and gt;i. Vim commands.. Adding support for single quote matching using Vim command.. Adding TKE.docset package generation in development documentation.. Adding BIST UI for managing and deging regression runs in development mode.. Adding New File From Template menu option to sidebar directory contextual menus.. Adding -name option to api::file::add_file procedure for plugin developers this allows a new, empty tab to be added that has a pathname but no existing file. If the user saves the file, it will be created and named with the given name.. Added Lua and Scala language support.. Using Editor/SpacesPerTab preference value to adjust tabstop size in all editing buffers.. Allowing winfo calls fr
2.104 Jan 2016 23:25 minor feature: Delete /.tke/session.tkedat (you may also need to delete the /.tke/sessions directory if named sessions cause an ). Because some menu items have been moved/renamed, you may need to update your menu binding files if you have customized menu bindings.. Adding Edit / Cursor menu.. Adding Edit / Insert menu.. Adding Edit / Delete menu.. Adding Edit / Transform menu.. Adding New Window command to File menu.. Adding ability to add a new line below or above current line from Edit / Insert menu.. Adding ability to insert the contents of another file from Edit / Insert menu.. Adding ability to insert the output from a shell command from Edit / Insert menu.. Adding ability to delete current line from Edit / Delete menu.. Adding delete to/from cursor menu commands to Edit / Delete menu.. Adding delete number menu command to Edit / Delete menu.. Adding delete whitespace menu commands to Edit / Delete menu.. Adding Delete between character menu command to Edit / Delete menu.. Adding "Delete current word" Edit/Delete menu option.. Adding number and whitespace deleted text to clipboard.. Adding delete between character text to clipboard.. Adding Join Lines menu command to Edit / Transform menu.. Adding Bubble Up/Down menu command to Edit / Transform menu.. Adding Display Text Info menu command View menu.. Adding ability to join selected lines (even if lines are not contiguous).. Adding tabs,-activeforeground and tabs,-inactiveforeground settings to theme.. Adding Save Selection As... menu item to File menu.. Adding Jump To Line menu item to Find menu.. Adding Reload File menu item to File menu.. Adding Change Working Directory menu item to File menu.. Adding Toggle Case menu command to Edit / Transform menu.. Adding Lower Case menu command to Edit / Transform menu.. Adding Upper Case menu command to Edit / Transform menu.. Adding Title Case menu command to Edit / Transform menu.. Adding Move to First Line cursor menu command to Edit / Cursor menu.. Adding Move to Last Line curso
2.008 Dec 2015 04:25 minor feature: New theme editor that allows theming of the syntax highlighter colors, window/widget colors, reliefs, sizes, images and more. Includes the ability to export TKE theme packages and import both TKE theme packages and TextMate themes.. Adding new -p development mode command-line option to allow startup profiling.. Adding Sidebar/IgnoreBinaries preference option.. Adding support for deleting multiple directories or files in the sidebar at once.. Adding drag and drop support to sidebar and editing buffer in Windows.. Adding marker map in the text scrollbars.. Added Show/Hide Marker Map option in View menu.. Added View/ShowMarkerMap preference item for controlling startup state of the menu item.. Changed standard scrollbars to a new, more customizable minimal scrollbar.. Removed split view button from UI and added a tab menu option to split/merge the current tab file view.. Updates to all existing TKE themes with a new and improved look.. Performance improvements to editing buffer procedural calls.. Performance improvements to sidebar.. Removing Sidebar/IgnoreExecutables preference option.. Removing General/WindowTheme option.. Updating User Guide.. Updating and cleaning up development documentation.. Changing behavior of -s command-line option to not automatically create a new TKE window (using -s in conjunction with -n will accomplish this). Instead, if an existing TKE window is opened, the window will be switched to the specified session.. If the existing TKE window is not a saved session, TKE will now detect and prompt you to save the session before switching to a new session.. When a session is, it leaves the opened tabs opened in the editor.. Setting the default startup window size to be 800x600 (unless a session file exists to change it).. Changing the plugin grant dialog box with a custom dialog box to make its UI consistent with the rest of the application.. Disabling the render, changebar and markdown_colors plugins.. ing comments in preferences file.. ing profi
1.929 Sep 2015 14:05 minor feature:
1.801 Aug 2015 10:25 minor feature: Added Swift syntax. Added Copy Pathname command to sidebar contextual menus. Added support for Git in difference view. Adding ability to change the font size of any text or listbox widget using Control-+ or Control-- while hovering over the targetted widget. Adding many new Vim commands, including the following: :wq!, :wq., :wq!., :cq, ZQ, :r !., gf. n. N. , (with selection/visual mode), V, X., D. Added support for file/directory drag-and-drop on the sidebar and file/text drag-and-drop in the text editing area. Adding plugin support for on_rename, on_duplicate and on_delete events. Adding "Merge panes" command to View menu. Adding uncommenting support for block comments when the cursor is currently in one (via the "Toggle Comment menu command). Adding new "View/ShowFindInFileResultsInOtherPane" preference item. Adding TextMate transformation support to snippet syntax. Created Windows installer executable for TKE which will be available for stable releases only at this point. Adding ability to open file or expand/collapse directory with the Return key in the sidebar. Adding support for URIs in the command launcher. Removing Comment and Uncomment Text menu commands and replacing it with a single "Toggle Comment" command. Enhancing comment support to handle multicursors and single cursors (not just selected text). Restructuring some code in the search/replace proc and improving UI. Changing yellow to gold for current text highlight border color to help make things easier to see in light window themes. Enhancing vim search/replace to support i and I options. Removing visual highlight border and active border around selected file/directory in sidebar (UI cleanup). Adding missing cases for visual mode usage in Vim commands. Adding sidebar support for multi-row selections (allows for batching some sidebar operations). Changing api::sidebar::get_selected_index to api::sidebar::get_selected_indices. Changing file renaming to allow the file to be moved as well as rename
1.701 Jun 2015 06:25 major feature: Adding support for remembering directories in the Open Recent list Adding new Find/Show Selected Line Change menu option to display the last file version that modified the current line when in a file difference view. Added support for mouse-dragging the command launcher to a new position in the window and, optionally (via a preference setting), remembering the new position. Adding preference item to automatically display the difference view of a given file in the other pane by default. This provides side-by-side views of a file by default. Adding basic Vim macro support (keystroke recording and macro buffer insertion). Added new Aurora color theme. Added Java syntax support. Adding preference item to ignore executable files from the sidebar. Adding support for three indentation modes: none, auto (new mode that indents to the same level as the previous line), and smart (previous auto indentation mode). Adding support for viewing version log information when changing versions in the difference view control bar (includes preference item to control whether this information is shown or hidden when changing versions).
1.610 Apr 2015 21:05 major feature:
1.507 Mar 2015 22:05 major feature:
1.424 Dec 2014 06:25 minor feature: Adding new Check for Update menu option to allow in-app updates for Linux and Mac environments Adding preference option to check for updates on application startup Adding preference option to give users the choice of updating to stable or development releases. Adding 'ci' command to Vim (deletes all characters within the the characters that surround the insertion cursor). Adding support for single cursor Vim visual mode. Adding w and b Vim commands to move forward and backward by a single word. Adding cc and C Vim commands for changing a line. Adding yw and dw Vim commands for yanking and deleting one or more words. Adding ability to jump to a specific line using the #G Vim command. Adding Return and - Vim commands to move the next and previous first non-whitespace character in the line. Adding support for Vim command to jump to a specific column. Adding support for Vim command to change the case of the character at the current insertion cursor. Adding support for multi-word change support in Vim mode. Adding Vim support for saving a list of lines to a file. Adding H, M and L commands to Vim mode to move cursor to top, middle and bottom lines. Adding support for asterisk command in Vim mode to find thinnest occurrence of the current word. Updating to latest version of specl library Enhancing bracket completion to be more accurate. Changing p and P Vim command when pasting text that does not contain newlines. Updated User Guide documentation. Updated development documentation. Fixing issues with spaces in filenames when displaying them in an external browser. Fixing issue with syntax errors after using the Close Others tab menu option. Making the determination whether the current cursor is within a comment or string to be more accurate. Fixing bug with bracket completion when we are in a filetype that doesn t support bracket completion. Fixing support for word changing in multi-cursor mode. Fixing yy and dd Vim command behavior. Fix
1.312 Nov 2014 03:15 minor feature: Added new Notes plugin (menu-based note system) Adding Open Directory Files menu item in sidebar for directories Adding Revert current file in Mercurial plugin Adding preference item to control removing trailing whitespace on save Adding ability to match angled brackets Adding syntax highlighting support for CSS, JSON, Haml and Bash Adding single quote, double quote and bracket insertion around selected text Auto-completion of matching characters (single quote, double quote and all bracket types) Adding -n command-line option to open file in a new window Lots of plugin API enhancements Removed PaneOrientation preference item Adding ability to select items in command launcher with left mouse button Excluding files matching ignored file patterns from Find in File searching Lots of improvements for Windows users Improving performance of sidebar display Changing case-sensitivity buttons to check buttons for improved readability. Defaulting case-sensitivity check buttons to be case sensitive Fixing issue with syntax highlighting when pasting text Fixing issues with bracket and string auto-highlighting Fixing support for AllowTabScrolling preference item Fixing issue with tool not closing properly when buffers exist in tabs Fixing Mercurial plugin problems Fixing HTML indentation to ignore tags that are self-escaped Fixing various issues with handling whitespace in filenames Fixing issues with unindenting HTML and SystemVerilog-like syntaxes Fixing menu state handling for menus and tab popup menus Fixing syntax error when posting snippets menu Fixing search and replace when multiple matches exist in the same line Hiding console menu item if console is not supported on the platform
1.217 Aug 2014 02:02 minor feature: You can now mark a file or directory as a favorite which allows for easier file/directory opening and find in file functionality. New command launcher view which allows a selected item to display a preview. Adding preference items to control the command launcher. Adding initial support for gutters in the editor (no functionality currently uses this capability, however).