Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-27 | TextEdit: Fix timer inside tree warning | lupoDharkael | |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | |
Added some obvious errors explanations | |||
2019-09-25 | Added some obvious errors explanations | qarmin | |
2019-09-23 | Merge pull request #32232 from Paulb23/issue_32070_goto_doc_when_selecting | Rémi Verschelde | |
Fixed going to doc reference while selecting text | |||
2019-09-22 | Merge pull request #29895 from ptrojahn/menukey | Rémi Verschelde | |
Support menu key in TextEdit and LineEdit controls | |||
2019-09-22 | Support menu key in TextEdit and LineEdit controls | Paul Trojahn | |
Related to #15542 | |||
2019-09-21 | Fixed going to doc reference while selecting text | Paulb23 | |
2019-09-20 | Merge pull request #32190 from KoBeWi/undo_redo_stuff | Rémi Verschelde | |
Fix autocompletion undo | |||
2019-09-20 | Merge pull request #32150 from luzpaz/typos | Rémi Verschelde | |
Fix misc. source comment typos | |||
2019-09-19 | Fix misc. source comment typos | luz.paz | |
Found using `codespell -q 3 -S ./thirdparty,*.po -L ang,ba,cas,dof,doubleclick,fave,hist,leapyear,lod,nd,numer,ois,paket,seeked,sinc,switchs,te,uint -D ~/Projects/codespell/codespell_lib/data/dictionary.txt ` | |||
2019-09-19 | Merge pull request #31188 from codecustard/LineEdit_disable_shortcuts | Rémi Verschelde | |
Add Ability to Enable/Disable Shortcuts and Selection for LineEdit/TextEdit | |||
2019-09-18 | Fix autocompletion undo | Tomasz Chabora | |
2019-09-07 | Add Ability to Enable/Disable Shortcuts for LineEdit/TextEdit | Emmanuel Barroga | |
This PR adds the ability to enable/disable shortcut keys and selection for LineEdit/TextEdit. It also updates the context menu when you disable/enable the shortcut keys or selection. | |||
2019-09-04 | TextEdit & LineEdit caret blink timers run only when focused (fixes #31936) | PouleyKetchoupp | |
2019-09-02 | Fix editor infinit loop in search_prev | amakarenko | |
Fixes godotengine#31328 | |||
2019-09-02 | Fix multiline texts not updating its contents correctly in the inspector | Michael Alexsander Silva Dias | |
2019-08-31 | Fix minimap drag when height is less then control size | Paulb23 | |
2019-08-30 | Merge pull request #31803 from KoBeWi/minicursor | Rémi Verschelde | |
Don't change cursor when minimap is disabled | |||
2019-08-30 | Don't change cursor when minimap is disabled | Tomasz Chabora | |
2019-08-30 | Perform symbol lookup on button release | Tomasz Chabora | |
2019-08-26 | Fix Multiline texts not updating correcly inside arrays | Michael Alexsander Silva Dias | |
2019-08-25 | Merge pull request #31496 from nekomatata/fix-text-edit-insert-selection | Rémi Verschelde | |
Update TextEdit selection when inserting line | |||
2019-08-25 | Merge pull request #31654 from Paulb23/minimap_fixes | Rémi Verschelde | |
Viewport highlight, colour cache and minimap scrolling fixes. | |||
2019-08-25 | Refactor TextEdit control height calculations | Paulb23 | |
2019-08-25 | Update TextEdit selection & cursor when inserting line | PouleyKetchoupp | |
Fixes #31458 | |||
2019-08-25 | Minimap scroll now acts similar to scrollbar | Paulb23 | |
2019-08-25 | Disallow undo/redo in readonly TextEdit's | Yuri Roubinski | |
2019-08-24 | Fixed syntax highlighting cache not clearing final line | Paulb23 | |
2019-08-24 | Adjust viewport colour based on background colour | Paulb23 | |
2019-08-22 | Fix minimap mouse click resolving to -1 | Paulb23 | |
2019-08-21 | Add minimap to text_edit | Paulb23 | |
2019-08-21 | Add syntax highlighting cache | Paulb23 | |
2019-08-21 | Fix filter quotes wraped insert completion options | geequlim | |
2019-08-18 | Keep syntax highlighting on TextEdit in readonly mode | Michael Alexsander Silva Dias | |
2019-08-15 | Fix autocompletion widget having its text leak outside | Michael Alexsander Silva Dias | |
2019-08-13 | Reorganize various menus for consistency and conciseness | Hugo Locurcio | |
- Clean up the recent scripts dialog to match the recent scenes dialog - Add "..." at the end of shortcuts that cause a modal dialog to appear This closes #31148. | |||
2019-07-10 | Fix incorrect X position of line length guideline | Shiqing | |
2019-07-09 | Merge pull request #28190 from griant/test | Rémi Verschelde | |
fix improper uncommenting behavior in TextEditor | |||
2019-07-06 | Fix light area position in the selected completion | geequlim | |
2019-07-05 | Show icons for code completion options | Geequlim | |
2019-07-01 | Merge pull request #29572 from qarmin/fix_text_edit_select | Rémi Verschelde | |
Fix TextEdit Select crash | |||
2019-06-30 | Draw the script editor's line length guideline below characters | Hugo Locurcio | |
This prevents characters from looking strange if they cross the line length guideline. | |||
2019-06-27 | Merge pull request #29941 from qarmin/redundant_code_and_others | Rémi Verschelde | |
Remove redundant code, possible NULL pointers and others | |||
2019-06-26 | Some code changed with Clang-Tidy | qarmin | |
2019-06-24 | Give TextEdit a custom color for font when read only is set | Gwyneth Lowe | |
Previously there was some transparency hard coded into TextEdit when in read only mode. This change adds a custom color for adjusting the font in read only mode. It also applies when syntax highlighting is on. | |||
2019-06-24 | Correct typo that broke custom selected font color | Gwyneth Lowe | |
Change several font_selected_color to font_color_selected; the actual name of the override | |||
2019-06-23 | Center script line when double clicked on error in debugger | Dawid Wdowiak | |
2019-06-20 | Fix TextEdit Select | qarmin | |
2019-06-17 | Fix selection undo... for real | Tomasz Chabora | |
2019-06-14 | Fix TextEdit cursor.column having a negative value | Paulb23 | |