KWrite/zh-cn: Difference between revisions

From KDE UserBase Wiki
m (Created page with '== 特性概述 ==')
(Updating to match new version of source page)
 
(12 intermediate revisions by 2 users not shown)
Line 2: Line 2:


{|class="vertical-centered"
{|class="vertical-centered"
|[[Image:Kwrite_edit.png|thumb|center|256px]]||  ||'''一个简单的文本编辑器,附带有一些非常实用的功能'''
|[[Image:Kwrite_edit.png|center|256px]]||  ||'''一个简单的文本编辑器,附带有一些非常实用的功能'''
|}
|}
== 特性概述 ==
== 特性概述 ==


:* Line numbers, syntax highlighting, and code folding
:* 支持行号显示,语法高亮和代码折叠。
:* User-definable indentations and tabulation
:* 用户自定义缩进和制表符
:* Line-wrap can be dynamic or user-defined static
:* 文字换行可以是动态或用户自定义的静态文字折行
:* Excellent search and replace functionality, including reverse searching
:* 极好的查找,替换功能,包括反向查找。
:* Spell-checking
:* 拼写检查


'''KWrite''' is the little cousin of the text-editing duo.  It is, none-the-less, a very powerful text editor and capable of use as a programming editor.
'''KWrite''' 是文本编辑器双子的小弟(囧rz),但他依然是是一个非常强大的文本编辑器,甚至能够作为程序代码编辑器使用。


If you need a more complex editor, take a look at '''[[Special:myLanguage/Kate|Kate]]'''.
如果你需要一个更复杂的文本编辑器,请查看 '''[[Special:myLanguage/Kate|Kate]]'''


Read the [http://kate-editor.org/ Kate and KWrite Website]
==More Information==
and the [http://docs.kde.org/stable/en/kdebase-apps/kwrite/index.html KWrite Handbook]


== Keywords ==
* [http://kate-editor.org/ Kate and KWrite Website]
* [http://docs.kde.org/stable/en/applications/kwrite/index.html KWrite Handbook]
* [https://en.wikipedia.org/wiki/KWrite KWrite Wikipedia article]


Text editor, notepad
[[Category:桌面/zh-cn]]
 
[[Category:工具/zh-cn]]
[[Category:Desktop]]
[[Category:系统/zh-cn]]
[[Category:Utilities]]
[[Category:System]]

Latest revision as of 06:20, 25 December 2018

一个简单的文本编辑器,附带有一些非常实用的功能

特性概述

  • 支持行号显示,语法高亮和代码折叠。
  • 用户自定义缩进和制表符
  • 文字换行可以是动态或用户自定义的静态文字折行
  • 极好的查找,替换功能,包括反向查找。
  • 拼写检查

KWrite 是文本编辑器双子的小弟(囧rz),但他依然是是一个非常强大的文本编辑器,甚至能够作为程序代码编辑器使用。

如果你需要一个更复杂的文本编辑器,请查看 Kate

More Information