<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>编辑器 &#8211; anopos</title>
	<atom:link href="https://www.anopos.com/tag/%E7%BC%96%E8%BE%91%E5%99%A8/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.anopos.com</link>
	<description>人生就是选择，选择的关键在于认识自我。</description>
	<lastBuildDate>Sun, 14 Jun 2026 05:47:19 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.anopos.com/up/anopos-150x150.jpg</url>
	<title>编辑器 &#8211; anopos</title>
	<link>https://www.anopos.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>cudatext &#8211; 免费开源、跨平台的代码编辑器</title>
		<link>https://www.anopos.com/cudatext/</link>
					<comments>https://www.anopos.com/cudatext/#respond</comments>
		
		<dc:creator><![CDATA[anopos]]></dc:creator>
		<pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
				<category><![CDATA[工具&实用程序]]></category>
		<category><![CDATA[开发者工具]]></category>
		<category><![CDATA[编辑器]]></category>
		<guid isPermaLink="false">https://www.anopos.com/?p=1170</guid>

					<description><![CDATA[CudaText 是一款基于Pascal 开发的跨平台文本编辑器，以其轻量级、高性能和丰富的扩展能力而闻名。  [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">CudaText 是一款基于Pascal 开发的跨平台文本编辑器，以其轻量级、高性能和丰富的扩展能力而闻名。<br> 它可以通过 Python 插件扩展：插件、linter、代码树解析器、外部工具。 语法解析器功能丰富，来自EControl引擎。</p>



<p class="wp-block-paragraph">CudaText is a cross-platform text editor, written in Object Pascal. It is open source project and can be used free of charge, even for business. It starts quite fast: ~0.3 sec with ~30 plugins, on Linux on CPU Intel Core i3 3GHz. It is extensible by Python add-ons: plugins, linters, code tree parsers, external tools. Syntax parser is feature-rich, from EControl engine.</p>



<span id="more-1170"></span>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="900" height="500" src="https://www.anopos.com/up/cudatext.png" alt="cudatext" class="wp-image-1172" srcset="https://www.anopos.com/up/cudatext.png 900w, https://www.anopos.com/up/cudatext-300x167.png 300w, https://www.anopos.com/up/cudatext-150x83.png 150w, https://www.anopos.com/up/cudatext-768x427.png 768w" sizes="(max-width: 900px) 100vw, 900px" /><figcaption class="wp-element-caption">cudatext</figcaption></figure>



<h2 class="wp-block-heading">Features</h2>



<ul class="wp-block-list">
<li>Syntax highlight for lot of languages (<a href="https://wiki.freepascal.org/CudaText#List_of_lexers" target="_blank" rel="noreferrer noopener">300+ lexers</a>).</li>



<li>Code tree: structure of functions/classes/etc, if lexer allows it.</li>



<li>Code folding.</li>



<li>Multi-carets and multi-selections.</li>



<li>Find/Replace with regular expressions.</li>



<li>Configs in JSON format. Including lexer-specific configs.</li>



<li>Tabbed UI.</li>



<li>Split view to primary/secondary. Split window to 2/3/4/6 groups of tabs.</li>



<li>Command palette, with fuzzy matching.</li>



<li>Minimap. Micromap.</li>



<li>Show unprinted whitespace.</li>



<li>Support for many encodings.</li>



<li>Customizable hotkeys.</li>



<li>Binary/Hex viewer for files of unlimited size (can show 10 Gb logs).</li>



<li>Correctly saves binary files.</li>
</ul>



<h2 class="wp-block-heading">Features for HTML/CSS coding</h2>



<ul class="wp-block-list">
<li>Smart auto-completion for HTML, CSS.</li>



<li>HTML tags completion with Tab-key (Snippets plugin).</li>



<li>HTML color codes (#rgb, #rrggbb) underline.</li>



<li>Show pictures inside editor area (jpeg/png/gif/bmp/ico).</li>



<li>Show tooltip when mouse moves over picture tag, entity, color value.</li>
</ul>



<h2 class="wp-block-heading">Features implemented as plugins</h2>



<ul class="wp-block-list">
<li>Addons manager</li>



<li>Find in files</li>



<li>Snippets</li>



<li>LSP protocol support</li>



<li>External tools</li>



<li>Project manager</li>



<li>Session manager</li>



<li>Macro manager</li>



<li>Spell checker</li>



<li>FTP panel</li>



<li>Highlight all occurrences</li>



<li>Color picker</li>



<li>Insert date/time</li>



<li>Linters support (CudaLint)</li>



<li>Formatters for HTML/CSS/JS/XML/&#8230; (CudaFormatter)</li>



<li>Creating backup files</li>



<li>Menu configurator</li>



<li>and more&#8230;</li>
</ul>



<p class="has-background wp-block-paragraph" style="background:linear-gradient(232deg,rgb(190,185,236) 0%,rgb(235,235,239) 100%)">官方网站：<a href="https://cudatext.github.io/" target="_blank" rel="noreferrer noopener">https://cudatext.github.io/</a><br>运行平台：Windows、macOS、Linux<br>界面语言：多国语言（含中文）<br>Download：<a href="https://sourceforge.net/projects/cudatext/files/release/" target="_blank" rel="noreferrer noopener">从SourceForge</a>下载所有版本；&nbsp;<a href="https://sourceforge.net/projects/cudatext/files/addons_all/" target="_blank" rel="noreferrer noopener">下载附加包</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.anopos.com/cudatext/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
