Commit History

Author SHA1 Message Date
  kobewi df5655fdca Highlight ^NodePath and &StringName differently 3 years ago
  George Marques eba3e0a9fc GDScript: Support `%` in shorthand for `get_node` 3 years ago
  reduz 8b7c7f5a75 Add a new HashMap implementation 3 years ago
  Hendrik Brucker b396fd4eef Improve compilation speed (forward declarations/includes cleanup) 3 years ago
  bruvzg 244db37508 Cleanup and move char functions to the `char_utils.h` header. 3 years ago
  Anilforextra adbe948bda String: Add contains(). 3 years ago
  Paulb23 fffeecfd68 Improvments for SyntaxHighlighters 4 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 years ago
  Nathan Franke 49403cbfa0 Replace String comparisons with "", String() to is_empty() 3 years ago
  Gordon MacPherson 1881b3adc5 Improve GDScript Editor and Improve latency 4 years ago
  Lyuma 31f790299c Use OrderedHashMap for autoloads to preserve order 4 years ago
  reduz 3682978aee Replace BIND_VMETHOD by new GDVIRTUAL syntax 4 years ago
  Max Hilbrunner 5161c97c9c Remove underscore hacks 4 years ago
  Paulb23 bcfc591f86 Reorganise text editor settings 4 years ago
  Rémi Verschelde ac3322b0af Use const references where possible for List range iterators 4 years ago
  Aaron Franke 4e6efd1b07 Use C++ iterators for Lists in many situations 4 years ago
  reduz 6631f66c2a Optimize StringName usage 4 years ago
  Lightning_A e28fd07b2b Rename `instance()`->`instantiate()` when it's a verb 4 years ago
  Hugo Locurcio 32e97cb805 Highlight annotations in the GDScript syntax highlighter 4 years ago
  Hugo Locurcio 1704be0a44 Rename the bundled text editor themes for consistency with themes 4 years ago
  Hugo Locurcio e905e8f145 Highlight control flow keywords with a different color 4 years ago
  Lucas Van Mol 749d0c708c Fix highlight color for class attributes that are also keywords 4 years ago
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 years ago
  Paulb23 ee4a1c99a7 Switch from recursion to iterative for backfilling colour regions 4 years ago
  bruvzg 80b8eff6aa [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. 5 years ago
  Paulb23 6cdcdbc242 Fix color region end key seach and start key order 5 years ago
  Paulb23 5cf2cf8646 Fix colour region continuation over blank lines, issue 41120 5 years ago
  George Marques 5d6e853806 New GDScript tokenizer and parser 5 years ago
  Paulb23 bc4cee4458 Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter 5 years ago
  Paulb23 156daddaaf Expose Syntax highlighter for editor plugins 5 years ago