| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #15191 from Jerome67000/z_renaming | Rémi Verschelde | 2018-01-04 | 1 | -6/+6 | |
| |\ \ \ | |_|/ |/| | | renames "z" Node2D property to "z_index" | |||||
| | * | | #15078 renamed "z" -> "z_index" property in Node2D | Jerome67000 | 2018-01-03 | 1 | -6/+6 | |
| | | | | ||||||
| * | | | Merge pull request #15127 from poke1024/smooth-scroll-play | Rémi Verschelde | 2018-01-03 | 1 | -4/+19 | |
| |\ \ \ | | | | | | | | | Remove some lagginess from TextEdit's smooth scrolling | |||||
| | * | | | Remove some lagginess from TextEdit's smooth scrolling | Bernhard Liebl | 2017-12-28 | 1 | -4/+19 | |
| | |/ / | ||||||
| * | | | Merge pull request #15063 from poke1024/textedit-select-last-line | Rémi Verschelde | 2018-01-03 | 1 | -2/+28 | |
| |\ \ \ | |_|/ |/| | | Fix key down on last line in TextEdit | |||||
| | * | | Fix shift-key down on last line in TextEdit | Bernhard Liebl | 2017-12-26 | 1 | -2/+28 | |
| | | | | ||||||
| * | | | Merge pull request #14983 from Paulb23/keyboard_selection_issue_14675 | Rémi Verschelde | 2018-01-02 | 1 | -24/+18 | |
| |\ \ \ | | | | | | | | | Fixed keyboard word selection when at the start/end of line, issue 14675 | |||||
| | * | | | Fixed keyboard word selection when at the start/end of line, issue 14675 | Paulb23 | 2017-12-23 | 1 | -24/+18 | |
| | | | | | ||||||
| * | | | | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | Happy new year to the wonderful Godot community! | |||||
| * | | | | Merge pull request #14972 from poke1024/fix-unindent-col-0 | Noshyaar | 2018-01-01 | 1 | -13/+31 | |
| |\ \ \ \ | | | | | | | | | | | Fix unindent (shift-tab) on column 0 | |||||
| | * | | | | Fix unindent (shift-tab) on column 0 and more | Bernhard Liebl | 2017-12-28 | 1 | -13/+31 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #14973 from poke1024/docs-word-selection | Noshyaar | 2018-01-01 | 1 | -37/+9 | |
| |\ \ \ \ | |_|_|/ |/| | | | Double-click word selection for RichTextLabel (i.e. docs) | |||||
| | * | | | Double-click word selection for RichTextLabel (i.e. docs) | Bernhard Liebl | 2017-12-28 | 1 | -37/+9 | |
| | |/ / | ||||||
| * | / | fix indent selection crash | Ian | 2017-12-26 | 1 | -10/+8 | |
| | |/ |/| | ||||||
| * | | Add missing parameter names | Poommetee Ketson | 2017-12-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Adds an option to move cursor with right click in TextEdit | MattUV | 2017-12-20 | 1 | -0/+38 | |
| |/ | | | | | | | | | | Fixes #14832 - Added an option in the editor settings/cursor to make the cursor move with right click. - If the option is activated (true by default), a right click will move the cursor before displaying context menu. - If there is a selection, a right click on it will keep it selected, a right click outside it will unselect it. - The option is available in textEdit via an inspector property (or via GDScript): caret_moving_by_right_click - The option is available in the script editor and the shader editor via the editor settings - The documentation has been updated with the new property, and a few other entries in TextEdit.xml. | |||||
| * | Fix cut-copy-line breaking paste (issue 14539) | Bernhard Liebl | 2017-12-17 | 1 | -5/+5 | |
| | | ||||||
| * | Bind TextEdit.deselect and update documentation | Rémi Verschelde | 2017-12-16 | 1 | -2/+4 | |
| | | ||||||
| * | Modifies indentation behaviours | MattUV | 2017-12-15 | 1 | -24/+48 | |
| | | | | | | | | | | Partially fixes #14559 (see the issue for details); Removes some code redondancy ; Adds the possibility to indent left and right without selecting text ; Adds the entries to the context menu when text is not selected ; Renames indent_selection_left() and indent_selection_right() to indent_left() and indent_right() ; Unifies context menus of shader text editor and script text editor. | |||||
| * | Modify shortcuts and menus to fold/unfold code | MattUV | 2017-12-08 | 1 | -0/+11 | |
| | | | | | | | | Fix #13180 As the same shortcut cannot be assigned to two actions, I removed the ability to fold (fold_line()) or unfold (unfold_line()) via menu (still possible by code), and there is a single fold/unfold action (toggle_fold_line()). The new default shortcut is now Alt+F | |||||
| * | Changed current line draw order and added code folding color | Paulb23 | 2017-12-07 | 1 | -7/+11 | |
| | | ||||||
| * | Merge pull request #14352 from ianb96/get_hidden_width | Rémi Verschelde | 2017-12-07 | 1 | -5/+11 | |
| |\ | | | | | Fixes horizontal scrolling over hidden lines | |||||
| | * | fixes horizontal scrolling over hidden lines | Ian | 2017-12-06 | 1 | -5/+11 | |
| | | | ||||||
| * | | Merge pull request #13362 from groud/fix_folding | Rémi Verschelde | 2017-12-07 | 1 | -17/+16 | |
| |\ \ | |/ |/| | Fixes folding of blank lines | |||||
| | * | Fixes folding of blank lines | Gilles Roudiere | 2017-11-28 | 1 | -17/+16 | |
| | | | ||||||
| * | | Merge pull request #13409 from YeldhamDev/textedit_disabled | Rémi Verschelde | 2017-12-06 | 1 | -29/+47 | |
| |\ \ | | | | | | | Add disabled theme to TextEdit | |||||
| | * | | Add disabled theme to TextEdit. | Michael Alexsander Silva Dias | 2017-12-01 | 1 | -29/+47 | |
| | | | | ||||||
| * | | | last line scroll fix when scroll_past_last_line is disabled | Ian | 2017-11-28 | 1 | -4/+2 | |
| | |/ |/| | ||||||
| * | | Fixes adjust viewport to cursor when line is to long, issue 13190 | Paulb23 | 2017-11-26 | 1 | -15/+23 | |
| |/ | ||||||
| * | Fixed not be able to unfold the last line | Paulb23 | 2017-11-23 | 1 | -1/+1 | |
| | | ||||||
| * | code folding scrolling fixes | ianb96 | 2017-11-21 | 1 | -18/+29 | |
| | | ||||||
| * | Merge pull request #13134 from Chaosus/fixinvalidscroll | Rémi Verschelde | 2017-11-21 | 1 | -1/+4 | |
| |\ | | | | | Fix invalid scroll | |||||
| | * | Fix invalid scroll | Chaosus | 2017-11-21 | 1 | -1/+4 | |
| | | | ||||||
| * | | Native pan and zoom for macOS | Bernhard Liebl | 2017-11-21 | 1 | -38/+59 | |
| |/ | ||||||
| * | Visual fixes | Daniel J. Ramirez | 2017-11-20 | 1 | -2/+4 | |
| | | | | | | Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs | |||||
| * | Fix TextEdit::cursor_set_line bindings | Rémi Verschelde | 2017-11-20 | 1 | -1/+1 | |
| | | | | | As spotted by @neikeq - fixes #13068. | |||||
| * | scrolling fixes | Ian | 2017-11-18 | 1 | -117/+212 | |
| | | ||||||
| * | TextEdit code folding | Ian | 2017-11-17 | 1 | -50/+399 | |
| | | ||||||
| * | Merge pull request #12763 from remorse107/Code-Complete | Rémi Verschelde | 2017-11-17 | 1 | -0/+1 | |
| |\ | | | | | Modified code completion for better tabbing with immediate hints. | |||||
| | * | Modified code completion for better tabbing, and removal of need to ↵ | Robert Morse | 2017-11-13 | 1 | -0/+1 | |
| | | | | | | | | | backspace and re-enter '(' to get code completion hints. | |||||
| * | | Allow underscores in GDScript numeric literals | Bojidar Marinov | 2017-11-15 | 1 | -3/+4 | |
| | | | | | | | | | Closes #12928 | |||||
| * | | Merge pull request #12842 from ianb96/shader_editor_fix | Rémi Verschelde | 2017-11-14 | 1 | -1/+6 | |
| |\ \ | | | | | | | Shader Editor context menu and line operations and style fix | |||||
| | * | | shader editor context menu and line operations and style fix | Ian | 2017-11-11 | 1 | -1/+6 | |
| | | | | ||||||
| * | | | Made text in TextEdit a property. | Michael Alexsander Silva Dias | 2017-11-12 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Added "is_readonly()" to TextEdit and made it a property. | Michael Alexsander Silva Dias | 2017-11-11 | 1 | -0/+8 | |
| |/ / | ||||||
| * / | add context menu enable getters, setters, and properties in LineEdit and ↵ | Ian | 2017-11-11 | 1 | -0/+7 | |
| |/ | | | | TextEdit | |||||
| * | Changed line and word mouse selection | Paulb23 | 2017-11-05 | 1 | -58/+129 | |
| | | ||||||
| * | Remove text on enter, issue 12494 | Paulb23 | 2017-10-31 | 1 | -4/+3 | |
| | | ||||||
| * | Fix get_node() and $ autocompletion when using single quotes | Unknown | 2017-10-30 | 1 | -0/+6 | |
| | | ||||||
| * | Added setting to toggle current line highlighting | Paulb23 | 2017-10-22 | 1 | -2/+16 | |
| | | ||||||
