<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Scintilla</id>
	<title>Scintilla - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=Scintilla"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Scintilla&amp;action=history"/>
	<updated>2026-07-16T16:44:29Z</updated>
	<subtitle>在这个wiki上该页的修订历史</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=Scintilla&amp;diff=2627281&amp;oldid=prev</id>
		<title>imported&gt;AromaTake：​/* top */ 簡化Infobox</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=Scintilla&amp;diff=2627281&amp;oldid=prev"/>
		<updated>2024-07-30T15:20:45Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;top：​&lt;/span&gt; 簡化Infobox&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{NoteTA|G1=IT}}&lt;br /&gt;
{{Infobox software&lt;br /&gt;
| name                   = Scintilla&lt;br /&gt;
| logo                   = &amp;lt;!-- 檔案不存在 [[Image:Scintilla logo.jpg]] ，可從英文維基百科取得 --&amp;gt;&lt;br /&gt;
| screenshot             = Scite (1).png|size=300px&lt;br /&gt;
| caption                = [[SciTE]]的截图，它使用Scintilla组件&lt;br /&gt;
| developer              = Neil Hodgson等。&amp;lt;ref&amp;gt;{{cite web |url=http://www.scintilla.org/ScintillaHistory.html |title=Scintilla and SciTE |publisher=Scintilla.org |date= |accessdate=2013-08-12 |archive-date=2013-08-05 |archive-url=https://web.archive.org/web/20130805185633/http://www.scintilla.org/ScintillaHistory.html |dead-url=no }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| released               = {{start date and age|1999|May|17|df=no}}&lt;br /&gt;
| programming language   = [[C++]]&lt;br /&gt;
| operating system       = [[Windows NT]]及更高，[[Mac OS X Snow Leopard]]及更高，使用[[GTK+]]的[[类Unix系统]]，{{tsl|en|MorphOS}}&lt;br /&gt;
| language               =&lt;br /&gt;
| genre                  = [[文本编辑器]]&lt;br /&gt;
| license                = {{tsl|en|Historical Permission Notice and Disclaimer}}&amp;lt;ref&amp;gt;{{cite web|url=http://www.scintilla.org/License.txt|title=License.txt|website=scintilla.org|accessdate=29 May 2015|archive-date=2017-05-18|archive-url=https://web.archive.org/web/20170518072307/http://www.scintilla.org/License.txt|dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| website                = {{Official URL}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Scintilla&amp;#039;&amp;#039;&amp;#039;是以[[C++]]編寫的[[自由软件|自由]][[開源]][[程式庫]]，它提供[[文本编辑器]]程式的各種功能，特別是适用于[[源代码编辑器]]的高级功能。Scintilla已應用在一些受歡迎的[[文字編輯程式]]，例如[[SciTE]]、[[Geany]]、[[Notepad++]]、{{le|Programmer&amp;#039;s Notepad}}、[[Notepad2]]等等。&amp;lt;ref&amp;gt;{{Cite web|title=Projects using Scintilla|url=https://www.scintilla.org/ScintillaRelated.html|accessdate=|author=|date=|format=|publisher=|language=|archive-date=2020-08-07|archive-url=https://web.archive.org/web/20200807001730/https://www.scintilla.org/ScintillaRelated.html|dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==功能==&lt;br /&gt;
除了[[語法突顯]]外，Scintilla还支持许多使代码编辑更容易的功能。高亮方法允许使用不同的字体、颜色、样式和背景颜色，并且不限于固定宽度的字体。该控件支持错误指示器、页边的行编号以及代码[[断点]]等行标记。可以添加其他功能，例如[[語法摺疊]]和[[自动完成]]。基本的正则表达式搜索实现不成熟，但如果使用[[C++11]]编译，Scintilla可以支持运行时的正则表达式引擎。也可以通过直接缓冲区来替换或避免使用Scintilla的正则表达式库。&lt;br /&gt;
&lt;br /&gt;
目前，Scintilla对从右到左的语言提供了实验性支持。&amp;lt;ref&amp;gt;{{cite web|url=https://www.scintilla.org/ScintillaDoc.html|title=Scintilla Documentation|access-date=2021-12-30|archive-date=2022-05-13|archive-url=https://web.archive.org/web/20220513073512/https://www.scintilla.org/ScintillaDoc.html}}&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Scinterm&amp;#039;&amp;#039;&amp;#039;是Scintilla的一个版本，用于curses文本用户接口。它是由[[Textadept]]编辑器的开发者编写的。Scinterm使用[[Unicode]]字符来支持Scintilla的一些面向图形的功能，但由于终端环境的限制，一些Scintilla的功能缺失。&amp;lt;ref&amp;gt;{{cite web|url=http://foicica.com/scinterm/|title=Scinterm|access-date=2021-12-30|archive-date=2020-01-01|archive-url=https://web.archive.org/web/20200101165648/https://foicica.com/scinterm/}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==基于Scintilla的软件==&lt;br /&gt;
完整列表可在网上查到。&amp;lt;ref&amp;gt;{{cite web |url=http://www.scintilla.org/ScintillaRelated.html |title=Scintilla and SciTE Related Sites |publisher=Scintilla.org |date= |accessdate=2013-08-12 |archive-date=2013-08-05 |archive-url=https://web.archive.org/web/20130805175505/http://www.scintilla.org/ScintillaRelated.html |dead-url=no }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{Columns-list|&lt;br /&gt;
* [[Aegisub]]&amp;lt;ref&amp;gt;{{cite web |url=http://devel.aegisub.org/ticket/1095 |title=#1095 (Option to switch the subs edit box to a standard text edit) – Aegisub |publisher=Devel.aegisub.org |date= |accessdate=2013-08-12 |deadurl=yes |archiveurl=https://web.archive.org/web/20140710235815/http://devel.aegisub.org/ticket/1095 |archivedate=2014-07-10 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* {{tsl|en|Altova XMLSpy}}&amp;lt;ref&amp;gt;{{Cite web |url=http://www.altova.com/legal_3rdparty.html |title=存档副本 |accessdate=2017-05-10 |archive-date=2016-07-20 |archive-url=https://web.archive.org/web/20160720020631/http://www.altova.com/legal_3rdparty.html |dead-url=no }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Boa Constructor&lt;br /&gt;
* {{tsl|en|Ch (computer programming)|Ch(程式語言)|Ch}}&amp;lt;ref&amp;gt;{{cite web |url=http://www.softintegration.com/docs/ch/chide/ |title=ChIDE |publisher=Softintegration.com |date= |accessdate=2013-08-12 |archive-date=2013-08-16 |archive-url=https://web.archive.org/web/20130816063821/http://www.softintegration.com/docs/ch/chide/ |dead-url=no }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[Code::Blocks]]&lt;br /&gt;
* {{tsl|en|CodeLite}}&lt;br /&gt;
* [[ConTEXT]]&amp;lt;ref&amp;gt;{{cite web|url=https://code.google.com/p/contexteditor/source/browse/0.99.x/src/uSynAttribs.pas|title=uSynAttribs.pas|accessdate=2017-05-10|archive-date=2015-04-27|archive-url=https://web.archive.org/web/20150427111655/https://code.google.com/p/contexteditor/source/browse/0.99.x/src/uSynAttribs.pas|dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[Eric Python IDE]]&lt;br /&gt;
* {{tsl|en|FlashDevelop}}&lt;br /&gt;
* [[Geany]]&lt;br /&gt;
* {{tsl|en|gPHPedit}}&lt;br /&gt;
* [[Blitz_Basic#Blitz3D|IDEal]]&lt;br /&gt;
* [[Inno Setup|Inno Setup Compiler IDE]]（5.4版本&amp;lt;ref&amp;gt;{{cite web |url=http://www.jrsoftware.org/files/is5-whatsnew.htm |title=Inno Setup 5 Revision History |publisher=Jrsoftware.org |date= |accessdate=2013-08-12 |archive-date=2013-08-19 |archive-url=https://web.archive.org/web/20130819071321/http://jrsoftware.org/files/is5-whatsnew.htm |dead-url=yes }}&amp;lt;/ref&amp;gt;）&lt;br /&gt;
* {{tsl|en|ActiveState Komodo|Komodo}}&lt;br /&gt;
* [[MySQL Workbench]]&lt;br /&gt;
* [[Notepad++]]&lt;br /&gt;
* [[Notepad2]]&lt;br /&gt;
* {{tsl|en|Padre (software)||Perl Application Development and Refactoring Environment (Padre)}}&lt;br /&gt;
* {{tsl|en|Programmer&amp;#039;s Notepad||Programmer&amp;#039;s Notepad 2}}&lt;br /&gt;
* [[SciTE]]&lt;br /&gt;
* [[Textadept]]&amp;lt;ref&amp;gt;{{cite web|url=http://foicica.com/textadept/TECHNOLOGY.html|title=Technology|quote=Textadept uses Scintilla as its core editing component|accessdate=2017-05-10|archive-date=2016-05-12|archive-url=https://web.archive.org/web/20160512203915/http://foicica.com/textadept/TECHNOLOGY.html|dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* {{tsl|en|Uniface (programming language)|Uniface}}&amp;lt;ref&amp;gt;{{cite web|url=http://www.uniface.com|title=Technology|quote=Uniface 10 uses Scintilla as its core code editor|accessdate=2020-09-26|archive-date=2020-08-04|archive-url=https://web.archive.org/web/20200804090258/https://uniface.com/|dead-url=no}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
* [[ZeroBrane Studio|ZeroBrane Studio IDE]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==参考资料==&lt;br /&gt;
{{Reflist|30em}}&lt;br /&gt;
&lt;br /&gt;
==外部链接==&lt;br /&gt;
*{{official website}}&lt;br /&gt;
&lt;br /&gt;
{{HTML editors}}&lt;br /&gt;
&lt;br /&gt;
[[Category:自由發展元件與函式庫]]&lt;br /&gt;
[[Category:使用GTK+的软件]]&lt;/div&gt;</summary>
		<author><name>imported&gt;AromaTake</name></author>
	</entry>
</feed>