summaryrefslogtreecommitdiffstats
path: root/doc/classes/CodeEdit.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanup and complete TextEdit inspector and docsPaulb232021-08-121-2/+2
|
* Add theme item descriptions to the online documentationYuri Sizov2021-08-041-45/+45
|
* Clean up and complete CodeEdit inspector and docsPaulb232021-08-011-45/+97
|
* Move symbol lookup into CodeEditPaulb232021-08-011-1/+37
|
* Move line length guidelines into CodeEditPaulb232021-08-011-0/+6
|
* Move brace matching into CodeEditPaulb232021-08-011-0/+3
|
* Move auto brace completion to CodeEditPaulb232021-08-011-0/+45
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-208/+104
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Move indent management to CodeEditPaulb232021-06-201-0/+40
|
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-27/+27
|
* Merge pull request #49238 from Paulb23/code_edit_code_foldingRémi Verschelde2021-06-161-0/+70
|\ | | | | Move code folding into CodeEdit and hide line hiding API
| * Move code folding into CodeEdit and hide line hiding APIPaulb232021-06-011-0/+70
| |
* | Fix typo in CodeEdit methodsHaoyu Qiu2021-06-161-2/+2
|/
* Update String/Comment, autocomplete and hints docsPaulb232021-06-011-0/+325
|
* Add custom background line colour to TextEdit and remove marked linesPaulb232021-05-221-2/+0
|
* class reference proofreadingPaul Joannon2021-03-191-1/+1
|
* [CTL] Add missing font outline drawing routines and theme constants.bruvzg2021-02-141-0/+6
|
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Changed: font_color_accel -> font_accelerator_color font_color_bg -> font_unselected_color font_color_disabled -> font_disabled_color font_color_fg -> font_selected_color font_color_hover -> font_hover_color font_color_hover_pressed -> font_hover_pressed_color font_color_pressed -> font_pressed_color font_color_readonly -> font_readonly_color font_color_selected -> font_selected_color font_color_shadow -> font_shadow_color font_color_uneditable -> font_uneditable_color icon_color_disabled -> icon_disabled_color icon_color_hover -> icon_hover_color icon_color_hover_pressed -> icon_hover_pressed_color icon_color_normal -> icon_normal_color icon_color_pressed -> icon_pressed_color Also includes: font_outline_modulate -> font_outline_color tab_fg -> tab_selected tab_bg -> tab_unselected
* [Complex Text Layouts] Add TextServer documentation. Update Font, ↵bruvzg2020-11-261-0/+6
| | | | CanvasItem, Theme and modified controls documentation.
* [Complex Text Layouts] Refactor TextEdit and CodeEdit controls.bruvzg2020-11-261-0/+1
|
* doc: Sync classref with current sourceRémi Verschelde2020-09-111-0/+203
Bind missing enums.