Commit History

Author SHA1 Message Date
  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
  Paulb23 2f1080be9b Convert syntax highlighters into a resource 5 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  Juan Linietsky 441f1a5fe9 Popups are now windows also (broken!) 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Hugo Locurcio 621bafb948 Tweak the default function definition color when using a dark theme 5 years ago
  Bojidar Marinov db89fef8fa Highlight singletons and class_names in GDScript 5 years ago
  Hugo Locurcio 28d3a6051c Use base `Color()` constructors instead of `Color::html()` 6 years ago
  Rémi Verschelde 36591b1ae8 Merge pull request #28416 from JellyWX/binary-literals 6 years ago
  hbina085 f78baa5f93 added a const keyword for a methods that return constant literal... 6 years ago
  jude-lafitteIII d3cc9c0bf1 Support for binary literals in GDScript. Added an error that shows if a point is written in a hex literal. Added highlighting for binary literals in GDScript 6 years ago
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 years ago
  Paulb23 49dc1ec749 Fix types highlighting outside of function args and var declarations, issues 22029,21638 6 years ago
  Rémi Verschelde 62ecb44035 Fix warning about functions defined but not used [-Wunused-function] 7 years ago
  Paulb23 f051f5110e Fixed scientific notaion not highlighting correctly, issue 21435 7 years ago
  George Marques 95351ac867 Add syntax highlighting to type hints 7 years ago
  Paulb23 08c036b706 Removed duplicate default colours and removed GDScriptHighligher colours from main editor. 7 years ago
  Paulb23 adeed58477 Added GDScript NodePath highlighting 7 years ago
  Paulb23 4cd16f6ba9 Added GDScript function definition highlighting 7 years ago
  Paulb23 28dfc7f915 GDScript highlighter now remembers previous state 7 years ago
  Paulb23 c3d93edf3d Exclude GDScriptSyntaxHighlighter from non-tool builds 7 years ago