summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-27Merge pull request #36232 from Calinou/add-soft-line-length-guidelineRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-23Merge pull request #36089 from dreamsComeTrue/fix-autocomplete-quotesRémi Verschelde
2020-02-23Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde
2020-02-21Fix: auto brace complete for quoted stringsDominik 'dreamsComeTrue' Jasiński
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Add a soft line length guideline to the script editorHugo Locurcio
2020-02-11Texture refactorJuan Linietsky
2020-02-10Merge pull request #34288 from bojidar-bg/33425-always-suggest-subsequenceRémi Verschelde
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-01-07expose scroll_vertical and scroll_horizontal in TextEdit + documentationKrystof Klestil
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-23Fixed selection indent taking an additional linePaulb23
2019-12-14Fix- using cut in first line of a script file does not remove the lineMikolaj Kaczmarek
2019-12-12Always display subsequence autocompletion matchesBojidar Marinov
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-11-26Range: Fix cases where max was set to or below min valueRémi Verschelde
2019-11-24Fixed index out of size error in TextEdit when opening scriptsPouleyKetchoupp
2019-11-09Fixed not being able to scroll ending wrapped linePaulb23
2019-11-02Update connection info on script validation rather then saved copyPaulb23
2019-11-01Merge pull request #33233 from hilfazer/dollar-quoted-autocompleteRémi Verschelde
2019-11-01$ autocompletion keeps quotationhilfazer
2019-10-31Improved TextEdit search usability & documentationPouleyKetchoupp
2019-10-28Merge pull request #33119 from creikey/fix-quote-malfunctionRémi Verschelde
2019-10-27Remove duplicate quote in displayed quote typeCameron Reikes
2019-10-27Merge pull request #33066 from Tabas32/fix_indentationRémi Verschelde
2019-10-27Improve performance of connection info in the script editorPaulb23
2019-10-26Fix text minimap crash when last line is foldedPaulb23
2019-10-25Just initialization, needed by compilerMarian
2019-10-25Fixed indenting issue with comment at end of lineMarian
2019-10-24Don't terminate search if begin_key doesn't fitZatherz
2019-10-24Fix rendering tooltipvolzhs
2019-10-22Merge pull request #32796 from Paulb23/set_text_caretRémi Verschelde
2019-10-22Merge pull request #32940 from nekomatata/text-edit-clear-colorsRémi Verschelde
2019-10-22Merge pull request #32902 from nekomatata/auto-indent-bracket-fixRémi Verschelde
2019-10-20TextEdit syntax highlighting fixesPouleyKetchoupp
2019-10-20Fixed -1 minimap index when smooth scrolling is enabledPaulb23
2019-10-18Auto-indent after opening bracket and parenthesis in the script editorPouleyKetchoupp
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-13Fix undo / redo scrollbar calulationsPaulb23
2019-10-13Place caret at 0,0 when setting text not at the endPaulb23
2019-10-07Fixed inserting text at caret not updating scrollbar sizePaulb23
2019-10-07Fixed drawing the caret at eol when at eol is not visiblePaulb23
2019-09-27TextEdit: Fix timer inside tree warninglupoDharkael
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-23Merge pull request #32232 from Paulb23/issue_32070_goto_doc_when_selectingRémi Verschelde
2019-09-22Merge pull request #29895 from ptrojahn/menukeyRémi Verschelde