Komodo Edit

最新版本 Komodo Edit 11.1.0 Build 91033

Komodo Edit 11.1.0 Build 91033

Komodo Edit 11.1.0 Build 91033
Komodo Edit 來自 ActiveState 是一個免費的開源多平台多語言編輯器(PHP,Python,Ruby,Perl 和 Tcl,JavaScript,CSS,HTML 和模板語言,如 RHTML,Template-Toolkit,HTML-Smarty 和 Django) 。背景語法檢查和語法著色會立即捕獲錯誤,而自動完成和呼叫提示會在您編寫時引導您。適用於 Windows,Mac OS X 和 Linux。 XPI 擴展允許您創建自己的插件。 XPI 擴展支持提供與 Firefox 相同的功能,所有標準的基於 XUL,XBL 和 XPCOM 的 Mozilla API 以及用於 Python 和 JavaScript 的 Mozilla API。其他功能還包括 Vi 仿真,Emacs 鍵盤綁定,代碼折疊和代碼片段。如果你正在尋找一些功能強大而又簡單的軟件,那麼它是一個很棒的編輯器。如果您發現自己需要更高級的功能,如調試,單元測試,代碼重構,代碼分析,以及與其他技術(Gulp,Grunt,PhoneGap,Docker,Vagrant 等)的一些很好的集成,Komodo IDE 可能是您的工具需要.

Komodo Edit 功能:

跟踪更改
編輯器獲得了一個新的左邊距,突出未保存的更改以及任何未提交的 SCC 更改。點擊邊距顯示變化的差異對話框,並允許您恢復單個更改。 Sweet!

Commando(轉到任何地方)
這個強大的彈出對話框是以前版本的 Komodo 中快速打開和調用工具對話框的組合後繼者。 Commando 提供模糊匹配,匹配突出顯示,搜索文件(查找文件夾下的任何文件),工具箱搜索,書籤集成,快捷鍵(go-tool)集成以及自定義類別過濾功能.

GoLang 支持
Google Go(GoLang) Komodo 和功能語法著色,代碼折疊,語法檢查(linting)和代碼智能

Markdown Viewer
對於 Markdown 文件,Komodo 提供了在 Komodo 分割視圖中直接生成的 HTML 預覽,並且每當您對 Markdown 文本進行更改時,甚至不需要保存。

Kopy.io Helper
像 pastebin 一樣,現在您可以直接從 Komodo 直接與其他人共享代碼片段。只需簡單地進行文本選擇並使用編輯器:右鍵單擊上下文菜單,然後選擇通過 Kopy.io 共享代碼。 Kopy.io 支持客戶端加密,所以你可以使這些共享的粘貼更安全.

顏色方案和主題
“我們已經更新了 Komodo 配色方案,我們已經做了 Tomorrow_Dark 新的默認 Komodo 配色方案(基於黑暗的方案) Komodo 用戶界面已經更新,以匹配最新的操作系統,所以現在 Komodo 看起來更好,我們還增加了調整編輯器行間距的功能。“

Notifications
向用戶顯示的通知消息現在出現在單獨的彈出式面板中,主要的科莫多編輯器窗口(他們以前出現在科莫多狀態欄中)。這使得 Komodo 的使用更加直觀和豐富。不要再問自己“剛剛發生了什麼事?”

語言圖標
語言圖標已被大修,以保持一致,易於識別的顏色和標誌。科莫多動態地為之前沒有遇到過的文件類型生成新的圖標,所以每個語言都會有獨特的圖標.

新開發者 SDK
對 Komodo API 進行大修後,可以更輕鬆地加載和訪問 Komodo 內部的方法。我們現在正在使用 CommonJS(又名 Node.js)require()調用來加載單個模塊。

注意:Komodo Edit 是免費和開源的對應的 Komodo IDE.

也可用於:下載 Komodo Edit 為 Mac

ScreenShot

軟體資訊
檔案版本 Komodo Edit 11.1.0 Build 91033

檔案名稱 Komodo-Edit-11.1.0-18196.msi
檔案大小 90 MB
系統 Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 ActiveState Software Inc.
官網 暫無資訊
更新日期 2018-06-21
更新日誌

What's new in this version:

