fbpx
维基百科

Scintilla

Scintilla是以C++編寫的自由開源程式庫,它提供文本编辑器程式的各種功能,特別是适用于源代码编辑器的高级功能。Scintilla已應用在一些受歡迎的文字編輯程式,例如SciTEGeanyNotepad++Programmer's Notepad英语Programmer's NotepadNotepad2等等。[4]

Scintilla
SciTE的截图,它使用Scintilla组件
開發者Neil Hodgson等。[1]
首次发布1999年5月17日,​24年前​(1999-May-17
当前版本
  • 5.3.6 (2023年7月26日;穩定版本)[2]
源代码库
  • hg.code.sf.net/p/scintilla/code
编程语言C++
操作系统Windows NT及更高,Mac OS X Snow Leopard及更高,使用GTK+类Unix系统MorphOS英语MorphOS
类型文本编辑器
许可协议Historical Permission Notice and Disclaimer英语Historical Permission Notice and Disclaimer[3]
网站www.scintilla.org

功能 编辑

除了語法突顯外,Scintilla还支持许多使代码编辑更容易的功能。高亮方法允许使用不同的字体、颜色、样式和背景颜色,并且不限于固定宽度的字体。该控件支持错误指示器、页边的行编号以及代码断点等行标记。可以添加其他功能,例如語法摺疊自动完成。基本的正则表达式搜索实现不成熟,但如果使用C++11编译,Scintilla可以支持运行时的正则表达式引擎。也可以通过直接缓冲区来替换或避免使用Scintilla的正则表达式库。

目前,Scintilla对从右到左的语言提供了实验性支持。[5]

Scinterm是Scintilla的一个版本,用于curses文本用户接口。它是由Textadept编辑器的开发者编写的。Scinterm使用Unicode字符来支持Scintilla的一些面向图形的功能,但由于终端环境的限制,一些Scintilla的功能缺失。[6]

基于Scintilla的软件 编辑

完整列表可在网上查到。[7]

参考资料 编辑

  1. ^ Scintilla and SciTE. Scintilla.org. [2013-08-12]. (原始内容于2013-08-05). 
  2. ^ Scintilla. 
  3. ^ License.txt. scintilla.org. [29 May 2015]. (原始内容于2017-05-18). 
  4. ^ Projects using Scintilla. (原始内容于2020-08-07). 
  5. ^ . [2021-12-30]. (原始内容存档于2022-05-13). 
  6. ^ . [2021-12-30]. (原始内容存档于2020-01-01). 
  7. ^ Scintilla and SciTE Related Sites. Scintilla.org. [2013-08-12]. (原始内容于2013-08-05). 
  8. ^ . Devel.aegisub.org. [2013-08-12]. (原始内容存档于2014-07-10). 
  9. ^ 存档副本. [2017-05-10]. (原始内容于2016-07-20). 
  10. ^ ChIDE. Softintegration.com. [2013-08-12]. (原始内容于2013-08-16). 
  11. ^ uSynAttribs.pas. [2017-05-10]. (原始内容于2015-04-27). 
  12. ^ . Jrsoftware.org. [2013-08-12]. (原始内容存档于2013-08-19). 
  13. ^ Technology. [2017-05-10]. (原始内容于2016-05-12). Textadept uses Scintilla as its core editing component 
  14. ^ Technology. [2020-09-26]. (原始内容于2020-08-04). Uniface 10 uses Scintilla as its core code editor 

外部链接 编辑

  • 官方网站

scintilla, 是以c, 編寫的自由開源程式庫, 它提供文本编辑器程式的各種功能, 特別是适用于源代码编辑器的高级功能, 已應用在一些受歡迎的文字編輯程式, 例如scite, geany, notepad, programmer, notepad, 英语, programmer, notepad, notepad2等等, scite的截图, 它使用组件開發者neil, hodgson等, 首次发布1999年5月17日, 24年前, 1999, 当前版本5, 2023年7月26日, 穩定版本, 源代码库hg, . Scintilla是以C 編寫的自由開源程式庫 它提供文本编辑器程式的各種功能 特別是适用于源代码编辑器的高级功能 Scintilla已應用在一些受歡迎的文字編輯程式 例如SciTE Geany Notepad Programmer s Notepad 英语 Programmer s Notepad Notepad2等等 4 ScintillaSciTE的截图 它使用Scintilla组件開發者Neil Hodgson等 1 首次发布1999年5月17日 24年前 1999 May 17 当前版本5 3 6 2023年7月26日 穩定版本 2 源代码库hg wbr code wbr sf wbr net wbr p wbr scintilla wbr code编程语言C 操作系统Windows NT及更高 Mac OS X Snow Leopard及更高 使用GTK 的类Unix系统 MorphOS 英语 MorphOS 类型文本编辑器许可协议Historical Permission Notice and Disclaimer 英语 Historical Permission Notice and Disclaimer 3 网站www wbr scintilla wbr org 目录 1 功能 2 基于Scintilla的软件 3 参考资料 4 外部链接功能 编辑除了語法突顯外 Scintilla还支持许多使代码编辑更容易的功能 高亮方法允许使用不同的字体 颜色 样式和背景颜色 并且不限于固定宽度的字体 该控件支持错误指示器 页边的行编号以及代码断点等行标记 可以添加其他功能 例如語法摺疊和自动完成 基本的正则表达式搜索实现不成熟 但如果使用C 11编译 Scintilla可以支持运行时的正则表达式引擎 也可以通过直接缓冲区来替换或避免使用Scintilla的正则表达式库 目前 Scintilla对从右到左的语言提供了实验性支持 5 Scinterm是Scintilla的一个版本 用于curses文本用户接口 它是由Textadept编辑器的开发者编写的 Scinterm使用Unicode字符来支持Scintilla的一些面向图形的功能 但由于终端环境的限制 一些Scintilla的功能缺失 6 基于Scintilla的软件 编辑完整列表可在网上查到 7 Aegisub 8 Altova XMLSpy 英语 Altova XMLSpy 9 Boa Constructor Ch 英语 Ch computer programming 10 Code Blocks CodeLite 英语 CodeLite ConTEXT 11 Eric Python IDE FlashDevelop 英语 FlashDevelop Geany gPHPedit 英语 gPHPedit IDEal Inno Setup Compiler IDE 5 4版本 12 Komodo 英语 ActiveState Komodo MySQL Workbench Notepad Notepad2 Perl Application Development and Refactoring Environment Padre 英语 Padre software Programmer s Notepad 2 英语 Programmer s Notepad SciTE Textadept 13 Uniface 英语 Uniface programming language 14 ZeroBrane Studio IDE 英语 ZeroBrane Studio 参考资料 编辑 Scintilla and SciTE Scintilla org 2013 08 12 原始内容存档于2013 08 05 Scintilla License txt scintilla org 29 May 2015 原始内容存档于2017 05 18 Projects using Scintilla 原始内容存档于2020 08 07 Scintilla Documentation 2021 12 30 原始内容存档于2022 05 13 Scinterm 2021 12 30 原始内容存档于2020 01 01 Scintilla and SciTE Related Sites Scintilla org 2013 08 12 原始内容存档于2013 08 05 1095 Option to switch the subs edit box to a standard text edit Aegisub Devel aegisub org 2013 08 12 原始内容存档于2014 07 10 存档副本 2017 05 10 原始内容存档于2016 07 20 ChIDE Softintegration com 2013 08 12 原始内容存档于2013 08 16 uSynAttribs pas 2017 05 10 原始内容存档于2015 04 27 Inno Setup 5 Revision History Jrsoftware org 2013 08 12 原始内容存档于2013 08 19 Technology 2017 05 10 原始内容存档于2016 05 12 Textadept uses Scintilla as its core editing component Technology 2020 09 26 原始内容存档于2020 08 04 Uniface 10 uses Scintilla as its core code editor 外部链接 编辑官方网站 取自 https zh wikipedia org w index php title Scintilla amp oldid 78320938, 维基百科,wiki,书籍,书籍,图书馆,

文章

,阅读,下载,免费,免费下载,mp3,视频,mp4,3gp, jpg,jpeg,gif,png,图片,音乐,歌曲,电影,书籍,游戏,游戏。