Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cleanup and complete TextEdit inspector and docs | Paulb23 | 2021-08-12 | 1 | -2/+2 | |
| | ||||||
* | Add theme item descriptions to the online documentation | Yuri Sizov | 2021-08-04 | 1 | -45/+45 | |
| | ||||||
* | Clean up and complete CodeEdit inspector and docs | Paulb23 | 2021-08-01 | 1 | -45/+97 | |
| | ||||||
* | Move symbol lookup into CodeEdit | Paulb23 | 2021-08-01 | 1 | -1/+37 | |
| | ||||||
* | Move line length guidelines into CodeEdit | Paulb23 | 2021-08-01 | 1 | -0/+6 | |
| | ||||||
* | Move brace matching into CodeEdit | Paulb23 | 2021-08-01 | 1 | -0/+3 | |
| | ||||||
* | Move auto brace completion to CodeEdit | Paulb23 | 2021-08-01 | 1 | -0/+45 | |
| | ||||||
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -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 CodeEdit | Paulb23 | 2021-06-20 | 1 | -0/+40 | |
| | ||||||
* | Better format arguments in variant parser | Michael Alexsander Silva Dias | 2021-06-18 | 1 | -27/+27 | |
| | ||||||
* | Merge pull request #49238 from Paulb23/code_edit_code_folding | Rémi Verschelde | 2021-06-16 | 1 | -0/+70 | |
|\ | | | | | Move code folding into CodeEdit and hide line hiding API | |||||
| * | Move code folding into CodeEdit and hide line hiding API | Paulb23 | 2021-06-01 | 1 | -0/+70 | |
| | | ||||||
* | | Fix typo in CodeEdit methods | Haoyu Qiu | 2021-06-16 | 1 | -2/+2 | |
|/ | ||||||
* | Update String/Comment, autocomplete and hints docs | Paulb23 | 2021-06-01 | 1 | -0/+325 | |
| | ||||||
* | Add custom background line colour to TextEdit and remove marked lines | Paulb23 | 2021-05-22 | 1 | -2/+0 | |
| | ||||||
* | class reference proofreading | Paul Joannon | 2021-03-19 | 1 | -1/+1 | |
| | ||||||
* | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg | 2021-02-14 | 1 | -0/+6 | |
| | ||||||
* | Change themes *_color_* to *_*_color | Marcel Admiraal | 2021-01-24 | 1 | -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, ↵ | bruvzg | 2020-11-26 | 1 | -0/+6 | |
| | | | | CanvasItem, Theme and modified controls documentation. | |||||
* | [Complex Text Layouts] Refactor TextEdit and CodeEdit controls. | bruvzg | 2020-11-26 | 1 | -0/+1 | |
| | ||||||
* | doc: Sync classref with current source | Rémi Verschelde | 2020-09-11 | 1 | -0/+203 | |
Bind missing enums. |