summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal2021-04-171-2/+2
* Fix: Selection Only in Find/Replace now preserves selectionSushi2021-04-071-1/+1
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+4
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-4/+4
* Rename Control margin to offsetMarcel Admiraal2020-12-231-4/+4
* Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde2020-12-081-0/+2
|\
| * Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-0/+2
* | Rename CubeMesh BoxMeshMarcel Admiraal2020-12-051-1/+1
|/
* Reversed Toggle Script Button iconYuri Roubinsky2020-11-301-4/+4
* [Complex Text Layouts] Refactor TextEdit and CodeEdit controls.bruvzg2020-11-261-15/+86
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-45/+23
* Keep cursor relative position after multiline moveHaoyu Qiu2020-11-111-0/+6
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Remove breakpoints from editor settingsPaulb232020-09-101-2/+0
* Move ConnectionGutter to editor code_editorPaulb232020-09-101-1/+0
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-30/+24
* Added Line numbers to CodeEditPaulb232020-09-101-2/+2
* Add and convert editor to use CodeEditPaulb232020-09-101-71/+71
* Merge pull request #33760 from nekomatata/script-editor-init-optimizationRémi Verschelde2020-07-261-2/+0
|\
| * Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp2020-07-171-2/+0
* | Reintroduce code completionGeorge Marques2020-07-201-0/+1
|/
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-7/+14
* Convert syntax highlighters into a resourcePaulb232020-07-111-3/+3
* 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
|\ \ | |/ |/|