Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-11 | IME context detection. | Saracen | |
2018-06-09 | Merge pull request #18298 from gabrii/TextEditScaledSelection | Max Hilbrunner | |
TextEdit scaled selection | |||
2018-05-19 | fix for TextEdit::set_text firing signals it shouldn't. | Ibrahn Sahir | |
Removing some _changed signals in set_ functions. Includes revert of commit 384625aa31a3627c25246e06c1fbc3019866765c | |||
2018-05-18 | Merge pull request #19017 from toger5/fix_no_a_input_script_editor_osx | Rémi Verschelde | |
fixed capital A osx | |||
2018-05-18 | fixed capital A osx | toger5 | |
2018-05-16 | Merge pull request #18910 from PJB3005/18-05-15-fix-textedit-param | Rémi Verschelde | |
Fix missing registration for new param of TextEdit::cursor_set_line. | |||
2018-05-15 | Fix missing registration for new param of TextEdit::cursor_set_line. | Pieter-Jan Briers | |
This caused Mono glue gen to fail and other bugs to appear (such as in Visual Script) | |||
2018-05-15 | fix get_char_width for non-latin characters | ianb96 | |
2018-05-14 | TextEdit word wrap | Ian | |
2018-05-14 | Merge pull request #18853 from YeldhamDev/gui_cppcheck_fixes | Rémi Verschelde | |
Fixed some warnings found with Cppcheck | |||
2018-05-14 | Fixed some warnings found with Cppcheck. | Michael Alexsander Silva Dias | |
2018-05-11 | fixed a input not registered in osx script editor | toger5 | |
2018-05-09 | Apply viewport scale to selection update methods. Changed to propper fix ↵ | Gabriel Gavilan | |
sugested by reduz | |||
2018-05-09 | Consider TextEdit paste operation complex. | Charly Mourglia | |
Not considering a paste operation as a complex one ends up adding an unneeded extra step when pasting over a selection. This fixes issue #18325 | |||
2018-05-08 | Perfect FreeType-based outlines for DynamicFonts | Ruslan Mustakov | |
- Implement outlines based on FreeType Stroker API. This allows artifact-free results, similar to what you will see in Web or any text editing tools. Outline is a part of DynamicFont rather than Label, because outlines have to be baked into the font's atlas. Font has a default outline_color and a Label can specify font_outline_modulator that will be multiplied with the Font's color to get the final result. - draw_char now has to be called twice to fully render a text - first with p_outline == true for each character and then with p_outline == false for each character. - Number of draw-calls is reduced from 5 to 2 per outlined character. - Overall cleanup of DynamicFont code, extracted duplicated code pieces into separate methods. - The change is backward-compatible - Labels still have outline properties that work exactly as they worked before. Closes #16279. | |||
2018-05-07 | Merge pull request #18003 from sherjilozair/patch_macosx_shortcuts | Juan Linietsky | |
Add additional macos shortcuts for going to start/end of line | |||
2018-05-04 | Merge pull request #18397 from KidRigger/working_te | Max Hilbrunner | |
Support of CMD+Backspace and CMD+Delete on MacOS. | |||
2018-05-03 | Script Editor now displays positional column | Unknown | |
This solves #17931 and makes the script editor consistent with other text editors(Sublime, Gedit, Vim) in displaying the position rather than the raw number of characters. | |||
2018-04-28 | Tweak the property hint ranges of caret blink and line length guideline | Hugo Locurcio | |
This allows for more precise adjustments. | |||
2018-04-24 | Support of CMD+Backspace and CMD+Delete on MacOS. | Anish | |
Adds support for CMD+Backspace, to delete all text before the cursor in the line and CMD+Delete to delete all text after the cursor in line following the typical MacOS text editing workflow Fixes: #18059 | |||
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | |
2018-04-19 | Fixed context menu TTR bugs | sersoong | |
2018-04-11 | Use internal physics processing for Nodes' internal logic | Rémi Verschelde | |
2018-04-10 | Fixed color region calculation for the first line | Paulb23 | |
2018-04-07 | Fixed color regions and added local color region cache | Paulb23 | |
2018-04-05 | Add additional macos shortcuts for going to start/end of line | Sherjil Ozair | |
2018-04-02 | Abstracted the syntax highlighter from text edit | Paulb23 | |
2018-03-13 | Merge pull request #17314 from robfram/complete-path-15813 | Rémi Verschelde | |
Fix bad autocomplete of partially written node paths when using syntactic sugar notation ($) | |||
2018-03-09 | auto-completion edge jump | Alexander Holland | |
arrow up/down jumps to end/start on edges | |||
2018-03-06 | Fix bad autocomplete of partially written node paths when using syntactic ↵ | robfram | |
sugar notation ($) If you had a tree like Node2D->Sprite->Camera2D and you write a code like $Node2D/Spr and chose the autocompletion sugested Node2D/Sprite, the resulting string was $Node2D/Node2D/Sprite instead $Node2D/Sprite. If you chose Node2D/Sprite/Camera2D, then you ended with $Node2D/Node2D/Sprite/Camera2D. Fix #15813. | |||
2018-02-21 | Fix typos with codespell | luz.paz | |
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` | |||
2018-02-19 | Merge pull request #16652 from aragar/FixQuotationInString | Rémi Verschelde | |
Fix quotation in string | |||
2018-02-14 | Merge pull request #15618 from ianb96/fold_comment | Rémi Verschelde | |
TextEdit folding over unindented comments | |||
2018-02-12 | Fix quotation in string | Rado'sPC\aRaGaR | |
fix for #16404 | |||
2018-01-31 | Fix TextEdit current line highlight horizontal offset | binbitten | |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde | |
Using v1.11.0 from https://github.com/lucasdemarchi/codespell | |||
2018-01-18 | TextEdit fix get_mouse after many folds | Ian | |
2018-01-14 | Fixed current line highligting with horizontal clipping, issue 15427 | Paulb23 | |
2018-01-13 | Deselect on undo/redo in TextEdit | Paul Joannon | |
2018-01-12 | Add special coloring to members, to make shadowing more obvious. | Juan Linietsky | |
2018-01-12 | TextEdit folding over unindented comments | Ian | |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov | |
Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added | |||
2018-01-11 | Fixes empty line selection when scrolling | poke1024 | |
2018-01-08 | Fix whole word search missing occurences | Bernhard Liebl | |
2018-01-06 | fix center viewport out of size error, #15411 | Ian | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||
2018-01-04 | Merge pull request #15334 from poke1024/textedit-mousepos | Rémi Verschelde | |
Fix TextEdit::_get_mouse_pos rounding errors | |||
2018-01-04 | Fix TextEdit::_get_mouse_pos rounding errors | Bernhard Liebl | |
2018-01-04 | Merge pull request #15308 from ianb96/horizontal_scrolling | Rémi Verschelde | |
TextEdit horizontal scrolling with shift | |||
2018-01-04 | Merge pull request #15191 from Jerome67000/z_renaming | Rémi Verschelde | |
renames "z" Node2D property to "z_index" |