Komodo Edit

最新版本 Komodo Edit 8.5.4 Build 14424

Komodo Edit 8.5.4 Build 14424

Komodo Edit 8.5.4 Build 14424
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 8.5.4 Build 14424

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

What's new in this version:

Bug Fixes:
- Code Intelligence: CSS: Show pseudo completions after ":".
- Code Intelligence: PHP: Fix memory leak in PHP file scanning. (Bug 102643)
- Code Intelligence: JavaScript: Ensure document completions work inside of HTML. (Bug 102993)
- Debugging: Python 3: Update log-level matching code to work on Python 3.4. (Bug 103631)
- Debugging: Tcl: Update appLaunch.tcl file. (Bug 101199)
- Editor: Automatically enable word-wrap when a file has long lines. (Bug 93790)
- Editor: Django: Highlight 'elif' tag, 'elseif' in Twig (and improve auto-indent). (Bug 101792)
- Editor: Fix high DPI popup positioning on Windows. (Bug 100492)
- Editor: When changing case in column selection, stay in column selection. (Bug 100269)
- Find: Ensure find markers are not added more than once. (Bug 104553)
- Find: Stop find options from changing when using multi caret commands. (Bug 103329)
- Places: After creating a new file, open it and display it in places. (Bug 94287)
- Places: Cull deleted items in places history menu. (Bug 98684)
- Preferences: Indentation Settings: Allow per language settings to be saved. (Bug 99431)
- Projects: When opening a new project is aborted, keep the old project on the MRU list. (Bug 94201)
- SDK: Ensure koext startlang works with --is-html-based argument (Bug 104551).
- Source Code Control: Checkout: Remember the checkout textbox url. (Bug 99395)
- Source Code Control: Git: Ensure git submodules are properly detected in commit dialog. (Bug 95701)
- Syntax Checking: Python: Reinstate passing --rcfile to pylint, and add tests to verify it works. (Bug 101777)
- Syntax Checking: Python: Tell pylint where to find .pylintrc. (Bug 101777)
- Toolbox: Stop duplication of snippets when dropping snippet text. (Bug 103113)
- UI: Re-enable word-wrap in output panels (command output, debugger output). (Bug 98471)

Komodo Edit 8.5.4 Build 14424 相關參考資料
Connection attempt should be repeated when server is ...

2015年2月1日 — Editor: Komodo Edit version 8.5.4, build 14424. After editing a file, the file is not uploaded to the host when it is saved. This occurs ...

https://github.com

Download and Installation Instructions Komodo Edit

This document will guide you through the download and installation procedure for setting up the free. Komodo Edit software on your computer.

https://www.compuscholar.com

Downloading Komodo Edit 8.5.4 Build 14424 ...

Free, fast and multi-language code editor for Windows · Komodo Edit 8.5.4 Build 14424 · Key details about this download. The file will be ...

https://www.filehorse.com

Komodo 9.0 problem with remote dir · Issue #252

2015年5月5日 — Hello, solves the problem by changing the account settings in the server type, SCP by SFTP. Komodo Edit 9.3.2 tested. Regards.

https://github.com

Komodo Edit is broken today - Resolved

2014年9月25日 — Hello My Komodo Edit just break : all my user preferences (UI customization, snippets, project list) are gone. It looks like a new install.

https://community.komodoide.co

Komodo editor tabs disappeared - bug?

2015年12月11日 — Komodo used to show me tabs of open files, but one day they disappeared. I can't find an option to turn them back on. I use the side menu now ...

https://stackoverflow.com

Our downloads have moved!

Customize your build with just the packages you need. ... Komodo-Edit-8.5.4-14424-linux-x86_64.tar.gz, 74M. [] Komodo-IDE-8.5.4-86985-linux-x86.tar.gz, 73M. [] ...

https://downloads.activestate.

Problems with mouses actions since last update - Resolved

2014年9月17日 — Komodo Edit, version 8.5.4, build 14424, platform linux-x86_64. ... I am using Komodo Edit 11.1.2 and I am still experiencing this exact same ...

https://community.komodoide.co

VMware and Komodo Edit display problems on Mac OS X host

2014年11月25日 — Tech Details: Komodo Edit (build info version 8.5.4, build 14424, platform linux-x86_64) in Ubuntu Linux (Ubuntu 14.04.1 LTS) with VMware ...

https://techborder.com