内容简介:CudaText 是一个跨平台的免费文本编辑器,用 Lazarus 编写。目前,CudaText 1.101.5.0 已完成发布,该版本更新内容如下: Added 优化 unfolding code 优化“colored ranges”的呈现(它们在 Bash lexer 中用于 $(...
CudaText 是一个跨平台的免费文本编辑器,用 Lazarus 编写。目前,CudaText 1.101.5.0 已完成发布,该版本更新内容如下:
Added
- 优化 unfolding code
- 优化“colored ranges”的呈现(它们在 Bash lexer 中用于 $(...),在 AutoIt lexer 中用于多行注释)。 具有大量 colored ranges 的语法测试文件显示了更快的 scrolling
- option“ui_notif_confirm”以启用文件自动重新加载的确认
- 对话框“Save Tabs”具有新按钮“Toggle”
- commands“将选项卡移动到组 1”,“将选项卡移动到组 2”
- commands“将选项卡移动到组 floating-1/ floating-2/ floating-3”
- ......
Fixed
- lexer JS:高亮 regex'es
- 折叠范围未从历史记录中恢复(if scroll pos: on top)
- 在“preview tab”(Project Manager)中打开文件时,文件名有时不正确(with "ui_notif":true)
下载地址:http://uvviewsoft.com/cudatext/download.html
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Text Processing in Python
David Mertz / Addison-Wesley Professional / 2003-6-12 / USD 54.99
Text Processing in Python describes techniques for manipulation of text using the Python programming language. At the broadest level, text processing is simply taking textual information and doing som......一起来看看 《Text Processing in Python》 这本书的介绍吧!