Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-04 | Add theme item descriptions to the online documentation | Yuri Sizov | |
2021-08-01 | Clean up and complete CodeEdit inspector and docs | Paulb23 | |
2021-08-01 | Move symbol lookup into CodeEdit | Paulb23 | |
2021-08-01 | Move line length guidelines into CodeEdit | Paulb23 | |
2021-08-01 | Move brace matching into CodeEdit | Paulb23 | |
2021-08-01 | Move auto brace completion to CodeEdit | Paulb23 | |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | |
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. | |||
2021-07-25 | Fix various typos with codespell | luz paz | |
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,fave,findn,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint` | |||
2021-07-19 | Fixed typos in `TextEdit::GutterType` enum | Yuri Roubinsky | |
2021-07-17 | Create many types of popups on demand | reduz | |
* LineEdit popups created on demand. * TextEdit popups created on demand. * SpinSlider popups created on demand. * ResourcePicker popups created on demand. Improves editor responsiveness. | |||
2021-07-06 | Add multiple descriptions to several classes | Nick Huelin | |
This pull request adds several descriptions to multiple different classes. This improves the completeness of the documentation and enhances usability by doing so. | |||
2021-06-20 | Move indent management to CodeEdit | Paulb23 | |
2021-06-18 | Better format arguments in variant parser | Michael Alexsander Silva Dias | |
2021-06-01 | Move code folding into CodeEdit and hide line hiding API | Paulb23 | |
2021-06-01 | Update String/Comment, autocomplete and hints docs | Paulb23 | |
2021-05-22 | Add custom background line colour to TextEdit and remove marked lines | Paulb23 | |
2021-05-18 | Merge pull request #48528 from sent44/textedit | Rémi Verschelde | |
Expose get_total_visible_rows method to GDScript | |||
2021-05-10 | Scroll faster when holding Alt in TextEdit (and script editor) | Hugo Locurcio | |
This feature is inspired by a similar feature found in Visual Studio Code. | |||
2021-05-07 | Expose get_total_visible_rows as get_visible_line_count | sent44 | |
2021-03-10 | doc: Sync classref with current source | Rémi Verschelde | |
2021-03-05 | Docs: Port Code Examples to C# (R, S, T, U) | HaSa1002 | |
* RenderingServer * RichTextEffect * SceneTree * SceneTreeTimer * ScriptCreateDialog * SpinBox * Sprite2D * StreamPeer * String * SurfaceTool * TextEdit * TileMap * Tree * Tween * UDPServer * UndoRedo Co-authored-by: Aaron Franke <arnfranke@yahoo.com> | |||
2021-02-14 | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg | |
2021-02-04 | Merge pull request #42721 from Paulb23/update_syntax_highlighting_docs | Rémi Verschelde | |
Update SyntaxHighlighter documentation | |||
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal | |
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 | |||
2020-12-29 | Fix missed renamings from empty() to is_empty() | Rémi Verschelde | |
Those were missed in #44401 or added by later PRs. | |||
2020-11-26 | [Complex Text Layouts] Add TextServer documentation. Update Font, ↵ | bruvzg | |
CanvasItem, Theme and modified controls documentation. | |||
2020-11-13 | Changed mouse cursor to the caret (text cursor) location. | Feniks | |
2020-11-04 | doc: Sync classref with current source + fixup some bindings | Rémi Verschelde | |
Includes various changes triggered by the refactoring of method bindings. | |||
2020-10-11 | Update SyntaxHighlighter documentation | Paulb23 | |
2020-09-11 | doc: Sync classref with current source | Rémi Verschelde | |
Bind missing enums. | |||
2020-09-01 | Document scroll horizontal and scroll vertical in text edit | skyace65 | |
2020-08-09 | Add option to disable virtual keyboard for TextEdit | PouleyKetchoupp | |
Adding support for disabling virtual keyboard on mobile platforms, in order to make it consistent with LineEdit. It allows implementing a custom virtual keyboard. | |||
2020-07-15 | doc: Sync classref with current source | Rémi Verschelde | |
2020-07-03 | Merge pull request #40089 from slooths/doc-textedit-minimap | Rémi Verschelde | |
Add documentation for minimap_draw and minimap_width | |||
2020-07-03 | Merge pull request #40086 from slooths/doc-update-select-methods | Rémi Verschelde | |
Update TextEdit select and select_all method descriptions | |||
2020-07-03 | Merge pull request #40085 from slooths/doc-selecting-enabled | Rémi Verschelde | |
Add documentation for selecting_enabled | |||
2020-07-03 | Add documentation for minimap_draw and minimap_width | Slooth | |
2020-07-03 | Update TextEdit select and select_all methods | Slooth | |
2020-07-03 | Add documentation for selecting_enabled | Slooth | |
2020-07-03 | Merge pull request #40082 from slooths/doc-textedit-center-viewport-to-cursor | Rémi Verschelde | |
Add documentation for center_viewport_to_cursor method | |||
2020-07-03 | Add documentation for center_viewport_to_cursor method | Slooth | |
2020-07-03 | Add documentation for shortcut_keys_enabled | Slooth | |
2020-05-16 | TextEdit search returns a dictionary instead of Vector | PouleyKetchoupp | |
Easier to use than accessing elements in a Vector using indices given by an enum. Breaks compatibility on existing scripts using this functionality. | |||
2020-05-11 | doc: Sync classref with current source | Rémi Verschelde | |
2020-05-01 | method bind TextEdit::set_line() added | Thakee Nathees | |
2020-04-19 | Update TextEdit docs - explaining 'override_selected_font_color' role | Dominik 'dreamsComeTrue' Jasiński | |
2020-03-13 | doc: Sync classref with current source | Rémi Verschelde | |
2020-02-25 | doc: Sync classref for Packed{Int,Float}{32,64}Array additions | Rémi Verschelde | |
2020-02-18 | doc: Sync classref with current source | Rémi Verschelde | |
Handle removal of Pool*Array types and other recent changes. | |||
2020-02-12 | doc: Sync classref with current source | Rémi Verschelde | |
Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer. |