Komodo IDE のリリース

Released: Jun 21, 2018

11.1 での更新項目

機能

  • Language Server Protocol (LSP) support - allows you to add support for new languages.
  • Enhanced CodeIntel features and performance:
    • CodeIntel performance has been significantly improved (especially noticeable with PHP).
    • CodeIntel completions are significantly more robust.
    • CodeIntel now automatically detects doctypes.
    • CodeIntel adds support for custom Catalogs.
  • Automatic Workspace Restore has been significantly improved.
  • CPAN support in our Universal Package Manager.
  • New Print Debugging tool...

Released: Oct 31, 2017

11.01 での更新項目

不具合の修正

  • Clipboard manager: Fix caret position not updating when pasting.
  • Clipboard Manager: Mouse click breaks manager.
  • CodeIntel: Added unit test for some previous commits.
  • CodeIntel: Attempt to handle non-ascii-encoded code better.
  • CodeIntel: Auto-import all applicable PHP symbols into the current scope.
  • CodeIntel: call tips while typing pref not saving. #fixes 3175.
  • CodeIntel: CodeIntel now runs on 127.0.0.1 instead of localhost.
  • CodeIntel: Completions now properly trigger on backspace...

Released: Oct 3, 2017

11 での更新項目

機能

  • Revamped Code Intelligence - Autocomplete is more robust and triggers from any position. The symbol browser focuses on simplicity, and you can quickly filter symbols using the new symbol list - all with overall faster performance.
  • Print Debugging - Now you can quickly toggle print statements as well as easily create them, simply by clicking the editor margin.
  • DevDocs.io Integration - Highlight any word or code snippet and trigger the relevant language docs in DevDocs.io from inside Komodo...

Released: Jul 25, 2017

10.2 での更新項目

機能

  • All New Unit Testing
    • ActiveState have rebuilt unit testing from the ground up to support a wider variety of frameworks and facilitate more productivity. You can run tests for major frameworks including PHPUnit (PHP), pytest (Python 2 and 3), Prove (Perl), Mocha (Node.js), RSPec (Ruby) and Go, as well as any frameworks that output in TAP or TeamCity compatible formatting.
    • New functionality enables you to filter test results, jump to test definitions and place breakpoints directly in your test...