summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Collapse)Author
2019-09-27TextEdit: Fix timer inside tree warninglupoDharkael
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
Added some obvious errors explanations
2019-09-25Added some obvious errors explanationsqarmin
2019-09-23Merge pull request #32232 from Paulb23/issue_32070_goto_doc_when_selectingRémi Verschelde
Fixed going to doc reference while selecting text
2019-09-22Merge pull request #29895 from ptrojahn/menukeyRémi Verschelde
Support menu key in TextEdit and LineEdit controls
2019-09-22Support menu key in TextEdit and LineEdit controlsPaul Trojahn
Related to #15542
2019-09-21Fixed going to doc reference while selecting textPaulb23
2019-09-20Merge pull request #32190 from KoBeWi/undo_redo_stuffRémi Verschelde
Fix autocompletion undo
2019-09-20Merge pull request #32150 from luzpaz/typosRémi Verschelde
Fix misc. source comment typos
2019-09-19Fix misc. source comment typosluz.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-19Merge pull request #31188 from codecustard/LineEdit_disable_shortcutsRémi Verschelde
Add Ability to Enable/Disable Shortcuts and Selection for LineEdit/TextEdit
2019-09-18Fix autocompletion undoTomasz Chabora
2019-09-07Add Ability to Enable/Disable Shortcuts for LineEdit/TextEditEmmanuel 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-04TextEdit & LineEdit caret blink timers run only when focused (fixes #31936)PouleyKetchoupp
2019-09-02Fix editor infinit loop in search_prevamakarenko
Fixes godotengine#31328
2019-09-02Fix multiline texts not updating its contents correctly in the inspectorMichael Alexsander Silva Dias
2019-08-31Fix minimap drag when height is less then control sizePaulb23
2019-08-30Merge pull request #31803 from KoBeWi/minicursorRémi Verschelde
Don't change cursor when minimap is disabled
2019-08-30Don't change cursor when minimap is disabledTomasz Chabora
2019-08-30Perform symbol lookup on button releaseTomasz Chabora
2019-08-26Fix Multiline texts not updating correcly inside arraysMichael Alexsander Silva Dias
2019-08-25Merge pull request #31496 from nekomatata/fix-text-edit-insert-selectionRémi Verschelde
Update TextEdit selection when inserting line
2019-08-25Merge pull request #31654 from Paulb23/minimap_fixesRémi Verschelde
Viewport highlight, colour cache and minimap scrolling fixes.
2019-08-25Refactor TextEdit control height calculationsPaulb23
2019-08-25Update TextEdit selection & cursor when inserting linePouleyKetchoupp
Fixes #31458
2019-08-25Minimap scroll now acts similar to scrollbarPaulb23
2019-08-25Disallow undo/redo in readonly TextEdit'sYuri Roubinski
2019-08-24Fixed syntax highlighting cache not clearing final linePaulb23
2019-08-24Adjust viewport colour based on background colourPaulb23
2019-08-22Fix minimap mouse click resolving to -1Paulb23
2019-08-21Add minimap to text_editPaulb23
2019-08-21Add syntax highlighting cachePaulb23
2019-08-21Fix filter quotes wraped insert completion optionsgeequlim
2019-08-18Keep syntax highlighting on TextEdit in readonly modeMichael Alexsander Silva Dias
2019-08-15Fix autocompletion widget having its text leak outsideMichael Alexsander Silva Dias
2019-08-13Reorganize various menus for consistency and concisenessHugo 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-10Fix incorrect X position of line length guidelineShiqing
2019-07-09Merge pull request #28190 from griant/testRémi Verschelde
fix improper uncommenting behavior in TextEditor
2019-07-06Fix light area position in the selected completiongeequlim
2019-07-05Show icons for code completion optionsGeequlim
2019-07-01Merge pull request #29572 from qarmin/fix_text_edit_selectRémi Verschelde
Fix TextEdit Select crash
2019-06-30Draw the script editor's line length guideline below charactersHugo Locurcio
This prevents characters from looking strange if they cross the line length guideline.
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
Remove redundant code, possible NULL pointers and others
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-24Give TextEdit a custom color for font when read only is setGwyneth 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-24Correct typo that broke custom selected font colorGwyneth Lowe
Change several font_selected_color to font_color_selected; the actual name of the override
2019-06-23Center script line when double clicked on error in debuggerDawid Wdowiak
2019-06-20Fix TextEdit Selectqarmin
2019-06-17Fix selection undo... for realTomasz Chabora
2019-06-14Fix TextEdit cursor.column having a negative valuePaulb23