Skip to content

Commit

Permalink
wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Feb 12, 2023
1 parent 0956013 commit 75ed1b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
Binary file modified app/cudatext.res
Binary file not shown.
23 changes: 12 additions & 11 deletions app/readme/wiki/cudatext_api.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -3051,17 +3051,6 @@ Note:
If an item begins with "<html>", [[#HTML formatting]] is allowed in this item.
===HTML formatting===
Several APIs support rendering of HTML-formatted lines. Small subset of HTML tags is supported:
<pre>
<b>bold style</b>
<i>italic style</i>
<u>underline style</u>
<s>strikeout style</s>
<font color="#AABBCC">colored font</font>
</pre>
===Editor.complete_alt===
complete_alt(text, snippet_id, len_chars, selected=0)
Expand Down Expand Up @@ -3235,6 +3224,18 @@ Controls editor's micromap. Possible values of "id":
* MICROMAP_DELETE: Delete micromap column by its tag. Param "param1": tag. Returns bool: column was found and deleted.
=HTML formatting=
Several APIs support rendering of HTML-formatted strings. Small subset of HTML tags is supported:
<pre>
<b>bold style</b>
<i>italic style</i>
<u>underline style</u>
<s>strikeout style</s>
<font color="#AABBCC">colored font</font>
<font color="#ABC">colored font</font>
</pre>
=TreeHelpers=
CudaText contains built-in support for TreeHelpers. They build code-tree for additional lexers. TreeHelpers must be plugins, which have special install.inf file (Ini format).
Expand Down

0 comments on commit 75ed1b3

Please sign in to comment.