summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve null check in FindReplaceBarYuri Sizov2020-07-061-15/+18
* Fix error label clicking in status bar for shader editorYuri Roubinsky2020-06-231-2/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-4/+8
* Fix code editor Replace tool to work with 'Selection Only' optionMaganty Rushyendra2020-06-161-9/+36
* Fix match count for whole word search in editorMaganty Rushyendra2020-06-151-3/+4
* Fix whole word search slowdown in editorMaganty Rushyendra2020-06-121-1/+1
* FIX CodeTextEditor not respecting focus in _inputMrRevington2020-05-221-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-37/+73
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-63/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-2/+4
* Rename InputFilter back to InputRémi Verschelde2020-04-281-3/+3
* Merge pull request #37447 from ThakeeNathees/text-replace-empty-string-fixRémi Verschelde2020-04-061-1/+9
|\
| * replace selected text with empty string bug fixedThakee Nathees2020-04-061-1/+9
* | Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
|/
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-42/+42
* Working multiple window support, including editorJuan Linietsky2020-03-261-4/+4
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-3/+3
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Merge pull request #36621 from WizardOhio24/fix-wrong-selection-on-line-clone...Rémi Verschelde2020-03-011-1/+1
|\ \
| * | Fix wrong selection on cloning a line down in the editorRichard Menzies2020-02-291-1/+1
* | | Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-1/+1
* | | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-47/+25
|/ /
* | Merge pull request #36232 from Calinou/add-soft-line-length-guidelineRémi Verschelde2020-02-271-2/+3
|\ \ | |/ |/|
| * Add a soft line length guideline to the script editorHugo Locurcio2020-02-151-2/+3
* | Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-27/+27
* | Allow for continuous deletion/duplication of linesTomasz Chabora2020-02-161-0/+10
|/
* Merge pull request #36030 from dreamsComeTrue/fix-replace-text-enteredRémi Verschelde2020-02-141-0/+5
|\
| * Allow using Enter key for replacing text in code editors (also Shift + Enter ...Dominik 'squ@ll' Jasiński2020-02-081-0/+5
* | Texture refactorJuan Linietsky2020-02-111-2/+2
|/
* Merge pull request #33639 from YeldhamDev/replaced_label_locationRémi Verschelde2020-01-311-1/+2
|\
| * Make the replaced results appear in the matches counterMichael Alexsander2019-11-151-1/+2
* | Fix typos with codespellRémi Verschelde2020-01-151-1/+1
* | Fixes minimap width on HiDPI monitorHaoyu Qiu2020-01-111-1/+1
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* | Merge pull request #34441 from KoBeWi/wrapping_things_upRémi Verschelde2019-12-221-0/+2
|\ \
| * | Fix code editor not always centering to bookmarksTomasz Chabora2019-12-181-0/+2
* | | Fix ScriptTextEditor encapsulationYuri Roubinsky2019-12-191-1/+1
|/ /
* | Updates toggle scripts switch tooltip (if user changed the shortcut)Yuri Roubinsky2019-12-181-1/+1
* | Fix toggle scripts panel to allow using shortcut in other areasYuri Roubinsky2019-12-171-3/+10
* | Prevent showing toggle scripts panel switch in shader editorYuri Roubinsky2019-12-171-1/+8
* | Moves switch for show scripts panel from File menu to status barYuri Roubinsky2019-12-151-0/+11
* | Fixes Delete Line doesn't delete first line in scriptHaoyu Qiu2019-12-091-13/+17
* | Center Script Editor when jumping to bookmarks/breakpointsTomasz Chabora2019-12-011-0/+2
|/
* Fix incorrect error label color when switching from light to dark themeYuri Roubinsky2019-11-141-2/+5
* Fix "matches" label color in light themeYuri Roubinsky2019-11-141-1/+1
* Code editor: select next occurrence after ReplacelupoDharkael2019-10-141-1/+3
* Fix text search bar not correctly switching from replacing to just searchingMichael Alexsander2019-10-011-2/+2
* Fix editor infinit loop in search_prevamakarenko2019-09-021-8/+6