summaryrefslogtreecommitdiffstats
path: root/doc/classes/CodeEdit.xml
diff options
context:
space:
mode:
authorVolTer <mew.pur.pur@abv.bg>2023-04-30 16:26:09 +0200
committerVolTer <mew.pur.pur@abv.bg>2023-05-28 14:24:54 +0200
commit151a4ba6a59f6e965bb56ce8fbc75b14d056fa79 (patch)
treee5d78c825e09d7718156870377155dbc2331518a /doc/classes/CodeEdit.xml
parenta67d37f7cffe7f31c68e971280950d487ea99e2c (diff)
downloadredot-engine-151a4ba6a59f6e965bb56ce8fbc75b14d056fa79.tar.gz
Overhaul the top sections of the class reference (GUI classes)
Diffstat (limited to 'doc/classes/CodeEdit.xml')
-rw-r--r--doc/classes/CodeEdit.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml
index 84e1c80900..67645cefc3 100644
--- a/doc/classes/CodeEdit.xml
+++ b/doc/classes/CodeEdit.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="CodeEdit" inherits="TextEdit" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
- Multiline text control intended for editing code.
+ A multiline text editor designed for editing code.
</brief_description>
<description>
- CodeEdit is a specialized [TextEdit] designed for editing plain text code files. It contains a bunch of features commonly found in code editors such as line numbers, line folding, code completion, indent management and string / comment management.
- [b]Note:[/b] By default [CodeEdit] always use left-to-right text direction to correctly display source code.
+ CodeEdit is a specialized [TextEdit] designed for editing plain text code files. It has many features commonly found in code editors such as line numbers, line folding, code completion, indent management, and string/comment management.
+ [b]Note:[/b] Regardless of locale, [CodeEdit] will by default always use left-to-right text direction to correctly display source code.
</description>
<tutorials>
</tutorials>