From 75ed1b368035ab6b24e6ee3ed0739e8afa37ac3a Mon Sep 17 00:00:00 2001 From: Alexey Date: Sun, 12 Feb 2023 18:31:47 +0300 Subject: [PATCH] wiki --- app/cudatext.res | Bin 114300 -> 114300 bytes app/readme/wiki/cudatext_api.wiki | 23 ++++++++++++----------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/app/cudatext.res b/app/cudatext.res index 83c46cb60436d759727529cc6717866e4648c366..786435b0cfcea32fcf042a1004b414d411cd1def 100644 GIT binary patch delta 42 zcmV+_0M-Be{098|2C%pXlhg-xlYR)6lRyc0leh;QlSl|OlN1RogSZK|xCsHow5nPW A=>Px# delta 42 zcmV+_0M-Be{098|2C%pXlROC=leh -bold style -italic style -underline style -strikeout style -colored font - - ===Editor.complete_alt=== complete_alt(text, snippet_id, len_chars, selected=0) @@ -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: + +
+bold style
+italic style
+underline style
+strikeout style
+colored font
+colored font
+
+ =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).