- Abbreviations: Not triggering in certain contexts
- Check Config: Breaks if PATH is blank
- Codeintel: Prefs missing when second window opened
- Codeintel: Added fuzzy finding of completions
- Codeintel: Added support for XUL
- Codeintel: Adding Additional Directories to CodeIntel Does Prompt a Scan
- Codeintel: Consider ‘$’ and ‘@’ as completion characters for JS and CSS languages, respectively
- Codeintel: CSS: Fixed ‘!important’ value sometimes not showing in completions
- Codeintel: Ensure @property-decorated Python functions are detected as methods
- Codeintel: Expose 3rd party API catalogs in prefs
- Codeintel: find references: Handle non-word symbol characters properly
- Codeintel: Fix calltip drawing glitch
- Codeintel: Fix calltips showing twice when calltips while typing are enabled
- CodeIntel: Fix completion queries not detected properly
- CodeIntel: Fix completions inserting redundant characters for legacy languages
- CodeIntel: Fix completions not inserting properly when in the middle of a word
- CodeIntel: Fix completions not iterable under GoLang
- Codeintel: Fix completions sometimes not triggering
- Codeintel: Fix completions triggering too aggressively on CSS/SCSS/LESS and some other languages
- CodeIntel: Fix issue where Komodo was triggering stale completions
- CodeIntel: Fix rescan button not working
- CodeIntel: Fix stale completions being triggered
- Codeintel: Fix symbolbrowser icons not aligned properly
- CodeIntel: Fixed “show calltips while typing” pref not being respected
- Codeintel: Fixed autocompletions not closing when invoking the “cancel autocompletion” command
- Codeintel: Fixed calltip info not showing after first calltip
- Codeintel: Fixed jump to next/prev section in file scope
- Codeintel: Fixed legacy Python parser to handle unicode encoding errors
- Codeintel: Handle different HTML doctype declarations and use their respective stdlibs
- Codeintel: Initial support for “Find References”
- Codeintel: JavaScript: Added JSDoc completions
- Codeintel: LESS: Show variable completions
- Codeintel: Perl: Ensure variables assigned to functions are reflected as functions
- Codeintel: Perl: Fixed failing module imports
- Codeintel: Perl: Fixed nested namespace handling
- Codeintel: Python: fix parsing errors by ignoring Python 3 type hints for now
- Codeintel: Reduce symbolbrowser entry padding (more info on screen)
- Codeintel: Remove “Section List” references
- Codeintel: remove filter on view change. Load prev. filter on new view
- Codeintel: Remove memory leak on file close
- Codeintel: SCSS: Fixed completion context after SCSS variable definition
- Colorschemes: scheme changes still occur after change name dialog cancelled
- Commando: Clear cache now clears cache for all scopes
- Commando: Fix composer integration causing Komodo to hang
- Commando: List of open files is outdated
- Completions: CSS completions trigger on ‘;’
- Completions: CSS don’t show completions on ‘,’
- Completions: Golang, don’t do completions on ‘;’
- Dialogs: Dialogs open empty on OSX
- Dynamic buttons: menupopup spans entire screen
- Dynamic toolbar: add cpanm initialize button
- Editor: Do not cancel XML tag editing on backspace
- Editor: Fixed hang with multiple selections over variables
- File Template: Add interpolation to file templates
- Find: Can’t close “Floating” find results tabs
- Find: replace: Allow “replace all” in any non-binary (text) file
- Find: Use original directory when searching again with find in files
- FTPS: Unable to connect to FTPS on OSX
- Git: commit dialog can’t show diff for deleted files
- Git: missing branches in status bar
- Help: Fix help system and tags. Fixes #1174 and probably others
- Icons: incorrect handling of local paths. Convert paths to URIs
- Interpolation: incorrect input and name of selection intrpl
- KoDoc: Allow for languages with no file extension
- Komodo: thinks it closed improperly when asked to restart
- Lint: JavaScript: Added support for EsLint by Defman21
- Lint: JSX: Switched JSX linter from legacy jsxhint to new eslint linter
- Lint: python: pyflakes: Handle unexpected indentation errors
- Macro: Workaround async paste on Linux
- Places: Exception thrown when New File exists already
- Prefs: Check config window pref buttons are broken
- Prefs: Don’t set invalid interpreter unless user chooses to
- Prefs: Project lvl lang include paths pref blocks global even when deleted
- Print Preview: Print preview not working
- Printdebug: fix icon, active state, UX updates
- PrintDebug: some property fields not loading properly
- Printing: Fix printing not working
- Projects: Project won’t load while restoring window
- Projects: Remove outdated Firefox project template
- Projects: Rmv old Komodo addon template project
- ProjectWizard: Don’t allow file path in project path field
- Publishing: Alert user if push fails due to connection issues
- Publishing: Allow to reload after sync. Don’t force reopn of dialog
- Publishing: Dialog appears to hang on large projects. Give more feedback
- Publishing: Force action confirmation dialog cuts off text
- Publishing: Force push and Pull don’t work for multiple files
- Publishing: Force Push/Pull warning msg doesn’t fit in dialog box
- Publishing: Incorrect tooltiptext for reload sync status
- Publishing: Progress bar not working in dialog
- Refactoring: “show changes” button never enables
- Refactoring: breaks in JS files on anonymous functions
- Refactoring: Fixed error raised when attempting to rename variable
- Refactoring: Komodo gets stuck after diff’ing proposed changes
- Refactoring: Make renameVar more reliable with CI3
- Refactoring: refactoring changes global “find” settings
- Refatoring: Rename Variable not working
- Remote Files: reconnect fails with SSH key configured
- Run: Preserve Windows ‘’ path separators
- Runinline: lang included directories pref ignored
- SCC: bad layout of Push dialog. Fixes #2296
- SCC: file context for SCC should override Places
- Scintilla: win32: Disallow handling of some deprecated WM_ and EM_ messages
- Scope completions now attempt to show all possible top-level symbols as approximate matches
- SDK: Fix Shell docs comments and add more informative details
- SDK: Fix textbox value not properly being set if it’s already in the DOM
- SDK: return menuitem when adding item to a UI menu
- Slack Share: Allow direct msgs and msgs to groups
- Snippets: indentation wrong when multiline selection injected
- Startup Wizard: Doc links open dialog behind wizard
- Symbol Browser: Scroll Code browser to scope. Includes scroll buffer pref
- Templates: HTML5 templates open as HTML
- Templates: file from template from places loses language
- Toolbar: Sidebar show/hide command has wrong desc
- Toolbox: Update Abbreviations with language field
- Toolbox: Add “General” lang to support snippet injection into any file type
- Toolbox: Convert snippet to Print Statement get wrong language
- Toolbox: HTML file templates empty
- Toolbox: Snippet props, prevent error when langage isn’t set
- Toolbox: update sample tool
- Toolbox: writeCleanData not writing correct wrapper for komodo meta
- Tutorials: Can’t open floating tutorials
- Tutorials: using chrome close button doesn’t close tutorial properly
- UI Layout: Save layout to prefs after customizing
- UI: toggle file tabs menu option state not propagating
- Ui/Textbox: Can’t set textbox to “”, returns curr val
- Uilayout: fix error calling saveState for prefs
- Unit testing: Fix pytest tests not parsing properly under pytest 3.3
- Unit tests: Fix unit tests not running due to “ko undefined” error
- Unittests: Troublel with dots
- View: Link Views menu item isn’t updating
- Views: Files sometimes open with blank views
- Views: Extend ko/views with splitview funcs
- Views: Implement multiview scrolling
- Widgets: bootstrapped addon widgets not restsoring from shutdown
- Widgets: Komodo sometimes hung when opening second window
- Widgets: Make sure widget opens in default location if floating pane load fails
- Widgets: restore floating pane position on reboot
- Widgets: save tab order and support placing a widget when it’s added after ui restore has run
- Widgets: UI not restored properly after crash
- Workspace2: essentially merge with original workspace code
- Workspaces: Upgrade prefs, remove stale window prefs
- Xdebug: Add PHP 7.2 bits

