May 8th, 2013· Code Intelligence: PHP: Allow completions for files that use the same base name. (Bug 93859)
· Code Intelligence: PHP: Show completions for core PHP interfaces. (Bug 98831)
· Code Intelligence: Python: Allow completions and calltips even when no Python interpreter is found/configured. (Bug 98174)
· Debugger: Python: Report types of ints and bools correctly, not as "str". (Bug 98546)
· Debugger: Tcl: Allow Tk programs to be launched with wish, not just tclsh. (Bug 98313)
· Debugger: Python: Fix python2 remote debugging package. (Bug 98532)
· Editor: Add a pref at editor/scrolling to control whether shift-ctrl-mouse-wheel changes the zoom level of the current view. (Bug 89701)
· Editor: Color in EJS and komodo snippets as escape sequences. (Bug 98464)
· Editor: Handle comment-continuations for languages that don't do auto-indent, like ini, diff, Makefile, and batch. (Bug 98467)
· Editor: Make sure clicking in the line-number margin of a wrapped line selects that line. (Bug 98494)
· Editor: Minimap: Don't allow pasting by clicking on the middle-button on Linux. (Bug 97909)
· Editor: Minimap: Disable drag/drop involving the minimap. (Bug 97159)
· Editor: Minimap: Update minimap context menu when buffer is first shown. (Bug 98512)
· Editor: Prevent landing on buffers from moving to seemingly random positions. (Bug 98716)
· Editor: Recognize that '$' is part of a variable name for purposes of double-clicking and identifier highlighting. (Bug 98566)
· Editor: Ruby 2.0 support: Color %i-strings as array of symbols for Ruby 2.0+. (Bug 97711)
· Editor: Upgraded Tcl colorizer and code-completion on keywords to Tcl 8.6. (Bug 98034)
· Editor: Reinstate word-wrap for all scintilla objects. (Bug 98471)
· Keybindings: Mac: Remove Ctrl+Y accesskey in the find toolbar. (Bug 98709)
· Keybindings: Vi: Ensure "O" command works when used on a word-wrapped line. (Bug 98811)
· Keybindings: Vi: Make sure "W" always moves either to the next. (Bug 98813)
· Linux: Icons: Ensure Ambiance skin is properly auto-detected. (Bug 98894)
· Linux: Install: Better detection of the host architecture, to avoid false warnings. (Bug 98519)
· Linux: Scrollbars: Removed UI drawing glitch when left or right panes were visible. (Bug 97084)
· Mac: Retina: Find Results: Fix disappearing results on Retina displays. (Bug 98230)
· Mac: Retina: Icons: Edge-cases where icons would show at twice their size have been resolved. (Bug 98607)
· Mac: Retina: Icons: Fixed case where viewing Appearance preferences could switch to the Classic theme. (Bug 98877)
· Mac: SDK: Ensure the Komodo extension tools work correctly on a Mac. (Bug 98441)
· Places: Confirm that files/folders should be dragged/dropped onto a folder. (Bug 98484)
· Places: Expose the "Show in places" context-menu item in the Keybindings pref panel. (Bug 98572)
· Places: You can now double click a folder to expand/collapse it (if "double click to make folder root" pref is turned off).
· Prefs: Add an option to use pixel-mapped squigglies for better performance. (Bug 98440)
· Projects: Show a proper group icon for project groupings. (Bug 98808)
· Remote Files: Enable select button for choosing the current folder location. (Bug 97991)
· Run Commands: Ensure the focus goes back to the editor after running a command. (Bug 98414)
· Toolbox: Make sure undo/redo works after inserting snippets. (Bug 92695)
· Toolbox: Make first launch of a snippet does not get ignored. (Bug 98835)
· Syntax Checking: Ensure the pylint and pyflakes files can find their config files. (Bug 98461)
March 27th, 2013· Abbreviations: Reinstate on-demand abbreviations inside comments. (Bug 98154)
· Abbreviations: Tweaked and removed some auto-abbreviation snippets to be less intrusive. (Bug 98232)
· Code Intelligence: CSS: Avoid adding a second colan when completing CSS property names. (Bug 92762)
· Debugger: Node.js: Allow debugging of Node.js 0.10. (Bug 98180)
· Editor: Ensure compatability with Google's IME tools. (Bug 98188)
· Editor: MySQL: Use "-- " for comments. (Bug 98156)
· Editor: PHP: Don't colourise escaped variables in heredocs. (Bug 98190)
· Editor: Stopped blurring of text when toggling word wrap. (Bug 98048)
· Keybindings: Added commands to toggle and/or focus the "Open Files" pane. (Bug 97121)
· Language Detection: Correctly recognize "double" file extensions, e.g. 'foo.html.erb' as Rails. (Bug 97967)
· Linux: Correctly draw tab indicators when view whitespace is enabled. (Bug 98071)
· Linux: Install: Ensure symlinks are correctly maintained by the install process. (Bug 98337)
· Linux: Install: Warn when trying to install Komodo on the wrong hardware. (Bug 98202)
· Mac OS X: Add restore-from-fullscreen button for Mac OS X 10.6. (Bug 98267)
· Mac OS X: Add restore-from-fullscreen button for Mac OS X 10.6. (Bug 98267)
· Mac OS X: Fix horizontal scrolling on specific Mac hardware. (Bug 97964)
· Projects: Ensure project menu remains enabled when switching projects. (Bug 97834)
· Shutdown: Don't abort shutdown if an unexpected error occurred. (Bug 98043)
· Source Code Control: Allow the history dialog to be properly resized. (Bug 98351)
· Start Page: Ensure recent files / projects load correctly. (Bug 98007)
· Toolbox: Hide obsolete samples and add a macro that lets the user easily restore them. (Bug 96600)
· User Interface: Added more feedback about what is going to happen when changing skins / iconsets.
· User Interface: Corrected the menuitem alignments on linux. (Bug 97984)
· User Interface: Deleted custom toolbar items are now correctly removed from the overflow menu. (Bug 97835)
· User Interface: Fixed crash when dragging and dropping a tab onto the window titlebar. (Bug 98171)
· User Interface: Horizontally oriented panes now show a splitter when it holds multiple widgets. (Bug 98157)
· User Interface: Places file icons now visible on Retina/HiDPI display. (Bug 98255)
· User Interface: The classic icon set now properly shows breakpoint icons. (Bug 98094)
March 7th, 2013New:
· User Interface Styling: We've revamped the Komodo user interface, you'll notice a new Komodo logo, the toolbars, statusbars and side panes have all been updated, the editor schemes have been tweaked, and we'll continue to improve and modify the styling throughout the Komodo 8 release series. We've also kept around the old Komodo 7 styling for those that prefer a dash of color - simply choose the Classic icon set in Komodo's appearance preferences, or try one of the other myriad of new icon sets we now include.
· Floating Side Panes: You now get the ability to detach individual side pane tabs (Places, Code Browser, Debug, Find Results, Breakpoints, etc...) into their own separate window, so you can now put your debugging pane on a completely separate monitor screen (if you're lucky enough to have multiple monitors). Just use the mouse and right-click on the tab/icon you wish to move and you'll get the appropriate context menu.
· Minimap: Sitting right next to your editor scrollbar, the minimap gives a high-level (10,000 foot) view of your code. It gives just enough details to allow you to quickly scroll and re-position the editor on a targeted section of code.
· Open Files Side Pane: There is a new widget in the left pane that groups and lists all of the files you have opened. It groups the files by language and then sorts them - this is really useful if you have a lot of opened files. You can also hide the editor tabs completely, and just use the Open Files pane.
· Fast Open Shortcuts: When using the fast open dialog, you can now make a shortcut to frequently used files and directories. For example, given the directory "/some/long/path/to/my/code", you can make a shortcut called "code", then when using the fast open dialog, simply typing "code/" will now show you the files of this directory without the need to type out that full path.
· Auto Abbreviation Snippets: Komodo now provides automatic triggering for a selected group of toolbox abbreviations (snippets). This makes developing code faster, smarter and easier, with the user in complete control of the content being inserted!
· Conditional Snippets: It's now possible to use JavaScript code within a snippet, so you can programatically determine the snippet contents at runtime. Komodo allows the use of Embedded JavaScript (EJS) inside of the snippet text, which will be dynamically executed inside of Komodo's JavaScript environment, and as such it has full access to the Komodo JavaScript API.
· Retina Support - Mac OS X: Retina support has been enabled in Komodo 8 - providing crystal clear high definition fonts and icons. Combining the new Retina support, native full screen support on the Mac and the updated Komodo interface - it's awesome to be a Mac developer using Komodo.
Updated Platform: Komodo has received a number of updates to it's underlying code base. Komodo now uses Mozilla 18, Python 2.7 and Scintilla 3.2.4, as well as other updated internal components. All of this means:
· Better performance - with faster startup times as well as using less CPU and memory resources
· Fast find in files - twice the speed of Komodo 7.
· Better hardware support - by detecting and supporting modern computer systems
· A better browser preview - supporting the latest and greatest web technologies
New Language Support:
· Laravel Blade - a PHP templating language
· Sass Syntax Checking added
Bug Fixes:
· Changes related to Debugging, Interactive Shells, Source Code Control, HTTP Inspector, Rx Toolkit, Code Browser, Database Explorer, Stackato and the Sections List only apply to Komodo IDE only.
· Auto Update: Mac: Ensure Komodo restarts after auto-updating. (Bug 97625)
· Code Browser: At startup, ensure only the current file is shown when that option is enabled. (Bug 97889)
· Code Intelligence: JavaScript: Update jQuery API catalog to version 1.9.1. (Bug 97623)
· Code Intelligence: Ruby: Ensure Ruby codeintel finds all gem dirs, not just ones without a hyphen in the name. (Bug 97655)
· Editor: Allow keypress repeat in the editor. (Bug 97890)
· Editor: Fixed being unable to open file due to unexpected workspace preferences. (Bug 97717)
· Editor: Allow keypress repeat in the editor. (Bug 97717)
· Editor: Make sure scrollbar position is maintained after word-wrap is turned off. (Bug 97600)
· Editor: Mac: Stop flickering when resizing the editor. (Bug 97395)
· Editor: Use an I-beam cursor when mouse is over the editor. (Bug 97903)
· Editor: Minimap: Don't show editor caret in the minimap view. (Bug 97448)
· Key Bindings: Vi: Ensure multi-key commands work correctly. (Bug 97677)
· Preferences: Ensure language preferences are properly maintained. (Bug 97728)
· Project Templates: Disallow remote files in a project template. (Bug 95086)
· Syntax Checking: Python: Make sure line numbers are correctly reported on Windows. (Bug 94848)
· Syntax Checking: Python: Ensure PyLint checking works for files in readonly directories. (Bug 97854)
· Remote Files: Save as command was not working if trim modified lines pref was set. (Bug 97642)
· Rx Toolkit: Count capturing groups correctly when highlighting syntax errors in the toolkit. (Bug 95097)
· User Interface: Mac: Speed up drawing of context menus. (Bug 97658)
February 22nd, 2013· Code Intelligence: Don't include "self" in Python magic method cplns if it's already defined. (Bug 97194)
· Editor: Make sure folding marks are shown correctly when changing a buffer from another language to CSS. (Bug 97344)
· Editor: Mac OS X: Stop text from flickering during keypress events. (Bug 97214)
· Editor: Performance: Improve speed of keypress handling. (Bug 97330)
· Editor: Stop color flash when closing a tab. (Bug 97061)
· Help: Enable find for the Mac help dialog. (Bug 97151)
· Mac OS X: Added hi-DPI Retina iconset. (Bug 97285)
· Minimap: Added a per-view toggle for viewing/hiding the minimap. (Bug 97152)
· Places: Linux: Better handling of non-ASCII path names. (Bug 97419)
· Preferences: Use a File > Project > Global preference chain. (Bug 96478)
· Startup: Resolved issue of bad UI loading at startup (affecting icon display and keypress handling). (Bug 97366)
· Syntax Checking: Performance: Simplify lint schedule requests to reduce unnecessary calls. (Bug 97334)
· Syntax Checking: Perl: Make sure syntax-checking happens for files in paths containing non-ascii characters. (Bug 96303)
· User Interface: Fixed toolbar overflowing when the toolbar exceeded the window width. (Bug 97429)
· User Interface: Fixed context menu alignment for menus that contained icons. (Bug 97494)
February 8th, 2013· Auto Abbreviations: HTML: Don't insert extra "
January 17th, 2013· Auto Abbreviations: Optimize auto-abbreviation lookup/insertion algorithm. (Bug 96693)
· Browser Preview: Allow opening the preview in a separate Komodo dialog. (Bug 96610)
· Editor: Allow save all to work when a browser preview is open. (Bug 92900)
· Find: Handle word-searching correctly for regexes. (Bug 96542)
· Remote Files: Ensure dialog re-opens as completely visible after it's been resized larger. (Bug 96616)
· Sync: Fix conflicts when syncing between Komodo 7 and Komodo 8. (Bug 96567)
December 20th, 2012· Add 64-bit binaries for Ruby debugging on OSX. (Bug 96333)
· Collaboration: Get it working on OSX again. (Bug 96223)
· Command Output: Hide the unused left margin. (Bug 96314)
· File Save: When stripping white-space of changed lines only, don't remove trailing newlines. (Bug 96101)
· Editor: Linux: Stop special codes being inserted from Click+Ctrl events. (Bug 96299)
· Editor: Mac: Ensure the vertical scrollbar behaves correctly. (Bug 96347)
· Languages: Twig: Add icon for the Twig language. (Bug 96214)
· License: Ensure Komodo IDE alphas don't require an existing license. (Bug 96315)
· Remote Files: When detecting changed files, be sure to persist the value after the dialog is shown. (Bug 95690)
· Sections List: Use a wider popup results panel. (Bug 96297)
· Source Code Control: Subversion: Show correct status inside symlinked directories. (Bug 96306)
· Statusbar: Column numbers should start at 1. (Bug 96309)
· Syntax Checking: Perl: Ensure non-ascii file paths work. (Bug 96303)
· Syntax Checking: Perl: Allow specification of a .perlcriticrc file per file, project, or globally, similar to pylintrc. (Bug 96168)
· Toolbox: Support editing and linting snippets in a regular editor view (same as macros). (Bug 96375)
· Startup: Environment: Unset environment variables that could conflict with external applications. (Bug 96291)
November 15th, 2012· Code Browser: Ensure search results are refreshed when deleting search characters. (Bug 95046)
· Code Intelligence: HTML: Ensure proper JavaScript completions inside on* attributes. (Bug 95946)
· Code Profiling: Python: Ensure data is correctly converted on Windows. (Bug 95262)
· Color Schemes: Zenburn: Use same light blue tags for both HTML and HTML5. (Bug 95490)
· Debugging: PHP: Fix debugging problems on some Ubuntu Linux machines. (Bug 94596)
· Debugging: PHP: Xdebug binaries for php 5.4 were in the wrong directory on Windows. (Bug 95400)
· Editor: Allow "Paste HTML" to work with Chrome and Internet Explorer clipboards. (Bug 95392)
· Editor: Make sure folded lines persist when doing a save-as. (Bug 94967)
· Editor: Make sure we can save an untitled buffer when the cleanCurrentLineOnly pref is set in Preferences/Editor. (Bug 95328)
· Editor: Reset indentation settings when changing the language. (Bug 95329)
· Editor: When inserting an open-brace triggers auto-insertion of a close brace, make sure the two braches are highlighted. (Bug 95126)
· Find: When visiting a result in a list of find-hits, make sure any code is unfolded if it's hiding the hit. (Bug 94966)
· Interactive shell: When there is a problem starting the interactive shell, don't close the tab even if the pref says to. (Bug 93346)
· Keybindings: Vi: Ensure Ctrl+U and Ctrl+D commands can move to beginning/end of file. (Bug 95881)
· Places: Crop the file path on-hover popup label. (Bug 94776)
· Places: Handle filesystem changes more gracefully. (Bug 95132)
· Preferences: Persist changes made to the primary language preferences. (Bug 95660)
· Source Code Control: Git: Ensure git submodules are properly detected. (Bug 95701)
· Syntax Checking: Python3: Add pylint, pychecker and pyflakes linter preferences. (Bug 95119)
· UI: Statusbar: Use double-click to open notifications pane (instead of single click). (Bug 95386)
August 22nd, 2012· Code Intelligence: HTML: When a ">", insert the correct matching end-tag. (Bug 94854)
· Debugger: Perl: Don't display a bogus variable "$#" picked up from expressions like "$#{expn}". (Bug 94937)
· Debugger: Python: Fix bug where Komodo could complain that Python 3 was not supported. (Bug 95131)
· Diff: Allow "Reveal position in editor" to work with remote files, not just local ones. (Bug 94842)
· Editor: Allow pressing return at the end of a line containing high-bit characters - affected Ruby, Bash, Lua, Basic, Matlab and Pascal. (Bug 94942)
· Editor: CoffeeScript: Fix colorizing so it knows when an interpolated #{...} sequence in a string ends. (Bug 94923)
· Editor: CSS: Better brace handling for CSS, Less and SCSS.
· Editor: HTML: When reopening a template-language file that's based on HTML5, use the file's original language, not HTML5. (Bug 94869)
· Editor: PHP: Fix colorizing at the end of a file when there is no PHP end tag. (Bug 94944)
· Find: Don't close the fastfind bar when caps-lock is pressed. (Bug 94987)
· Find: Remember the pin setting between openings. (Bug 94982)
· Places: Set the show-full-path-tooltip setting at startup, not just when the pref changes. (Bug 94871)
· Projects: Better handling for project renaming. (Bug 94803)
· Remote Files: Ensure the "Refresh Status" command does not reset the last modified timestamp. (Bug 89751)
· Run Commands: Add shortcuts for Python3 and Node.js interpreters. (Bug 95070)
· Source Code Control: Fix Python subprocess error that resulted in non-functioning SCC. (Bug 94990)
· Syntax Checking: Clear errors and warnings when any lint preference changes. (Bug 91721)
· Syntax Checking: CSS: Support CSS3 selector pattern-match substrings. (Bug 91721)
· Syntax Checking: JavaScript: For the purposes of syntax-checking prefs, treat Node.js and JavaScript as the same language. (Bug 91631)
· Syntax Checking: Python: Ensure Python 3 syntax checking finds the correct executable. (Bug 95139)
· Syntax Checking: Python: Ensure PyLint and PyFlakes detection uses the correct executable. (Bug 95120)
· Syntax Checking: Python: Fix wrong line numbers report by PyLint. (Bug 94848)
· Vi Emulation: Ensure ":wq" does not cause a newline in the next buffer. (Bug 94948)
August 9th, 2012· Code Intelligence: HTML: When a ">", insert the correct matching end-tag. (Bug 94854)
· Debugger: Perl: Don't display a bogus variable "$#" picked up from expressions like "$#{expn}". (Bug 94937)
· Debugger: Python: Fix bug where Komodo could complain that Python 3 was not supported. (Bug 95131)
· Diff: Allow "Reveal position in editor" to work with remote files, not just local ones. (Bug 94842)
· Editor: Allow pressing return at the end of a line containing high-bit characters - affected Ruby, Bash, Lua, Basic, Matlab and Pascal. (Bug 94942)
· Editor: CoffeeScript: Fix colorizing so it knows when an interpolated #{...} sequence in a string ends. (Bug 94923)
· Editor: CSS: Better brace handling for CSS, Less and SCSS.
· Editor: HTML: When reopening a template-language file that's based on HTML5, use the file's original language, not HTML5. (Bug 94869)
· Editor: PHP: Fix colorizing at the end of a file when there is no PHP end tag. (Bug 94944)
· Find: Don't close the fastfind bar when caps-lock is pressed. (Bug 94987)
· Find: Remember the pin setting between openings. (Bug 94982)
· Places: Set the show-full-path-tooltip setting at startup, not just when the pref changes. (Bug 94871)
· Projects: Better handling for project renaming. (Bug 94803)
· Remote Files: Ensure the "Refresh Status" command does not reset the last modified timestamp. (Bug 89751)
· Run Commands: Add shortcuts for Python3 and Node.js interpreters. (Bug 95070)
· Source Code Control: Fix Python subprocess error that resulted in non-functioning SCC. (Bug 94990)
· Syntax Checking: Clear errors and warnings when any lint preference changes. (Bug 91721)
· Syntax Checking: CSS: Support CSS3 selector pattern-match substrings. (Bug 91721)
· Syntax Checking: JavaScript: For the purposes of syntax-checking prefs, treat Node.js and JavaScript as the same language. (Bug 91631)
· Syntax Checking: Python: Ensure Python 3 syntax checking finds the correct executable. (Bug 95139)
· Syntax Checking: Python: Ensure PyLint and PyFlakes detection uses the correct executable. (Bug 95120)
· Syntax Checking: Python: Fix wrong line numbers report by PyLint. (Bug 94848)
· Vi Emulation: Ensure ":wq" does not cause a newline in the next buffer. (Bug 94948)
July 19th, 2012· Variable Highlighting: Komodo will automatically highlight any variables you click on - and all other occurrences of this variable will also be highlighted. This is extremely useful in distinguishing where you have used a particular variable.
· SCC Push: Komodo now has an interface to push changes for Distributed Source Code Control systems like Git, Mercurial and Bazaar. You can customize where to push to, as well as controlling the targeted branch or tag.
· Stackato Debugging: You can now debug applications that are running in a Stackato Micro Cloud instance... sweet - debug the cloud!
· Komodo Language Extension: You can easily add support for a new language to Komodo (or improve on an existing one). Within minutes, you can have your favourite language being supported by Komodo, with code coloring, commenting and code intelligence features!
· PHP 5.4 Support Full PHP 5.4 support is included. Debugging (Xdebug) has been updated and Code Intelligence supports the new language features like Traits.
· Node.js 0.8 Support Full Node 0.8 support is included. Debugging was updated and Code Intelligence now supports both Node 0.8 and Node 0.6 versions.
· Python 3.3 Support Full Python 3.3 support is included. Debugging and Code Intelligence were updated for this version.
· Perl 5.16 Support Full Perl 5.16 support is included. Debugging and Code Intelligence were updated for this version.
· Ruby 1.9.3 Support Full Ruby 1.9.3 support is included. Debugging (ruby-debug-base) has been updated and Code Intelligence supports both the 1.9.2 and 1.9.3 standard library.
New Languages:
· Twig - PHP template language added (Symfony2)
March 22nd, 2012· Debugging: Node.js: Speed up Node.js debugging. (Bug 93159)
· Debugging: Node.js: Ensure to stop at breakpoints when using Windows. (Bug 92409)
· Debugging: Node.js: Fix internal syntax error. (Bug 93017)
· Debugging: Node.js: Added variable display and hover tip improvements. (Bug 92421)
· Editor: Django: Make sure the Django colorizer recognizes {# ... #} demarks a comment. (Bug 93142)
· Editor: EPMojo: Allow white-space before a '%' to indicate a Perl one-liner. (Bug 93099)
· Keybindings: Emacs: Highlight region between mark/point. (Bug 68992)
· Keybindings: Vi: Fix positioning for move paragraph commands "{" and "}". (Bug 93079)
· Linux: Use file icon fallbacks when Gnome icons are not available (e.g. KDE Desktop). (Bug 92863)
· Mac OS X: UI: Allow dragging empty toolbar areas to move the window. (Bug 92672)
· Projects: Make sure SCC options are available when right-clicking a file or folder icon in single-project view. (Bug 93231)
· Rx Toolkit: Added Tcl support. (Bug 85243)
· SCC: Perforce: Handle the "move/add" action when viewing file history. (Bug 93128)
· SCC: Subversion: Filter out "is not a working copy" error messages. (Bug 92624)
· Sync: Show the sync options button when first setting up. (Bug 91628)
· Syntax Checking: Ensure line numbers are correct near the end of file. (Bug 93067)
· Syntax Checking: Less: Allow "," after "&" as an internal selector. (Bug 93115)
· Syntax Checking: Less: Allow more complex numerical values inside mixins. (Bug 93115)
· Syntax Checking: PHP: Handle intermixed JS & PHP code. (Bug 92742)
· Syntax Checking: PyLint: Upgrade pylint linter to handle new output from pylint 0.24. (Bug 93061)
· Syntax Checking: Track changes to extra paths prefs so documents are relinted when the prefs change. (Bug 82531)
February 29th, 2012Bug Fixes:
· Code Browser: Correct the sort handling. (Bug 92666)
· Code Browser: Ensure consistent updating and refreshing of tree items. (Bug 92682)
· Code Intelligence: JavaScript: Ensure "document." lookups work inside of HTML documents. (Bug 92394)
· Code Profiling: Allow the profiling window to be resized on Windows. (Bug 92445)
· Code Profiling: Report PHP units as seconds instead of nanoseconds. (Bug 92446)
· Color Picker: Fix transparent window in the John Dyer color picker. (Bug 92556)
· Debugging: Fix crash when viewing remote debugger source code on Windows. (Bug 92419)
· Debugging: Node.js: Support hover tips over complex expressions like foo[1].blah[3]. (Bug 92421)
· Debugging: PHP: Add xdebug check to ensure a valid PHP session is being profiled. (Bug 92603)
· Debugging: Perl: If PadWalker is installed, show local variables at each stack level. (Bug 70425)
· Debugging: Ruby: Handle hover tips correctly over compound expressions. (Bug 92725)
· Debugging: XSLT: Handle spaces and other non-alpha characters in xslt/input path names. (Bug 92262)
· Editor: Don't let unexpected virtual space characters show up when ctrl-arrowing up or down through the document. (Bug 3451681)
· Editor: Ensure newline caret positioning is correct, updating the "current caret X" policy. (Bug 92376)
· Editor: Improve the way CSS colorizing stays in sync with what's going on in the document. (Bug 92718)
· Editor: In the "Save As" file dialog, set the filter to be "All Files". (Bug 92826)
· Editor: Komodo no longer crashes when non-ascii characters are used as string delimiters in Perl code. (Bug 92433)
· Editor: Tabstops: Fix the last tabstop handling when used in new files. (Bug 92448)
· Find: Ensure editor commands are still enabled when the fast find bar has the focus. (Bug 92797)
· Formatters: Restore keybinding to format a selected block of text. (Bug 92542)
· Keybindings: Resolve conflict with cmd_replace and cmd_font_zoom keybindings. (Bug 91507)
· Languages: Node.js: update language icon to use the new green hexagon image. (Bug 92538)
· Languages: Perl: The editor now colors text between "" as a string to indicate it's a glob operator. (Bug 19095)
· Mac OS X 10.5: Fix startup problem on 10.5. (Bug 92853)
· Preferences: Improve handling of indentation changes in the current doc, project, and globally. (Bug 91887)
· Preferences: Ensure the selected pref panel is always visible. (Bug 92588)
· Projects: Fixed slowdown when editing a file that belongs to a project. (Bug 92569)
· Publishing: Ensure remote connections are closed when they are done. (Bug 92754)
· Publishing: Properly detect and report remote connection errors. (Bug 92563)
· Remote Files: Allow timestamps far in the future. (Bug 82484)
· Sections List: Use a larger popup panel to show more result rows. (Bug 92556)
· SCC: Git: Ensure status checking works correctly when there are unrevisioned files. (Bug 92821)
· Startpage: Check Configuration: Add a Node.js checker. (Bug 92403)
· Sync: Setup: The continue button is now enabled when the sync key is pasted in. (Bug 91813)
· Syntax Checking: CSS: Stop emitting false positives for directives (like @import or @media). (Bug 92531)
· Syntax Checking: EJS: Don't emit false positive error messages in EJS (Express JavaScript templates). (Bug 91747)
· Syntax Checking: Less: Allow "&" as the start of a nested declaration. (Bug 92561)
· Syntax Checking: Less: Allow parameterless mixins. (Bug 92561)
· Syntax Checking: Less: Support ">" and "+" nested continuations. (Bug 92561)
· Syntax Checking: Perl: Don't execute contents of BEGIN blocks during syntax checking. (Bug 92583)
· UDL: Allow for JSPHP transitions in on* handlers in HTML code. (Bug 92742)
· UI: Windows: Tweak language icon placement when using the classic theme. (Bug 91943)
February 1st, 2012· Code Profiling: Komodo IDE now supports code profiling of Python and PHP applications. This allows you to easily code profile an application in order to see where the hotspots are. Komodo also supports the Cachegrind/Callgrind specification, so you can open up generic cachegrind profile files and view them with Komodo's code profiler tools.
· Updated Stackato Integration: Stackato is ActiveState's cloud hosting platform. Komodo provides tools that will allow you to easily configure, develop, manage and deploy applications to the Stackato cloud platform. Use the "Tools > Stackato" menu to launch the Stackato interface.
· Better Code Browsing: The Code Browser will now only show the outline for the currently edited file, though you can easily change this to show all files if you wish. The code browser can now be automatically synced with your current editor position, meaning the code browser will update it's context as you move around in the editor.
· Debugger - Highlight Changed Variables: When debugging an application inside of Komodo IDE, the watch and variable windows will now highlight any variables that have changed from the last break position, so as you stepping over your code, you can now easily tell when a variable has changed.
· Komodo Color Schemes: There are now a lot more dark based color schemes included in Komodo by default. Most of these new schemes were contributed by existing users of Komodo - if you have your own favourite color scheme you want included in Komodo then please send it in.
· Preference Searching: Komodo now provides a search box in the preferences page that can be used to narrow down the appropriate preference categories for the preference you are looking for.
· Notifications Pane: There is now a new notifications panel located in Komodo's bottom pane that is used to keep track of the events occurring in Komodo. Statusbar messages, SCC actions and other events will now populate this Notifications panel - this allows easy reviewing, checking and copying of Komodo events.
· Customize the Main Toolbar: It's now possible to select the individual toolbar items you wish to be shown in the main Komodo toolbar. Use the View > Toolbars > Customize... menu to start your tweaking.
· Code Completion Widget: The code completions widget inside of Komodo has changed. Whilst most users shouldn't the difference between the old and new completion widget, this will allow adding of additional information to the completions dialog and also allow us to add smarter code completions.
· Fast Find: A new interactive find widget has been added to the Komodo editor, which will speed up the time taken to search for text within documents. Using Ctrl+F (Cmd+F) now brings up a small textbox at the bottom of the editor view where you can type the text you wish to search for. The searching is done incrementally as you type, so you'll see your matches instantly.
· Node.js: Komodo now provides excellent code intelligence and debugging support for Node. Komodo's debugger can connect and interact with the Node V8 runtime, to show variables, set breakpoints, modify objects or view the call stack - Komodo's debugger makes all of these things easy. As well as debugging, Komodo's code intelligence provides support for the core Node library, as well support for the CommonJS module specification, which is used in Node for requiring (importing) JavaScript modules.
· Komodo Synchronization: Synchronize your important Komodo data between multiple machines. Changes made to the toolbox, remote server accounts or template files can be synchronized between all of the machines you use Komodo on.
· Code Collaboration: Two or more people can collaborate on the same document in real time. Changes made each individual user will be propagated to all other collaborators.
· Moveable Side Pane Widgets: You can now easily move any of Komodo's side pane widgets to a different pane, such as being able to move the Code Browser to the right side instead of the left. Just right-click on the side-pane tab you wish to move and you'll see a context menu offering you the ability to move the tab to an alternative pane.
Syntax Checking: Komodo's syntax checking feature has been greatly improved in Komodo 7. We've added:
· Multi-language syntax checking - you'll now see errors and warnings for JavaScript and CSS sections in an HTML document
· A syntax checking tab in the bottom pane - you can see those errors and warnings all in one place
· A wider range of syntax checkers to choose from - including JSLint for JavaScript and PyLint for Python
· The ability to enable or disable syntax checkers on a per-file or per-language level
· Preference options - complete customization of syntax checking parameters
· Project Preferences: There are now a wider range of preferences that can be set on a per-project basis, such as the language interpreter preferences, project-wide indentation settings and syntax checking options.
Updated Mozilla Code Base: Komodo is now on the Firefox 4 (mozilla-2.0) code base, which means:
· Faster startup - no component registration, so the first startup and restarts after add-on installation will be substantially faster.
· A better browser preview - supporting the lastest and greatest web technologies
· Stability - improvements to the underlying Mozilla code will make Komodo itself more stable
New Languages:
· Mojolicious - a Perl templating language
· CoffeeScript - a JavaScript templating language
· LESS - a CSS extension language
· SCSS - a CSS extension language
November 25th, 2011· Add a pref in [Preferences/Projects & Workspaces] to control how to display project paths in the "Manage the Most Recent Projects List" list: show either the full path, basename only, one parent, or two parents. (Bug 91544)
· Browser Preview: Ensure the menulist width properly flexes. (Bug 91571)
· Editor: Fix Scintilla on Windows so the context menu doesn't cause duplicate/lost keys. Fix by marky. (Bug 91616)
· Find & Replace: When doing a replace over files, look at loaded buffers. (Bug 89159)
· Finish supporting the ability to add groups and file/folder references to single-project-view projects. (Bug 90283)
· Make sure Python warnings are displayed as well as error conditions. (Bug 91570)
· Make the single-project-view context menus more like the multi-project-view ones. (Bug 91554)
· Places: handle attempts to delete files/folders without permission more gracefully. (Bug 91653)
· SCC: Git: Use less memory and CPU when checking Git status. (Bug 91565)
· SCC: Subversion: Support subversion 1.7. (Bug 91465)
· Show project toolboxes when in single-project mode. (Bug 91535)
· Update ko.projects.addItem to work with v7 project API. (Bug 91491)
October 1st, 2011· Mac OS X: Lion: fix initial displaying of Komodo windows and dialogs. (Bug 90723)
· Code Intelligence: PHP: stop invalid completions after "()->foo". (Bug 90846)
· Code Intelligence: PHP: ensure namespace defines are properly unescaped. (Bug 90795)
· Database Explorer: MySQL queries no longer need to specify an explicit database. (Bug 88655)
· Preferences: Update "preserve line endings" setting. (Bug 33289)
· Preferences: Correct problem with Servers page becoming unresponsive. (Bug 89685)
· Remote Files: Fix pageant file access error when accessing remote files. (Bug 82419)
· Rx Toolkit: Add a link for JavaScript Regex help. (Bug 88555)
· Source Code Control: Hg: properly detect ignored files. (Bug 91104)
March 24th, 2011· Komodo Synchronization: Synchronize your important Komodo data between multiple machines. Changes made to the toolbox, remote server accounts or template files can be synchronized between all of the machines you use Komodo on.
· Code Collaboration: Two or more people can collaborate on the same document in real time. Changes made each individual user will be propagated to all other collaborators.
· Languages: Perl: added Mojolicious template language
Codeintel:
· JavaScript: update the jQuery API catalog (Bug 89475)
· Python: detect class instance variable assigned via tuples (Bug 89416)
· Python: provide better standard library completions for Python 2.7 and 3.x (Bug 89416)
Syntax Checking:
· Better HTML5 linting (Bug 89306)
· Added multi-language linting of Django HTML templates
· Added Mojolicious linting support
· Better checking of Perl use module errors (Bug 83850)
· PHP Remote Debugging: show the generated PHP output inside Komodo (Bug 77914)
· Preferences: correctly handle text that contains null bytes (Bug 84566)
· Remote file dialog: use the current dir when hitting OK with no selection (Bug 89373)
· Run commands: ensure Komodo properly deals with Unicode output (Bug 88764)
· Convert commands now work on editor block selections (Bug 88515)
· Don't allow formatting on block selections (Bug 88515)
· UI: added "Revert" command to the editor tab context menu (Bug 89504)
· UI: ensure the undo / redo commands are correctly updated (Bug 89414)
December 9th, 2010· Fixed crash triggered by "pure virtual method called" error. (Bug 88466)
· Automatically detect network file changes. (Bug 88849)
· Projects: Go to Definition and hyperlink definition pop up now work for projects. (Bug 88841)
November 24th, 2010Places and Projects:
· Places lists multiple duplicates of files in some cases. (Bug 88030)
· Can't create subdirs on remote directories. (Bug 88580)
· Differentiate between projects with same name (show full path information). (Bug 88589)
· Newly created files from Places don't inherit new-line settings. (Bug 87833)
· On need to invalidate the project tree row on project save. (Bug 88137)
· Folder / File creation bugged when parent folder not expanded. (Bug 88428)
· Double-click action on folders in places now optional. (Bug 88429)
· Rx Toolkit: Support Perl's \Q...\E to escape non-alphanumeric chars in regexps like '.', '*', '?', and '+' (but not '$'). (Bug 82715)
· PHP seems to quietly fail when matching non-ascii characters. (Bug 88291)
· Add the multi-line option to JavaScript. (Bug 88554)
Database Explorer:
· MySQL: Add UI options to specify mysql.sock file path (instead of TCP). (Bug 87432)
· Nicer interface for adding a new database connection. (Bug 86680)
· Full table display gives two warnings. (Bug 88653)
· Updating a password in the DB explorer fails. (Bug 88511)
Code Intelligence:
· Allow for interpreters with unexpected version strings. (Bug 88614)
· JavaScript: Properly detect static class variables. (Bug 88549)
· HTML5/JavaScript: Fix completions for canvas API. (Bug 88742)
· jQuery: Show completions for chained methods. (Bug 88129)
· PHP: Calltips for default function arguments now only show one "=" sign. (Bug 88618)
Toolbox:
· Toolbox shows ".svn" directory. (Bug 88240)
· Hard to create a copy of a tool. (Bug 88026)
Editor:
· Detect and fix when certain key presses stop working. (Bug 86766)
· Stop hyperlinks from triggering when trying to make a selection. (Bug 88050)
· Mac OS X: Fixed crash when copying non-ascii text. (Bug 88563)
· Vi emulation: Ensure change line command 'S' works on current line. (Bug 88734)
· File status detection: Add pref to control network file checks. (Bug 88521)
· New global pref for choosing wish or tclsh as the default interpreter for debugging. (Bug 88498)
· EOL indicator isn't correctly used for new files created in Places sidebar. (Bug 88467)
· Fixed file rename when changing only case. (Bug 88750)
· Python3 debugger fails to start when file ends with a line containing only +1 spaces (or tabs). (Bug 88566)
· The -version 170 flag is no longer needed. By default, the JavaScript linter will work at the current version. (Bug 88753)
· When moving an item to another folder, if there's an item in the target folder with the same name, allow the name to be copied. (Bug 88026)
· [Delete line] key binding should delete all selected lines, not just line where the cursor is. (Bug 86145)
· Mac OS X: Use a longer Komodo version in the Info.plist file. (Bug 88564)
· Stop double handling of drag/drop data. (Bug 88395)
· Implement full screen mode on OS X. (Bug 45994)
· koFileEx/URIlib doesn't recognize symbolic files. (Bug 88642)
· koIFile can't handle backslashes in file names. (Bug 87990)
· Enable/disable menu items when the view changes (change affects MoreKomodo). (Bug 88071)
· Preferences: Allow editing of the sample text (Mac OS X). (Bug 88084)
· Properly update context menus shown for dialog editor widgets. (Bug 88090)
· Publishing: Ensure changes made in subdirs are properly detected (Windows). (Bug 88714)
· Templates: Ensure language detection works for the HTML5 samples. (Bug 88735)
· textinfo.py doesn't recognize UTF-8 Perl files without a BOM. (Bug 88698)
· Triggered macro runs in second window. (Bug 88569)
· Open/find toolbar should not be visible by default. (Bug 88574)
· Workspace isn't saved on re-start by the auto-update or add-on system. (Bug 80785)
· Restoring an opened project re-opens the project/places pane. (Bug 88069)
October 8th, 2010What's New:
· Database Explorer (Komodo IDE only): Lets you easily explore local and remote database installations, including viewing and managing data. SQLite is supported in this release, with more databases coming soon. Support for each database is implemented as a Komodo extension, so integration with other databases can be easily added.
· Places: A new file manager has been added to Komodo's left pane. It provides a customized view of your file system (local or remote) and easy file management operations such as file editing, drag/drop file moving, creation of new files and folders, and search capabilities. Note: Places will be replacing the existing Komodo project viewer.
· Projects: Komodo projects are now integrated with the new Places component. Opened and recent Projects will be visible in a bottom pane of the Places panel. All projects are now live folders (no virtual folders) with only one project being opened/active at a time. Project preferences apply to all opened files (even if the file does not reside in the projects base directory). Project tools (macros, run commands, snippets, etc...) are now be displayed in the Komodo toolbox area.
· Publishing (Komodo IDE only): Copy remote files to your local system to work on them, then push them back to the remote system when you're done. Komodo keeps track of the synchronization details to avoid copying files that haven't changed, as well as using advanced conflict detection to avoid overwriting changes made by others.
· Toolbox: The Komodo toolbox and project system are being rewritten. Individual toolbox items (commands, macros, snippets, etc.) are saved in separate JSON files rather than as nodes in a toolbox.kpf file. There is a new "Invoke Tool" command which allows you to easily search and then execute specific tools. In future versions project-specific tools will appear in the Toolbox sidebar instead of the Projects sidebar, which will eventually be removed.
· Faster: A number of Komodo components have been made to run faster, such as startup, shutdown, tab-switching and finding text. The underlying Mozilla source code has been updated to version 1.9.1, the same code base as Firefox 3.5, which means improved performance gains for Komodo.
· Workspace Save and Restore: Komodo will now be regularly saving your workspace. In the case of an unexpected shutdown, you can choose to restore your last used workspace the next time it starts up.
· Hyperlink Additions: Hyperlinks have been extended and can now...
· show image preview while hovering on an image link,
· show Code Intelligence definitions while hovering on a symbol,
· jump to an HTML anchor tag to it's definition,
· jump to HREF and SRC locations,
· open files from a path reference,
· jump to PHP file includes
· Rx Toolkit Improvements: Choose between Python, Perl, PHP, Ruby, and JavaScript syntax for testing your Regular Expressions. They are now evaluated "out of process", so a long-running regular expression won't tie up the IDE.
· HTML 5 and CSS3 Support: Autocomplete for HTML 5 and CSS3.
· More Languages: Syntax highlighting for Markdown, MySQL, and others.
Bug Fixes:
Code Intelligence:
· Perl: Allow goto definition when symbol contains "&" character. (Bug 87870)
· Python: Resolve goto definition hits into the standard library.
· Python: Better completions on imports. (Bug 87514)
· When a definition is not found, prompt to go to online docs. (Bug 65296)
Publishing:
· Correctly sync on Windows platform (Bug 87953)
· Include filtering now works for sub-folders (Bug 87975)
Places:
· Fixed high CPU usage for Places pane when sitting idle. (Bug 87981)
· When restoring a project, don't focus on the project pane. (Bug 87868)
· SCC menu item in the main Places folder's context menu always disabled. (Bug 87936)
Projects:
· Allow setting the base directory to be a remote path. (Bug 87968)
· Add a context menuitem to remove a project from the subpane. (Bug 87935)
Vi emulation:
· Allow pasting from clipboard "+" register. (Bug 87944)
· Ensure Ctrl+[ cancels autocomplete popup. (Bug 87946)
· Allow repeating of visual indent commands. (Bug 87966)
· Allow replace "r" command in visual mode. (Bug 87967)
· Allow visual block selections. (Bug 87281)
· Properly handle line indentation counts. (Bug 85499)
PHP Debugging:
· Upgraded debugging library to Xdebug 2.1.0. (Bug 87279)
· Re-update settings after switching PHP interpreter prefs. (Bug 88013)
· Debugger: Ignore debugger stop command when not debugging. (Bug 75377)
· Editor: Allow drag/drop of Komodo editor tabs between windows. (Bug 87620)
· Extensions: Upgrading will now maintain the add-on enabled status. (Bug 84985)
· Invoke Tool: Added support for matching against the subDir.
· Projects: Allow setting the base directory to be a remote path. (Bug 87968)
· Macros: Recoded macro uses the wrong param for Find_ReplaceAllInMacro. (Bug 87991)
· UI: Linux: Stoped the flexing of left pane when selecting the DOM tab. (Bug 87998)
· Fixed 'Edit->Find in Current Project menu and hotkey showing last used "Find Dialog" instead of "Find in Current Project"' (Bug 87916)
· Added an "invoke tool" dialog. (Bug 87739)
· Have the "Current Project View" filters come from either the global prefs, or the project-specific import prefs. (Bug 87888)
· Broken Javascript RegExp highlighting after return statement. (Bug 86891)
· Mac: Allow copy/paste keyboard commands in the file open dialog. (Bug 85838)
· Multiple entity escaping in prefs.xml file. (Bug 87928)
· PHPUnit test harness doesn't support failed tests. (Bug 86728)
· Python3 debugger loses track of local variables (Bug 87617)
· Ruby: Support debugging of rubyinstaller installations for versions 1.8.6, 1.8.7, and 1.9.1. People who build their own Ruby will need to remove the installed ruby_debug.so files, and build their own from source, or 'gem install ruby-debug-base' or 'gem install ruby-debug-base19'. (Bug 79306)
· Toolbox: drag/drop is moving files when ctrl key is down. (Bug 87924)
· View Line Endings setting gets out of sync after changing the line-end. (Bug 87884)
· Add a "Help->Troubleshooting->Contact ActiveState" menu item. (Bug 85055)
· Support debugging of Ruby 1.9.2 (Mac OS X only).
· Toolbox: Adding custom menus and toolbars fixed. (Bug 88059)
September 10th, 2010Places:
· Show the context menu on the empty area of the tree. (Bug 87815)
· Trigger file open on ENTER keypress. (Bug 87694)
· Filter views now work correctly. (Bug 87015)
Projects:
· Don't create ".kpf.bak" files in the base of the user data dir. (Bug 87515)
· All windows now follow project changes. (Bug 87444)
· Display project toolboxes in the toolbox. (Bug 87591)
· Always show a toolbox for the current project, even if it's empty. (Bug 87824)
Toolbox:
· Support cut/copy/paste commands. (Bug 87771)
· Allow saving of recorded macros. (Bug 87053)
· Hide private (SCC) directories from the toolbox folder. (Bug 87767)
Drag/Drop:
· Mac: no longer overwrites the clipboard contents. (Bug 85494)
· Komodo now remembers the last dropped directory. (Bug 87681)
Editor:
· Allow IME input in the editor. (Bug 86648)
· Remove the editor tooltip when the editor loses focus. (Bug 85808)
· Ensure the titlebar is updated when saving to a new file. (Bug 87615)
· Fix for CSS indentation when line ends with a comment. (Bug 87586)
Keybindings:
· Add Ctrl+= and Ctrl+- for zoom in/out. (Bug 87748)
· Vi: moving left/right now scrolls horizontally. (Bug 87820)
Code Intelligence:
· Position calltip relative to the cursor. (Bug 87587)
· Add a hyperlink definition popup when hovering. (Bug 82196)
· JavaScript: completions now work for aliased variables. (Bug 87671)
· Python: ensure all sys.path directories are used. (Bug 87520)
Source Code Control:
· Bzr: ensure the scc status is properly detected. (Bug 87534)
· Bzr: history command now works with merged branches. (Bug 87618)
· Browser Preview: can now preview remote files. (Bug 29508)
· Image Preview: hyperlinks now show an image preview when hovering on an image link.
· Rx Toolkit: correctly relay all error messages. (Bug 87713)
· Statusbar: make encoding statusbar a changeable drop-down menulist. (Bug 78224)
· Workspace restore: fix restoring a second Komodo window. (Bug 87500)
· Crash: Mac: fix crasher with text drag and drop. (Bug 87571)
April 22nd, 2010Debugger:
· Fixed HTML preview. (Bug 85194, 85369)
· Komodo now handles arbitrary PHP expressions in the watch window and in hover tips while debugging. Previously only simple variable references were supported. (Bug 75956)
· Shows class name in variable pane when available (Python and JavaScript). (Bug 86445)
· Python: Improved type field for old-style instances.
Editor:
· Ctrl+arrow in Ruby, Perl, and PHP now handles variable indicators. (Bug 70694)
· Fixed rectangular (column) editing. (Bug 86170)
· Fixed line jumping behavior with "View as Language". (Bug 85387)
· Fixed auto-indent problems when unicode characters present. (Bug 86527)
PHP:
· Tag matching in PHP files. (Bug 86371)
· Added "throws" and "exception" phpdoc tags. (Bug 86545)
Remote Files:
· Fixed remote file connection class dropping symbolic link info. This only affects extension which use this class. (Bug 86434)
· A "server-preferences-changed" observer notification is now sent when the server preferences are changed. Server preferences are now cached, but updated when changed. (Bug 66046)
· DBExplorer: Fixed double-click behavior on tables and nodes. (Bug 86306)
· Python: Python 3 support added - prefs, linting, lexing, and debugging. Code intelligence still to come. (Bug 84517)
· Added EUC-JP support. (Bug 86347)
· Preferences: Opening key binding preferences no longer clears toolbox key bindings. (Bug 82036)
· Added image preview. Image files opened in Komodo are shown in a browser tab. (Bug 85103)
· JavaScript: Added completions for HTML style attributes. (Bug 86391)
· Fixed replacement "shortcuts" for regular expression groups. (Bug 86418)
· Find: Escape the find pattern if regex is selected. (Bug 85619)
· Unit Tests: PHP unit tests now work with one or more PHP lookup paths specified. (Bug 86488)
· Key Bindings: Fixed labels for "Move Back Part of Word" and "Move Forward Part of Word". They were reversed. (Bug 86493)
· History: Recently closed files show up in the "Go to File" dialog box near the top. (Bug 86492)
· Places: When komodo is asked to open a directory instead of a file, it sends a notification as a request to see if any components can do this. The places module can, so when Komodo is launched with a directory path on the command-line, the path is opened at the top of the Place, like in TextMate.
· Places: Added support for named filters. "default" hides hides dot files, tilde files, and some "uninteresting" files, like *.pyc, *.pyo, etc.
· Find: Improved the search speed of "find all in current document". (Bug 67518)
· Hyperlinks now work over remote access technologies such as VNC and Synergy. (Bug 82430)
· Added default key binding (Ctrl+K, F11) or (Ctrl+C, F11) in Emacs mode to toggle full screen (partial fix). (Bug 86119)
· Mac OS X: 64-bit dbgp binaries for Python 2.6 and Python 3.1. (Bug 86305)
· SCC: Fixed 'hg remove' command. (Bug 86593)
April 8th, 2010What's New:
· Database Explorer: Lets you easily explore local and remote database installations, including viewing and managing data. SQLite is supported in this release, with more databases coming soon. Support for each database is implemented as a Komodo extension, so integration with other databases can be easily added.
· Workspace Save and Restore: Komodo will now be regularly saving your workspace. In the case of an unexpected shutdown, you can choose to restore your last used workspace the next time it starts up.
· Mozilla 1.9.1: The underlying Mozilla source code has been updated to version 1.9.1, the same code base as Firefox 3.5.
· Hyperlink Additions: Hyperlinks have been extended
Bug Fixes:
PHP:
· Added completion support for cloned variables. (Bug 85534)
· Added completions for aliased namespace instances. (Bug 85682)
· Namespace aliases are now included in class and function autocomplete lists. (Bug 85681)
· Show inherited class methods when using namespacing. (Bug 85643)
· Python: Proper auto-completion support for the user site directory (PEP 370). (Bug 85216)
Keybindings:
· Hyperlinks now use Ctrl+Shift+G instead of Cmd+Shift+G. (Bug 84867)
· Vi Emulation: Added a key binding for overloaded "run command" (Ctrl+Shift+R). (Bug 85655)
· Codeintel: Autocomplete list now re-updates after first trigger character is changed. (Bug 85250)
· "Close all" now shows a list of dirty files. You can then save/ignore these files or cancel the close command. (Bug 85489)
· Command line option "--selection=" now works for column selection. (Bug 85659)
· Remote Files: Reconnect when SFTP connection is dropped due to inactivity. (Bug 85050)
· Fixed pasting in the command output tab. (Bug 85720)
· Fixed utf8/unicode mix up when prompts written to terminal contain non-ASCII text. (Bug 85672)
· Editor: Added command to select the current word under cursor (cmd_selectWordUnderCursor). (Bug 85835)
· Added scroll bar width tracking setting to Komodo's preferences. (Bug 75485)
· Remote files can now be opened from the command line. (Bug 82925)
· Debugger: Debug menus now enabled when changing from remote to local file. (Bug 42411)
· Fixed import of XRE/chrome/ customizations during upgrades. (Bug 86221)
· Mac OS X
· Show the auto-update dialog when updating. (Bug 85523)
· Mac OS X: Run commands can now be properly terminated. (Bug 85693)
· Windows: Better handling of corrupted preference files at start up. (Bug 86226)
June 24th, 2009· Find in Files now remembers last find context.
· Toolbox: Auto-save the toolbox after editing a macro in an editor tab.
· Tab Groups: Fixed incorrect 'Ctrl'+'Tab' behavior.
· Fixed inconsistent check marks in the "View|Tabs and Sidebars" menu.
· Python: Fixed an error determining the version of the configured Python interpreter.
· Mac OS X: Fixed problem with some applications having trouble sharing clipboard data with Komodo. Inparticular, applications built with Java and pgadmin couldn't read copied data from Komodo.
· CSS: Fixed incorrect autocomplete inserts starting with "#".
· Run Commands: Set processes to execute correctly on Vista.
· Fixed links in the "internalError" dialog.
· Fixed code intelligence memory leak.
· Preferences: Arrow keys now work properly in the Servers menulist.
April 30th, 2009· Corrected super method call for process terminate method. (Bug 82953)
April 29th, 2009Fast Open:
· Removed duplicates in "Go to File" list. (Bug 82419)
· Current search is aborted when the "Go to File" dialog is closed. (Bug 82529)
· Tab now autocompletes instead of moving to the next match. (Bug 82677)
· Added 'Ctrl'+'n/p' keybinding for down/up navigation. (Bug 82678)
Vi Emulation:
· Comment/uncomment working correctly in visual line mode. (Bug 82369)
· Fixed visual line selection mode indent/dedent problems. (Bug 82368)
JavaScript:
· Stopped ciler (scanner) failing on certain file contents. (Bug 82659)
· Updated Dojo catalog to version 1.3.0. (Bug 75112)
· Fixed XML tag highlighting bug. (Bug 82325)
· Code Formatting: fixed problem with formatter losing some UTF-8 characters. (Bug 82615)
· Mac OS X: Keybindings once again work for combinations involving Ctrl, Shift, and a non-alpha key (e.g. 'Ctrl'+'Shift'+'8' to show whitespace. (Bug 80844)
· Fixed problem opening files with "%" in the name. (Bug 82660)
· You can now drag and drop ".ksf" color scheme files (or URLs) into Komodo. (Bug 82632)
· Better handling of faulty color scheme files. (Bug 82643)
· Perl: The debugger no longer shows has variable refs like "%$foo" when they're used in an each loop. (Bug 82650)
· Localization fixes. (Bug 82580, 82819, 82821, 82822, 82824, 82825)
· Vi Emulation: The "cc' command now maintains line indentation. (Bug 82707)
· Hyperlinks: Added keyboard driven hyperlink jump command (cmd_invokeHyperlink). (Bug 82704)
· Color scheme names may now contain characters in "-,.+=@#$%", as well as ASCII letters, digits, space, and "_" as before.. (Bug 82644)
· PHP: Support for PHP4 class constructor styles. (Bug 82721)
· Run Commands: Fixed terminate process button not always working on Windows. (Bug 82655)
· PDK: Fixed incorrectly disabled menu PDK menu items on OS X. (Bug 82459)
· Notification box for accepting or reverting color scheme. (Bug 82657)
· New preference for controlling tab close behavior. By default, Komodo now shows the next tab on the right (or left) when a tab is closed, as it did before 5.1.0. (Bug 82739)
· Importing Komodo package files (.kpz) now easier. (Bug 82631)
· Fixed problem determining sub-languages. (Bug 82761)
· Projects: Create URL link when dropping an HTTP URL into a project or toolbox. (Bug 82782)
· Debugger: Sort all PHP variables and child properties. (Bug 82793)
· Ruby: Fixed Ruby linting. (Bug 82849)
April 12th, 2009· Perl: Added support for Perl::Critic linting (if the module is installed), including a preference to indicate which severity level to use. (Bug 80330)
· Debugger: Fixed problem in redrawing variable tabs which caused slowdowns and hangs when debugger was run repeatedly. (Bug 82518, 82542, 82426, 82557).
SCC History:
· Date column now sorting correctly for git, bzr and hg. (Bug 82372)
· Fixed support for Unicode usernames with hg. (Bug 82493)
· Mac OS X: Fixed potential error opening browser from within Komodo. (Bug 82470)
· Go to File: Added support for filesystem paths (e.g. "~/dir/file.ext"). (Bug 82483)
· Remote Files: Don't re-prompt for password when username contains "@". (Bug 73780)
· PHP: Fixed Fixed stdlib code completions failing after trying to parse a binary file. (Bug 82543)
· Fixed bug saving files in some less common languages. (Bug 82512)
· New behavior: When a buffer is closed, Komodo now switches to the previously visited buffer. The title bar now correctly shows the name of the new current buffer after the close. (Bug 82474)
· Projects: "Move to trash" fixed on Ubuntu 8.10. (Bug 81138)
March 24th, 2009· History: Navigation (forward and back) buttons and a drop list in the toolbar that let you browse though the files and buffer locations you've been editing recently.
· Go to File: A new dialog for quickly jumping to open files, or opening files from the History, current live projects and current directories.
· Editor Hyperlinking: 'Ctrl'+'hover' will highlight HTTP and FTP hyperlinks under the pointer; 'Ctrl'+'click' will open the URL in the configured browser.
· CSS Color Popup: 'Ctrl' + 'hover' over a color value in CSS will display a popup of that color; 'Ctrl'+'click' will open the color picker.
· Search Highlighting: Matches are now highlighted in the current buffer.
Bug Fixes:
· API Change: The localizations file has moved from 'chrome://komodo/locale/pref.dtd' to 'chrome://komodo/locale/pref/pref.dtd'. Any extension making use of this localization file will need to be updated to use the new location.
PHP: Xdebug builds:
· Universal binaries for Mac OS X
· Added binaries for Linux x86_64.
· Added binaries for PHP 5.3.
· Removed binaries for PHP 4.3.
· Vi Emulation: Added '' and ``. Apostrophes return to the exact position, apostrophes return to the start of the position's line, similar to the way the two commands work in Vim 7.1. Unlike the rest of Komodo's History navigation, these commands stay in the current document. (Bug 81919)
· Allow custom ("friendly") project names when specified directly in kpf files. (Bug 82050)
· Fold margin colors can now be customized. (Bug 81867)
· Debugger: Restoring cursor position after a debugging run is now optional. (Bug 80610)
· Fixed line selection when clicking on the line number margin (Linux). (Bug 37406)
· PHP: Fixed greedy comment/calltip parsing. (Bug 78449)
· Preferences: Bold and italic buttons in the font preferences now update correctly. (Bug 81339)
· History: When closing a file, Komodo moves to the previous history position. (Bug 82145)
· Vi Emulation: Ensure replace in visual line-selection mode uses the correct start/end points. (Bug 81570)
· History: The list of items in the history includes points where changes were made. Where more than one sets of edits is done in a single section, only the most recent edit is recorded. (Bug 82288)
OS X: Keybinding changes (Bug 82150):
· Open/hide toolbox (cmd_viewToolbox): was Ctrl+Shift+T, now Ctrl+Shift+L
· Step out (cmd_stepOut): was Meta+Shift+T, now Ctrl+Shift+T
· Added keybinding for cmd_reopenLastClosedTab: Meta+Shift+T
· Fixed disabled complete word menus after workspace restore. (Bug 80942)
· PHP: Fixed hang on Mac OS X 10.4 when checking unconfigured PHP prefs. (Bug 80794)
· Files: Komodo will not open files containing null bytes. (Bug 35678)
February 6th, 2009Vi Emulation:
· Fixed behavior of 'yank' and 'cut' on last line with no EOL. (Bug 81184, 51878)
· Ensure 'c' in visual mode enters insert mode. (Bug 81763)
· Pasting in visual mode no longer moves down one line. (Bug 81576)
· Vi commands no longer operating outside of the editor pane. (Bug 81633)
Perl:
· Perl: Autocompletion on '$var = new object' syntax now works. (Bug 80856)
· Perl: Fixed autocompletion not working on variable names ending with a digit. (Bug 81788)
CSS:
· Do not trigger CSS code completions after a '/'. (Bug 81661)
· Cancel autocomplete list when a '{' or '#' entered in CSS code. (Bug 81755)
· Interactive Shell: Fixed shell not launching when Command Output or Find Results tabs had focus. (Bug 80152)
· Files changed outside of Komodo are now re-scanned when opened in Komodo. (Bug 77866)
· Fold state preserved when reopening documents. (Bug 45621)
· Macros: Triggered macros now fire with an argument called "subject", available as a global within the macro. At startup, any post-open trigger macros now fire after the startup trigger has fired, guaranteeing that Komodo is fully initialized. (Bug 76933)
· Mac OS X: Fixed run/debug. (Bug 81298)
· Fixed exception caused by removing all items from a project folder. (Bug 81315)
· JavaScript debugger now correctly handles paths that contain parentheses. (Bug 81336)
· Projects: The active project no longer changes when a non-active project is closed. (Bug 81300)
· Unit Testing: The PHP unit test harness now supports additional arguments '--file fileName' and '--class className', which filter tests based on simple substring matching on filenames and class names respectively. (Bug 81286)
· Support opening files with percent characters in their paths. (Bug 81275, 70777)
· Prevent the 'this.parentNode is null' JavaScript error message when closing a tab. (Bug 80115)
· Clicking on a button in the embedded browser's navigation bar gives the browser window the focus. (Bug 81288)
· Tcl: Handle 4-line messages from kotcllint. (Bug 81326)
· Mac OS X: Fixed slow typing response. This fix has an impact on extensions using API calls such as "ko.open.URI" (see Open Komodo revision 2751 for details). (Bug 80683)
· Panel and splitter states restored correctly on startup. (Bug 81170)
· Windows: Fixed possible hang on start. (Bug 81363)
· Python: Interactive shell in debugging sessions now shows current frame. (Bug 81287)
· Allow opening a Komodo project from the command line. (Bug 81394)
· Fixed nested setTimouts for updateCommands('interactiveshell') sometimes causing a hang. (Bug 81402)
· HTML: Autocomplete now correctly un-indents end tags. (Bug 64217)
· Using multiple windows no longer suppresses "Save Modified Files?" dialog. (Bug 81707)
· The 'cmd_lineDuplicate now duplicates selections as well. (Bug 78819)
· Fixed delete key behavior within textboxes in Komodo dialog boxes. (Bug 65504)
· SCC: Fixed mercurial diff on an unchanged file causing a hang in the diff window. (Bug 81444)
· Flock browser on Linux now correctly detected in browser preferences (as 'flock-bin' rather than 'flock'). (Bug 81743)
· Remote Files: Fixed date display bug. (Bug 81475)
December 20th, 2008· Tcl: Fixed spawnpoints in Tcl debugging. (Bug 81047)
· Fixed updating of add-ons from the ActiveState Community site. (Bug 81121)
· Fixed crash when working with a UDL language with an empty state map. (Bug 81200)
· Ruby: Debugger now properly handles UNC paths. (Bug 80991)
· Fold state preserved when reopening documents. (Bug 45621)
· Mac OS X: Fixed run/debug. (Bug 81298)
· Fixed exception caused by removing all items from a project folder. (Bug 81315)
· Mac OS X: Fixed slow typing response. This fix has an impact on extensions using API calls such as "ko.open.URI" (see Open Komodo revision 2751 for details). (Bug 80683)
November 21st, 2008· Fixed settings import from previous versions when KOMODO_USERDATIDIR is set.
· Preferences: Added preference for turning off mixed EOL warnings.
· Preferences: Fixed encoding and language pop up menus so nested items can be selected.
· Leading whitespace in snippets now follows the global settings. The tabWidth in a snippet is the indentWidth in the editor, as each tab corresponds to indenting by one indentLevel when a snippet is inserted into a buffer.
· PHP: Fixed code intelligence failing when scanning encounters a non-existing symlinked PHP file.
· SDK: The koext tool now zips additional directories for Mozilla extensions.
· PHP: Fixed non-expanding arrays in debugger variable view.
· SCC: Fixed SVN diff options being ignored.
· JavaScript: Provide calltips for "Function.apply" et al.
· Linux: Fixed file encoding preferences not being displayed correctly.
· Rx: Fixed "$" matching line feed rather than current line ending when combined with a range.
· Fixed template names with periods being cut off.
· Remote Files: Fixed FTPS.
· SCC: Filter out "path contains illegal component: .hg" warning messages.
· Leading tabs in snippets are now replaced with [indentWidth] spaces on snippet insertion.
· SCC: Fixed diff between history versions failing with hg.
· JavaScript: Fixed object variables being incorrectly recognized as class members.
· Calltips: New preference for setting the calltip maximum line width.
· Debugging: CGI debugging of POST requests is fixed.
· "Jump to corresponding line" now works in diffs with relative paths.
· Fixed LangInfoError exception on unknown filetype: matlab and Forth.
· OS X: Fixed problem grabbing bottom pane splitter.
· OS X: 'Cmd'+'H' now hides Komodo.
· Tab key now inserts white-space when at end of a word with no autocompletions.
· Code Browser sidebar state now correctly saved.
· Fixes for multi-window layout save and restore.
November 21st, 2008· Remote Files: Fixed "ValueError" warning message on console.
· Fixed run commands failing when using "Pass selection as input" or "Insert output".
· Remote files: Remote server accounts without passwords were not being properly migrated from 4.4 profile.
· Removed incorrect error message when inserting snippets containing [[%w]] or [[%W]] interpolation shortcuts.
· Mapped URIs: Fixed broken 'Remote' button in mapped URI dialog.
· Fixed problem saving preferences with "Use tab character to complete words like Ctrl+Space" selected.
November 4th, 2008· Key binding changes: Moved the debugger's default step over keybinding from 'F10'/'Ctrl'+'F10' to 'F12'/'Ctrl-F12'. Toggling the interactive shell has moved from 'F12' to 'Shift'-'F12'. (Bug 80296)
· SCC: fixed bzr incorrectly showing non-scc files as being under scc control. (Bug 80431)
· Fixed file type not showing up in the status bar after opening or creating a file. (Bug 80462)
· Projects: Moved the "New Project", "Open Project" and "Save Project" buttons into a "Project Tools" menulist to make more room for the filter box. (Bug 79625)
· Fixed truncated run command and debugger output. (Bug 80291, 80258)
· JavScript and PHP: Keywords now included in 3-char trigger completions. (Bug 78185, 77532)
· Editor: Fixed indentation guessing for newly opened files. (Bug 80188)
· Toolbox: Trap exceptions on loading a toolbox that references non-existent live folders. (Bug 80420)
· Snippets: Cursor position is now handled correctly after snippet insertion. (Bug 80439)
· Editor: Fixed problem with increase line indent not handling non-ASCII content. (Bug 80493)
· Fixed erroneous prompt to create a new file when double-clicking a line in "Find Results" output for an untitled (new) document. (Bug 80232)
· Keybindings: Reordered keybindings so common shortcuts appear in menus. (Bug 80530)
· Fix non-ascii character handling in replaceTarget (indent region, comment/uncomment region, vi-mode replace, spell check, find/replace). (Bug 80511)
· Sped up parsing of long lines of JavaScript and HTML. (Bug 80496)
· SCC: Less CPU intensive mercurial status checking. (Bug 80563)
· HTML: Changed default tidy linting to not include accessibility checks. (Bug 80598)
· Remote Files: Fixed "File|Save Remotely As..." not working for untitled (new) files. (Bug 80605)
· Fixed bug causing some editor commands to be disabled at startup. (Bug 80583)
· OS X: Fixed 'Cmd'+'W' close behavior for the Preferences dialog. (Bug 80619)
· JavaScript API: Added simple API for clipboard operations. (Bug 79772)
· JavaScript API: Added the xtk namespace to the API documentation. (Bug 80646)
· Windows: Fixed hard crashes. (Bug 76066)
· Calltips: Added preference for maximum number of lines shown. (Bug 70560)
· PHP: Statically typed function arguments now correctly parsed. (Bug 79003)
· Common application directories now added to the PATH in Komodo's user environment settings. (Bug 80656)
Vista: Fixed menus appearing with a vertical line through the text. Extension authors must update usages of and according to these rules:
· Drop custom 'menu-iconic-wide' and 'menuitem-iconic-wide' classes/bindings in favor of the Mozilla toolkit 'menu-iconic' and 'menuitem-iconic'.
· Use these classes only if your menu/menuitem has an icon. Otherwise the alignment of the menu/menuitem labels will be incorrect in context menus on Mac OS X. (Bug 80629)
· Debugger: Starting a remote debugging session no longer prompts twice to create a mapped URI". (Bug 80125)
· Prefs: Fixed failure to load preference files containing high-bit characters. (Bug 80676)
· SCC: Fixed bzr status failing to detect all files in a folder. (Bug 80431)
· OS X: Workaround for custom menus crashing. Custom menus in projects and toolboxes are no longer available on OS X due to an internal error in the underlying Cocoa UI code. (Bug 80697)
July 17th, 2008· Optimized variable sorting to speed up debugging. (Bug 78232)
· Better fix enabling @var autocompletion. (Bug 76676)
· Better fix for virtual properties support via PHPDoc comments. (Bug 72960)
· Three-character autocompletion for defined class names. (Bug 76677)
· SCC: Fixed slowness in updating SVN file status. (Bug 78246)
· SCC: Fixed 'cvs diff' failing for latin-1 encodings. (Bug 78486)
· Editor: Fixed mouse wheel scroll by page (Windows). (Bug 78348)
· Fixed editing performance problems caused by the Sections List. (Bug 78332, 78578)
· Fixed code intelligence database corruption problems which caused autocompletion and calltips to fail. (Bug 78401)
· Enabled autocompletion for 'ko.views.manager.currentView' namespace in Komodo API. (Bug 78484)
· Enabling dbgp logging in python mod_wsgi handling no longer causes dbgp failure. (Bug 78457)
· Fixed missing cancel button on command output window (Komodo Edit only). (Bug 78386)
· Find Toolbar: Pressing 'Enter' in the find textbox searches current document. (Bug 78304)
· Keybindings: Customizations no longer lost when selecting the default keybinding scheme. (Bug 78316)
· CSS: Correct handling of hyphens in autocomplete. (Bug 78312)
· Fixed bug preventing server preference editing after the internal Komodo browser had set a password entry. (Bug 76664)
· Debugger: Fixed incorrect calculation of parent node in the variable viewer. Clicking on the "Next Page..." link was sometimes being ignored. (Bug 78155)
· Unit Testing: Fixed problem of not finding perl executable when running tests with an existing Makefile. (Bug 78216)
· Mac OS X: Fixed crash when printing. (Bug 78594)
· Mac OS X: Fixed a problem with the Help window appearing as a sheet when opened from some dialogs. (Bug 78388)
· Zend Framework: MVC project template fixes. (Bug 78464, 78163)
June 24th, 2008· Sections list: A new menulist in the status bar shows an outline list of the main elements in your current file.
· Multi-file SCC Commit: The commit dialog now shows the SCC status of files you wish to commit and allows you to easily add or remove files from the commit operation.
· SCC Changelists: A new "Change Lists" tab has been added to the right pane next to the Toolbox. This tab shows you the SCC status of files you have opened/referenced and enables you to create and manage groups of SCC files.
· Extensibility: Komodo now reads in unit test harnesses dynamically. These can be built as extensions.
· UI improvements: Test plans are now associated either with projects, as in version 4.3, or single documents. There is no longer a set of global test plans. The Tools|Test menu is now used to manage document-based test plans. A "Tools|Test|Move Global Test Plans to Document" menu item allows copying or moving global test plans created in version 4.3 to specified documents.
· Column Editing: Column / rectangular selection now triggers column editing mode, allowing you to quickly add comments or modify multiple lines of text silmultaneously within the selection.
· Zend Framework Support: Zend framework autocompletion and a new Zend MVC project template have been added.
April 16th, 2008· Find/Replace Dialog: The replace checkbox has moved back underneath the text box to enable better tabbing between the find and replace fields. The Replace field is still always visible.
April 7th, 2008· Find/Replace Dialog: The Replace field is now always visible. A checkbox next to the field enables and disables it.
March 7th, 2008· The default installation directory on Windows has changed. Previous versions installed in a directory which included the version number (e.g. "ActiveState Komodo IDE 4.2"), which allowed for side-by-side installations of different versions of Komodo. If you wish to do this, manually specify an install directory with a version number.
· New Feature Showcases in the documentation
· Added php constants and class constants to the stdlib cix files.
· Vi emulation: Added scrolling commands
· Support for Rails 2 in the Ruby on Rails project template.
· [FIX]Fixed indentation commands ignoring some preferences in XML.
· [FIX]Line-copy with no selection moves cursor to start of following line.
· Selected string no longer skipped in replace.
· Alerts and messages are now shown in the statusbar to be less intrusive
· Find in Files: Fixed problem preventing editing of files other than the one currently selected in the results tab.
· Find in Files: "Search in" sub dialog buttons fixed.
· Open/Find toolbar: The find "in" textbox now auto-completes properly.
· Open/Find toolbar: Fixed delete key behavior in toolbar fields.
· Perforce: Fixed an error where spurious error messages would appear in the Command Output window.
· Perforce "open for edit" dialog box no longer appears more than once.
· Perforce now working with UNC paths.
· Tab icons now update properly after a commit.
· Perforce: Submit form now always uses a newline separator for the "description" field.
· No longer displaying superfluous "file has changed" notification on commit.
· SCC tab icons now update properly after commit.
· CVS and SVN now work when the "recursive status checking" is enabled.
· Autocomplete working with CodeIgniter.
· Calltips no longer fooled by invalid PHPDoc.
· Fixed UDL parsing of single line comments.
· Improved error messages for broken PHP configurations.
· Fixed problem causing PHP remote debugger to ignore breakpoints.
· Added completion support for magic methods.
· Fixed problem with Go to Definition not working with multiple files of the same name in the include path.
· Fixed xdebug binary crashing the php interpreter on Windows Vista.
· Perl: No longer showing bogus proximity variable
· PHP remote debugging XDEBUG_SESSION_START instructions more explicit.
· More accurate description of SCC edit icon.
· Added page on how to get support.
· Perl tutorial no longer has a module dependency.
· If spellcheck dictionaries are installed in the profile area (such as c:Documents and SettingsuserApplication DataActiveStateKomodoIDE4.3), they will automatically be copied to other profile directories in future upgrades.
· When upgrading to a new version of Komodo, usernames and passwords for remote accounts are now imported automatically.
· XML files that don't have recognized extensions (e.g. *.rdf files) retain highlighting after a save-as operation.
· Fix syntax checking always reporting "in progress"
· New files use proper encoding and document preferences.
· Update readonly/writable status of non-SCC files
· Snippet insertion properly respects your indentation preferences.
· Soft Characters: "Editor: Move One Character Right" (e.g. right arrow) can now be used to harden a soft character sequence.
· Remote files: Fixed problem with "sticky" incorrect login details.
· Fixed a problem opening files that have been deleted and re-created outside of Komodo.
· Recorded macros: Find_ReplaceAllInMacro now correctly escape backslashes in regular expressions.
· Fixed problems in Kid language support
· Fixed line-end changes failing after the first change.
· Fixed printing problem encountered when setting no wrap for long lines.
· Tcl lexer now ends braced terms correctly.
· Linux: Fixed a Komodo crash triggered by using some Ubuntu window themes.
· Build: Fixed OpenKomodo build failure on Ubuntu 7.10.
· Fixed problem in changing file properties.
· PDK: Fixed "Build Standalone Perl Application..." command (for older PDK versions, Windows only).
· Check configuration correctly reports on ActivePerl 5.10.
· Remote debugging: Fixed problem with program output not appearing in output window.
· Fixed problem detecting default encoding.
· Live Folders: Fixed problem preventing updates when multiple live folders/projects point to the same directory.
· Drag and drop into Komodo now works with non-ASCII characters in the path.
· Macros: Fixed koIFileEx.hasChanged for Python macros.
· Fixed problem with not re-checking read only status of files before a save.
· Status codes from run commands now decoded properly.
· Fixed a problem causing the Preferences dialog to hang when opening to the PDK panel.
· pydbgp no longer ignores logging level arguments