CudaText是一款小巧的代码编辑器以及文本编辑器,并且支持代码高亮非常适合代码编辑。CudaText小编简单测试了下比较适合编辑HTML、CSS、PHP、Java等,比较有特点的功能就是在编辑CSS文件的时候在每个颜色代码的下面显示一根颜色预览线,无需通过查询代码就可知道是什么颜色
主要功能:
支持多种语言的语法高亮:C、C++、JavaScript、HTML、CSS、PHP、Python、XML……等200+种语法分析。
代码树(源代码中的函数/类等的树形结构)。
代码折叠。
支持正则表达式查找、替换
Python语言插件。
配置在JSON中。支持特定于语法的配置。
标签化界面。
简单代码自动完成。
命令调色板(ST3风格)。
代码地图。
显示未打印空白。
支持多种编码。
自定义热键。
无限大小的二进制/十六进制文件查看器。
更新日志:
[s][p]
1.62.0 (2018/09)
+ add: new files “settings/*.cuda-lexops” – lexer properties, which user can change in “Lexer Props” dialog; they auto-save on OK press in Lexer Props, and auto-restore on app start
+ add: now it’s not needed to use “Restore lexer styles” command (it was temp helper); command will be removed soon; and file “settings/lexer styles backup.ini” not updated now
+ add: Multi Installer: options “Make menu group ‘nnn'” (make groups in Plugins menu)
* change: dialog “Lexer Properties”: some fields (lexer name, commenting) made read-only
* change: dialog “Lexer Properties”: removed “Style type” option
1.61.0 (2018/09)
+ add: API to show decorations on gutter (will be used in Brackets Hilite plugin)
+ add: Addon Manager: new versioning system. Before: only plugins versions are saved, to v.inf files. Now: all add-ons versions are saved to a single file, settings/packages.ini. Old versions (v.inf) still show in the Update dialog.
1.60.5 (2018/09)
+ add: option “ui_tab_recent_on_close”
+ add: bind Shift+Alt+click to vertical selection (from first caret to clicked pos)
+ add: updated Multi Installer (suggest SQL, suggest more addons for HTML/CSS/JS/PHP)
+ add: API (to modify tab context menu)
* change: renamed file “py/cudax_lib/__init__.py” to “py/cudax_lib.py”; please delete old folder (py/cudax_lib)
1.60.0 (2018/08)
+ add: ability to group Plugins menu: see Wiki help topic “Plugin groups config”
+ add: preinstalled plugin Multi Installer (by Artem Gavrilov). It allows to quickly install bunch of add-ons for popular languages (HTML/CSS/JS/XML/Python etc). It is also auto-called on clean app installation (when “settings/history.json” not exists).
+ add: improved lexer JavaScript (Code Tree made correct for anonym functions)
+ add: improved lexer CSS (fix coloring of properties)
+ add: improved TutorialLexer4, added “Advice for C-like lexers”
1.59.2 (2018/08)
+ add: Code Tree filter: save filter (with dropdown list) to session
+ add: theme color “treeview, selected BG, not focused”; allows to see if Code Tree focused
* change: deleted option “lexer_line_separators”
– fix: on opening session, closing all tabs with confirmation was not correct
– fix: API for tab groups
[/p]
官网:http://www.uvviewsoft.com

