Softpedia
 

WINDOWS CATEGORIES:



GLOBAL PAGES >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Sticky Password FR...
  • Parallels Workstat...
  • ESET NOD32 Antivir...
  • BitDefender Total ...
  • WinPatrol 24.6.201...
  • PerfectDisk Free D...
  • Adobe Photoshop CS...
  • PerfectDisk Profes...
  • Windows 8 Consumer...
  • Atlantis Word Proc...
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Sticky Password FREE
    [SOFTPEDIA
    EXCLUSIVE] 6.0.2.323

    78,546 downloads
    Nokia PC Suite
    7.1.180.64

    74,932 downloads
    3DP Chip 12.04
    60,801 downloads
    Adobe Flash Player
    11.3.300.250 Beta 3
    / 11.2.202.235

    49,717 downloads
    Samsung PC Studio
    7.2.24.9

    45,498 downloads
    Nero 9 Free
    9.4.12.3d

    43,090 downloads
    Yahoo! Messenger
    11.5.0.192

    36,228 downloads
    Samsung Kies
    2.3.1.12044_18

    35,827 downloads
    Internet Download
    Manager 6.11 Build 7

    34,401 downloads
    Avira Antivir Virus
    Definition File
    Update May 22, 2012

    33,272 downloads
    Home > Windows > Programming > Other Programming Files > Komodo > Changelog

    Komodo 7.0.2 Build 70257 - Changelog


    What's new in Komodo 7.0.0 Build 68957:

    February 4th, 2012

    Deploy to the Cloud with Stackato:
    · Push your applications directly from Komodo IDE 7 to the cloud with integration with Stackato, ActiveState’s cloud platform for creating your private Platform-as-a-Service (PaaS). Launch the Stackato client interface from the Tools menu, and perform one-click deployment to the cloud. Databases are provisioned automatically.

    Synchronize Multiple Workstations:
    · Work on several operating systems and/or desktops? No problem. Komodo Sync lets you securely share your important data across multiple machines, including your toolbox items, key binding and color schemes, file and project templates, API catalogues, remote server accounts and preferences. Syncing occurs automatically and regularly after one-time setup.

    Collaborate in Real Time:
    · Speed up team programming: Komodo IDE 7 allows simultaneous editing with other users. Code Collaboration shares changes with other authorized Komodo IDE users in real time, with helpful highlights to identify what was added, what was removed, and who made the changes. Team coding and reviewing has never been more efficient.

    Code Profiling for Better CPU Usage:
    · Highlight code hotspots and detect performance issues faster. Code Profiling generates a graph of your application, showing you exactly where and how your program is spending CPU usage. Code Profiling in Komodo IDE supports Python (2.x and 3.x) and PHP (5.2 and higher), and can open stand-alone profiling results stored in Cachegrind/Callgrind and pstats formats.

    More Languages and Frameworks (Node.js, CoffeeScript, LESS, SCSS, EJS, Mojolicious):
    · The development world (especially for the web) is moving fast and Komodo helps you keep up. Komodo IDE 7 has full support for Node.js (editing / syntax checking, code intelligence, debugging), and adds editing for CoffeeScript, LESS, SCSS, EJS and Mojolicious.

    Enhanced Performance:
    · Komodo is the killer IDE when it comes to speed and efficiency of your development work. Built on Mozilla 7.0 (the same codebase as Firefox 7) Komodo IDE 7 gives you a better user experience with less loading time. Enjoy faster start-up (no component registration), a better browser preview (with added support for the latest web technologies) and unmatched stability.

    And More:
    · Komodo IDE 7 supports all of the features, languages and functionality as past versions, and adds much more including syntax checking within multi-language documents, enhanced navigation and searching, and smarter auto-complete.



    What's new in Komodo 6.0.0 Build 57120:

    October 9th, 2010

    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.

    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 copying, creation of new files and folders, and search.

    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:
    · 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.

    New 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.



    What's new in Komodo 5.2.0 Beta 1:

    September 9th, 2009

    Performance and Stability Improvements:
    · Komodo will now automatically style very large html documents as text in order to support faster edits and re-displaying of the document
    · the find search speed has been increased, making it faster to search your documents
    · the Rx Toolkit is now much faster when parsing results

    PHP 5.3 support:
    · Komodo now has started supporting PHP 5.3 in the following ways
    Code Intelligence:
    · Code browser and sectionlist support for namespaces (IDE only)
    · Code completions for /Namespaces
    · Syntax colorizing of latest keywords ("namespace", "use", "as", etc...)
    PHP Debugging:
    · Improved debugger wizard for the first time setup
    · Updated xdebug builds to support PHP 5.3

    Primary language preferences:
    · It is now possible configure your primary languages that you use inside of Komodo.

    Sub-language background colors:
    · It is now possible to give sub-languages a different background color.

    View HTML Source:
    · If you drag/drop a web url onto Komodo (http://, https://), Komodo now offers to view the source contents of this web page. This is convenient for checking the underlying HTML source code of web pages.

    Bug Fixes:
    · A lot of commonly requested/encountered Komodo bugs have been fixed in this release



    What's new in Komodo 5.0.1 Build 24681:

    November 7th, 2008

    · Remote Files: Fixed "ValueError" warning message on console. (Bug 80726)
    · Fixed run commands failing when using "Pass selection as input" or "Insert output". (Bug 80732)
    · Linux: Fixed blurry icons when task switching. (Bug 80727)
    · Windows: Fixed Komodo application icon. (Bug 80689)
    · Windows: Maximized window state now restored properly. (Bug 80661)
    · Remote files: Remote server accounts without passwords were not being properly migrated from 4.4 profile. (Bug 80724)
    · Removed incorrect error message when inserting snippets containing [[%w]] or [[%W]] interpolation shortcuts. (Bug 80741)
    · Mapped URIs: Fixed broken 'Remote' button in mapped URI dialog. (Bug 80730)
    · Fixed problem saving preferences with "Use tab character to complete words like Ctrl+Space" selected. (Bug 80767)



    What's new in Komodo 5.0.0 Build 24586:

    November 5th, 2008

    · Shared code: With new support for the Git, Mercurial (hg), and Bazaar distributed version control systems (or the already supported Subversion, Perforce, and CVS), you can share your code with whichever SCC system you choose. And smart cross-SCC system checkout wizardry makes it easier to get to work on shared repositories.
    · Shared beauty: Consistent formatting improves code readability and maintainability in a team. Easily hook external code formatting tools (like PHP Beautifier, Perltidy, and astyle) into Komodo IDE 5.0 or add tighter integration via an extension.
    · Shared speed: Komodo IDE 5.0 is now built on the Mozilla 1.9 codebase (the same codebase as Firefox 3) and Python 2.6, so it's speedier, prettier (particularly the more native look on OS X), and has new features to aid in stability.
    · And more, of course: Like multiple top-level windows, slicker UIs for tabs and sidebars....



    What's new in Komodo 5.0.0 Beta 1 24028:

    October 16th, 2008

    · Shared code: With new support for the Git, Mercurial (hg), and Bazaar distributed version control systems (or the already supported Subversion, Perforce, and CVS), you can share your code whatever SCC system you choose. And smart cross-SCC system checkout wizardry makes it easier to get to work on shared repositories.
    · Shared beauty: Consistent formatting improves code readability and maintainability in a team. Easily hook external code formatting tools (like PHP Beautifier, Perltidy, and astyle) into Komodo IDE 5.0 or add tighter integration via an extension.
    · Shared speed: Komodo IDE 5.0 is now built on the Mozilla 1.9 codebase (the same codebase as Firefox 3) and Python 2.6, so it's speedier, prettier (particularly the more native look on OS X), and has new features to aid in stability.



    What's new in Komodo 5.0.0 Alpha 3 23479 / 4.4.1-20896:

    October 15th, 2008

    · CSS: Removed autocompletion fillup characters that got in the way of regular usage. (Bug 80063, 80126)
    · Debugger: Fixed space key failing to toggle breakpoint state in breakpoints tab. (Bug 80163
    · Multi-window: Added support for breakpoint handling when multiple windows are open. (Bug 79117)
    · Fixed error indicated by console error messages referencing "ko.dbg.manager". (Bug 80279)
    · Added background syntax checking support for Python 3
    · Tabstops in snippets and templates are now implemented with invisible markers in the buffer. Komodo now uses highlighting/outlining instead of chevrons to delimit them. Nested tabstops are now possible. (Bug 80201)



    What's new in Komodo 5.0.0 Alpha 3 23479 / 4.4.1-20896:

    September 30th, 2008

    · Built on Mozilla 1.9: Komodo is now built on the Mozilla 1.9 branch, the same code base Firefox 3.0 is built on. This includes a number of bug fixes and performance improvements, and provides a more platform-native look and feel
    · Multi-Window: Komodo can now open multiple top-level windows, allowing you to configure your workspace the way you want when editing or debugging
    · Mercurial, Bazaar, and Git Support: Preliminary integration support for the Mercurial (hg), Bazaar (bzr), and Git source control systems
    · SCC Checkout: A new interface for checking out working copies of a repository from within Komodo
    · Remote debugging fixed (dbgp URIs not working in Alphas 1 and 2). (Bug 80017)
    · Vi Emulation: Fixed the 'r' command (replace character). Now correctly maintains the same cursor position. (Bug 79021)
    · PHP: Fixed autocompletion when an instance name is the same as the class name. (Bug 70015)
    · SCC: SCC operations on project folders working again. (Bug 79687)
    · Komodo now saves the layout information of multiple windows on shutdown and restores them on restart. (Bug 79920)
    · Windows: Fixed problems with sub-process launching (affecting debugging, background syntax checking, run commands, etc.) when starting Komodo from the command line. (Bug 76208)
    · OS X: HTTP Proxy dialog is now a real dialog window, not a sheet. (Bug 74504)
    · Fixed large memory leak in Find/Replace. (Bug 78638)
    · Extra newline no longer added at insertion point. (Bug 78354)
    · Snippets now use spaces instead of tabs. To insert an actual tab in a snippet you'll need to paste one in. (Bug 79809)
    · Indentation fixed for snippets containing selections. (Bug 72662)



    What's new in Komodo 4.4.1:

    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)



    What's new in Komodo 4.4.0 Beta 2:

    June 23rd, 2008

    · Code browser now shows type-casted variables. (Bug 76553)
    · '/', '?' and '$' no longer "fillup characters" as they got in the way of correct autocompletion. (Bug 77800, 77524)
    · Updated Xdebug to include fix for incorrect file URIs. (Bug 69699)
    · Class variables now only get set on the class scope. (Bug 77810)
    · Using '@var object' in phpdoc no longer breaks 'Go to Definition'. (Bug 77602)
    · Improved PHP remote debugging instructions. (Bug 70594, 70596)
    · New Xdebug builds. (Bug 75978)
    · Fixed XDebug compatibility issue on Windows when xdebug and PHP are built with different versions of VC . (Bug 77272)
    · Class variables using "==" are treated as variable assignments. (Bug 78050)
    · Fixed missing functions in sections list. (Bug 76662)
    · Fixed array completions. (Bug 77780)
    · Fixed problem with namespace declaration not being correctly parsed. (Bug 76529)
    · Function argument is no longer incorrectly recognized as a global var in nested functions. (Bug 75068)
    · Multiple history dialog boxes can now be opened. (Bug 75153)
    · SCC SSH:// no longer hangs Komodo when unable to resolve remote system. (Bug 65833)



    What's new in Komodo 4.4.0 Beta 1:

    June 4th, 2008

    · Sections list: A menulist in the status bar that shows an outline list of the main elements in your current file
    · Multi-file SCC Commit support: The commit dialog now shows the SCC status of files you wish to commit and easily allow you to add/remove files from the commit operation
    · SCC Changelists: A new toolbar tab "Change Lists" has been added to the right Komodo pane (next to the Komodo toolbox). This tab will show you the SCC status of files you have opened/referenced and enables you to create and manage groups of SCC files (c
    Unit testing improvements:
    · 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 Te
    · Zend MVC Project Template: A new project template that makes building Zend Framework applications easier



    What's new in Komodo Komodo 4.3.1.16732:

    March 28th, 2008

    · Find/Replace Dialog: The Replace field is now always visible. A checkbox next to the field enables and disables it. (Bug 75737)
    · New empty non-lintable buffers no longer marked "syntax-checking in progress". (Bug 75198)
    · Find Next/Previous operations now correctly ignore the "find-searchBackward" preference. (Bug 75198)
    · Fixed bug causing Find/Replace in Files to fail on certain XML files (problem in XML prolog parsing). (Bug 75631)
    · Fixed problem with 'Find Next' failing to jump to next instance (i18n). (Bug 74641)
    · Fixed bug causing symlinks to be ignored by Find in Files. (Bug 75733)
    · Find/Replace in Files now uses Komodo's file association preferences. See also Known Issues: Editing. (Bug 75820)
    · Fixed problems in updating project folders (e.g. empty SCC diffs). (Bug 75495)
    · Messages to stderr no longer abort scc operations. (Bug 75624)
    · Perforce: Fixed problem with "Force Save" dialog appearing before the 'p4 edit' command is recognized. (Bug 75613)
    · SVN: Fixed bug causing svn commits to fail on OS X. Commits no longer use the 'non_interactive' setting. (Bug )
    · Alert shown and dialog closed on diff error. (Bug 75497)
    · Fixed exceptions triggered by file notifications looking for a deleted file. (Bug 73722)
    · JavaScript debugging fixed and working with Firefox 3. (Bug 75417, 75115)
    · Fixed infinite loop in file status service thread. (Bug )
    · HTML completions working properly in PHP files. (Bug 75490)
    · PHP: Fixed problems with calltips with some versions of PHP. (Bug 75492)
    · "Help for Languages" added back into Open Komodo / Komodo Edit. (Bug 75584)
    · Fixed 'Too many open files' error on OS X. (Bug 75633)
    · Run commands now quoted properly when passed to Windows' cmd.exe. (Bug 75467)
    · Command ouptut pane now correctly uses the global color scheme. (Bug 75552)
    · Rails: Fixed dependency on unit testing framework when creating new projects in Komodo Edit. (Bug 75617)
    · Perl: Added Perl 5.10 'state' keyword. (Bug 75522)
    · Ruby: Rakefiles now recognized as ruby automatically. (Bug 75410)
    · PHP: Added missing calltip information on stdlib DOM* classes. (Bug 75397)
    · Documentation fixes. (Bug 75450, 75610, 75767)
    · Fixed sorting by macro rank. (Bug 75747)
    · Fixes to project sorting. (Bug 68906)



    What's new in Komodo 4.0.3:

    April 24th, 2007

    · Redesigned Code Intelligence system: CSS, JavaScript, Perl, PHP, Python, Ruby, Tcl and XML support have been re-implemented with a new code intelligence system, providing improvements in autocompletion, calltips, the code browser, and overall performance.
    · Go to Definition: A new option for quickly jumping to the definition of a code object (e.g. a variable, a subroutine, a module, etc.) under your cursor.
    · Schema-based XML Autocomplete and CallTips: Komodo now supports autocomplete and calltips support for XML and HTML based on DTD or RelaxNG Schema. SGML and XML Catalogs are supported.
    · API Catalogs: Autocompletion for several popular JavaScript libraries can be enabled in Preferences.
    · DOM Viewer: A new tab in the left pane shows the DOM structure of XML and HTML documents in a tree view. Double-clicking on a node in the DOM Viewer moves the cursor to the corresponding node in the document. Komodo IDE only
    · User-Defined Languages: Komodo 4 introduces a system for adding custom language support called UDL (User-Defined Languages) which allows Komodo to properly syntax-color multi-language files and templated files common in many web programming frameworks. Also included is a tool called Luddite which you can use to define custom language syntax-coloring and package those into Komodo extensions.
    · New languages: Support for Template-Toolkit, HTML-Mason, Smarty, Django, and Luddite has been added using UDL
    · Vi emulation: Modal keybindings which emulate the navigation, text insertion, visual selection and command-line modes of Vi and Vim. Custom commands can be implemented by adding Komodo macros to a Vi Commands Toolbox folder.
    · Configurable Background Syntax Checking: The frequency of background syntax checking is now configurable, improving editor responsiveness in large files.
    · HTTP Inspector: An interface for examining HTTP requests and responses as they happen. It runs a local proxy which intercepts HTTP traffic and records each transaction for analysis. The Inspector can break on a request or response, which can then be edited and submitted in its modified form.
    · JavaScript Debugging: Komodo now offers JavaScript debugging using the Firefox web browser and the JavaScript DBGP extension. With the extension enabled, loading JavaScript or triggering JavaScript controls in the browser window opens a debugging session in Komodo, which loads the relevant JavaScript code.
    · JavaScript Interactive Shell: An interactive shell for manipulating JavaScript code is available within JavaScript debugging sessions. This shell is similar in functionality to the other interactive shells in Komodo.
    · Live Folders: Komodo projects now offer Live Folders which display current filesystem contents. The previous folder behavior is still available; these folders are now referred to as "Virtual Folders" in the documentation. By default, new projects are created with Live Import, making the project behave as a Live Folder. Project-specific Directory Import preferences define which files and directories to include.
    · Project Settings: All project settings are now in the Project Properties dialog. This dialog box is now used for files, folders and projects, displaying the appropriate properties for each type.
    · Project Templates: Projects templates can be created and used when creating a new project.
    Additional Project functionality, including:
    · Project based debugger preferences
    · Basic file management (Delete, Rename, Show in File Manager)
    · Project import from remote file systems
    · New File option
    · SCC History: A new option has been added to the Source Control menu which displays the revision history of a file. You can compare (diff) two selected revisions from the list, or select one and compare it to the local copy. Komodo IDE only
    · SFTP and SCP: Komodo now supports access to remote files via SFTP and SCP. Saved password information for all remote servers is stored securely in Mozilla's native password manager.
    · Help Browser: Komodo now uses Mozilla's help browser for displaying Komodo help.
    · PHP "Zero Configuration": Automatic configuration for PHP debugging.



    What's new in Komodo 4.0.0 Beta 3 build 273394:

    December 16th, 2006

    · JavaScript catalog selection in preferences. Autocompletion is now available for several popular JavaScript libraries.
    · Basic Rails autocompletion. Autocompletion is now available for the default Rails APIs. Autocompletion for custom application code is not yet implemented.
    · XPI support for Code intelligence catalogs.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM