summaryrefslogtreecommitdiff
path: root/scene/resources/syntax_highlighter.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-01-15Improvments for SyntaxHighlightersPaulb23
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-08-23Restore syntax highlightingkobewi
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-02-04doc: Don't bind argument names with p_ prefixRémi Verschelde
2021-02-04Make SyntaxHighligher::_clear_highlighting_cache virtualGeorge Marques
2021-02-04Removed duplicated binding of two methodsGeorge Marques
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-03Switch from recursion to iterative for backfilling colour regionsPaulb23
2020-09-10Changed line_edited_from(from) to lines_edit_from(from, to)Paulb23
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-22Fix color region end key seach and start key orderPaulb23
2020-08-08Fix colour region continuation over blank lines, issue 41120Paulb23
2020-07-28Fixed shader editor comment highlightingBrian Semrau
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Expose Syntax highlighter for editor pluginsPaulb23
2020-07-11Convert syntax highlighters into a resourcePaulb23