Lime 代碼編輯器,Sublime Text的開源實現
Sublime Text 2是一個非常不錯的文本編輯器。其目的就是為Vi/Vim用戶提供一款界面更加友好,功能更多的源代碼編輯器。Sublime Text 2不僅僅支持語法加亮、基于正則表達式的查找與替換、自定義語法高亮、自動括號匹配、自動完成等功能.
Lime就一個用Go語言開發的新代碼編輯器,是Sublime Text的開源實現。其兼容Sublime Text的快捷鍵設置,兼容Textmate的顏色主題及語法定義。
目示
- ? 100% 開源
- ? Compatible with Textmate color schemes (which is what ST is using)
- ? Compatible with Textmate syntax definitions (which again is what ST is using)
- ? Compatible with Textmate snippets
- ? Compatible with Sublime Text’s python plugin API. I’ll probably never implement this 100%, only the api bits I need for the plugins I use.
- ? Compatible with Sublime Text’s keybindings and settings
- ? Compatible with Sublime Text snippets
- ? Sublime Text’s Goto anything panel
- ? Multiple cursors
- ? Regression tests (Programming in Go makes it trivial and even fun to write them ;))
- ? Support for plugging in a custom parser for more advanced syntax highlighting.
- ? Terminal UI (Maybe I’ll work on a simple non-terminal UI at some point)
- ? Cross platform (It appears to be compiling and running on OSX and Linux last I tried, but needs further validation.) </ul>
項目主頁:http://www.baiduhome.net/lib/view/home/1382623086589
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!