Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-12 | Merge pull request #29601 from NilsIrl/hiding_enabled | Rémi Verschelde | |
Treat hiding_enabled as bool throughout | |||
2019-06-11 | Fix error macro calls not ending with semicolon | Rémi Verschelde | |
It's not necessary, but the vast majority of calls of error macros do have an ending semicolon, so it's best to be consistent. Most WARN_DEPRECATED calls did *not* have a semicolon, but there's no reason for them to be treated differently. | |||
2019-06-08 | Treat hiding_enabled as bool throughout | Nils ANDRÉ-CHANG | |
2019-06-06 | Fix crash with get_keywords_color | qarmin | |
2019-06-03 | Merge pull request #26848 from ptrojahn/utf8navigation | Rémi Verschelde | |
Support UTF-8 in TextEdit and LineEdit navigation | |||
2019-05-28 | Merge pull request #29174 from Chaosus/fix_line_wrap_output | Rémi Verschelde | |
Fix "Index out of size" TextEdit's spam to output (when using Expression nodes in the visual shaders) | |||
2019-05-26 | Fix TextEdit blocking scroll without scrollbar | Tomasz Chabora | |
2019-05-25 | Fix "Index out of size" TextEdit's spam to output | Chaosus | |
2019-05-24 | Merge pull request #29078 from KoBeWi/scroll_stuff | Rémi Verschelde | |
Improvements to scroll handling | |||
2019-05-24 | Merge pull request #28811 from iwek7/editor_remove_spaces_to_closes_indention | Rémi Verschelde | |
Change rules of indenting for spaces | |||
2019-05-24 | Improvements to scroll handling | Tomasz Chabora | |
2019-05-22 | Fix 'TextEdit's line wrapping being highlighted incorrectly | Michael Alexsander Silva Dias | |
Fixes #22867. | |||
2019-05-21 | Initialize readonly/editable in LineEdit and TextEdit controls | Ibrahn Sahir | |
2019-05-20 | Merge pull request #28218 from KoBeWi/b00km4rk5 | Rémi Verschelde | |
Add bookmarks for easier code navigation | |||
2019-05-20 | Merge pull request #26809 from KoBeWi/undo_set_text_like_a_boss | Rémi Verschelde | |
Allow to undo TextEdit.set_text | |||
2019-05-19 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.15.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-05-17 | Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditor | Max Hilbrunner | |
Add feature to show spaces in code editor | |||
2019-05-16 | Fix text_edit drawing incorrect chars when syntax highlighting enabled | Paulb23 | |
2019-05-16 | Allow to undo TextEdit.set_text | Tomasz Chabora | |
2019-05-11 | Change rules of indenting for spaces | miwanczuk | |
Now indentations and deindentations of spaces attemt to align text to closest full indent level. It works with tab/tab+shift (both with selection and no selection) as well as backspace. Also fixes bug where selection and cursor position were mispaced after (un)indenting selected text. | |||
2019-05-05 | Add bookmarks for easier code navigation | Tomasz Chabora | |
2019-05-04 | Support Mac OS default delete char hotkeys | megalike | |
2019-05-02 | Fix Mac OS move cursor behaviour | megalike | |
2019-05-01 | Merge pull request #28559 from megalike/mac_os_move_cursor_hotkeys | Rémi Verschelde | |
Support Mac OS default move cursor hotkeys | |||
2019-05-01 | Support Mac OS default move cursor hotkeys | megalike | |
Add missing FALLTHROUGH define | |||
2019-05-01 | Expose TextEdit's drawSpaces feature to GDScript | miwanczuk | |
2019-05-01 | Merge pull request #25350 from Connall/master | Rémi Verschelde | |
Fix "Auto Brace Complete" inserting extra quotation character sometimes in a string. | |||
2019-05-01 | Merge pull request #28493 from mitchcurtis/mac-line | Rémi Verschelde | |
Make Command + Left go to first non-whitespace character | |||
2019-04-30 | Merge pull request #28481 from iwek7/issue28446/highlighingOfWhitespaces | Rémi Verschelde | |
Disable higlighting all occurences of selection in editor if it contains only whitespaces | |||
2019-04-30 | Issue-28355 - show spaces in editor | miwanczuk | |
2019-04-30 | Merge pull request #26224 from hilfazer/autocomplete | Rémi Verschelde | |
Working autocomplete for $" and $' | |||
2019-04-30 | Merge pull request #27693 from YeldhamDev/method_brackets_smart | Rémi Verschelde | |
Make brackets only be inserted when necessary when autocompleting methods | |||
2019-04-30 | Merge pull request #28287 from YeldhamDev/text_editable_contextmenu | Rémi Verschelde | |
Make 'Line/TextEdit's context menus hide their editing options when in readonly mode | |||
2019-04-30 | Merge pull request #28334 from YeldhamDev/popup_buttons_scale | Rémi Verschelde | |
Make buttons that trigger popups have the same scale | |||
2019-04-30 | issue-28446 - disable higlighting all occurences of string in editor if only ↵ | miwanczuk | |
whitespaces are selected | |||
2019-04-29 | Make 'Line/TextEdit's context menus hide their editing options when in ↵ | Michael Alexsander Silva Dias | |
readonly mode Fixes #28243. | |||
2019-04-29 | Merge pull request #28101 from MunWolf/debugger_cursor | Rémi Verschelde | |
Added a marker in text_edit that tells which row is executing. | |||
2019-04-29 | Make buttons that trigger popups have the same scale | Michael Alexsander Silva Dias | |
2019-04-29 | Merge pull request #28281 from zqyoung1/fix-selection-undo | Rémi Verschelde | |
Fix selection undo | |||
2019-04-29 | Merge pull request #28399 from YeldhamDev/textedit_expose_tab_fold | Rémi Verschelde | |
Expose 'TextEdit's tab drawing and folding to GDScript | |||
2019-04-28 | macOS: make Command + Left go to first non-whitespace character | Mitch Curtis | |
Instead of going to column 0. This matches the behaviour of other popular IDEs. Fixes #28462. | |||
2019-04-24 | Expose 'TextEdit's tab drawing and folding to GDScript | Michael Alexsander Silva Dias | |
2019-04-24 | Make small changes to the new connection info on script feature | Michael Alexsander Silva Dias | |
2019-04-23 | Added a marker in text_edit that tells which row is executing. | Rikhardur Bjarni Einarsson | |
2019-04-22 | autocomplete for $" and $' | hilfazer | |
2019-04-22 | Merge pull request #28234 from Paulb23/connection_info_on_script | Rémi Verschelde | |
Display connection information in the script editor | |||
2019-04-21 | Fix completely #14835 -proper selection reset on undo | Zach Young | |
2019-04-20 | Display connection information in the script editor | Paulb23 | |
2019-04-13 | Restore script editor state between sessions | Paulb23 | |
2019-04-11 | Reorganized connection dialog for much improved ease of use. | Juan Linietsky | |
-Removed dest path field -Added a "Source" signal -Added an "Advanced" button to hide complexity -Fix bug on Tree to make sure "ensure visible" works on hidden trees -Fix bug on TextEdit to ensure signals created with script not open sill focus the right line |