summaryrefslogtreecommitdiffstats
path: root/scene/resources/syntax_highlighter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix editing of some properties in `CodeHighlighter`A Thousand Ships2024-09-241-2/+0
* Fix uint's suffix is not highlighted in text shader editorjsjtxietian2024-05-031-1/+5
* Rename internal is_ascii_char to is_ascii_alphabet_charAaron Franke2024-04-201-1/+1
* Connect `CodeHighlighter` with `TextEdit` without friend-accessYuri Sizov2023-09-191-1/+1
* Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-1/+1
* Make SyntaxHighlighter::get_text_edit a const function3deathtoll2023-04-071-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-11/+3
* Improvments for SyntaxHighlightersPaulb232022-01-151-10/+38
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Restore syntax highlightingkobewi2021-08-231-1/+3
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-16/+8
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* Optimize StringName usagereduz2021-07-181-1/+1
* doc: Don't bind argument names with p_ prefixRémi Verschelde2021-02-041-6/+6
* Make SyntaxHighligher::_clear_highlighting_cache virtualGeorge Marques2021-02-041-2/+1
* Removed duplicated binding of two methodsGeorge Marques2021-02-041-2/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Switch from recursion to iterative for backfilling colour regionsPaulb232020-10-031-0/+7
* Changed line_edited_from(from) to lines_edit_from(from, to)Paulb232020-09-101-4/+4
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-4/+4
* Fix color region end key seach and start key orderPaulb232020-08-221-13/+16
* Fix colour region continuation over blank lines, issue 41120Paulb232020-08-081-0/+4
* Fixed shader editor comment highlightingBrian Semrau2020-07-281-1/+1
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-23/+566
* Expose Syntax highlighter for editor pluginsPaulb232020-07-111-0/+9
* Convert syntax highlighters into a resourcePaulb232020-07-111-0/+77