Komodo Edit 11.1.0 Build 91033 相關參考資料
ActiveState Komodo IDE 11.1.0 Build 91033 Free Download ...

ActiveState Komodo IDE 11.1.0 Build 91033 Free Download Latest Version for Windows. The program and all files are checked and installed ...

https://pcwonderland.com

Komodo Edit 11.1.0 build 91033 - Download

Download the latest version of Komodo Edit for Windows. An IDE optimized for dynamic language programming. Komodo Edit is an integrated, multi-platform ...

https://komodo-edit.en.uptodow

Komodo Edit 11.1.0 build 91033 - Download em Português

Baixe a última versão do Komodo Edit para Windows. Um IDE otimizado para programação de linguagem dinâmica. Komodo Edit é um ambiente de ...

https://komodo-edit.br.uptodow

Komodo Edit 11.1.0 build 91033 - ดาวน์โหลด

ดาวน์โหลดเวอร์ชันใหม่ล่าสุดของ Komodo Edit สำหรับ Windows. An IDE optimized for dynamic language programming. Komodo Edit is an integrated, multi-platform ...

https://komodo-edit.th.uptodow

Komodo Edit 11.1.0 build 91033 - 下载

下载适用于Windows系统的最新版Komodo Edit. 动态编程语言专用的集成开发环境. Komodo Edit是一个跨平台、多语言的集成开发环境,专门用于创建动态网页 ...

https://komodo-edit.cn.uptodow

Komodo Edit 11.1.0 build 91033 for Mac - Download

Download the latest version of Komodo Edit for Mac. A code editor for dynamic programming languages. Komodo IDE is a development environment for ...

https://komodo-edit.en.uptodow

Komodo Edit 11.1.0 build 91033 pour Mac - Télécharger

Téléchargez la dernière version de Komodo Edit pour Mac. A code editor for dynamic programming languages. Komodo IDE is a development environment for ...

https://komodo-edit.fr.uptodow

Komodo Edit 11.1.0 build 91033针对于Mac - 下载

下载适用于Mac系统的最新版Komodo Edit. A code editor for dynamic programming languages. Komodo IDE is a development environment for programming in ...

https://komodo-edit.cn.uptodow

Komodo Edit Download 11.1.0 build 91033 (Free ...

Komodo Edit 11.1.0 build 91033. ActiveState Software Inc. - 90.02MB (Free). Download Komodo Edit Free version PC software which is listed ...

https://filestribe.com

Komodo IDE 11.1.0 Build 91033 Download for Windows 10, 8, 7

Download Komodo IDE 11.1.0 Build 91033 for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download (32-bit/64-bit) Software ...

https://www.filehorse.com