Pāvels Nadtočajevs
|
7da0767f35
[TextEdit] Update syntax highlighting when IME composition string is updated.
|
6 months ago |
Pāvels Nadtočajevs
|
b50d9742c2
Fix `is_valid_float`, `Variant` parser, `Expression` parser, script highlighter, and `TextServer` not handing capital E in scientific notation.
|
6 months ago |
bruvzg
|
3be46a69c4
Fix uppercase B and X parsing in the integer literals.
|
6 months ago |
Thaddeus Crews
|
0f95e9f8e6
Merge pull request #100575 from Wierdox/improve_syntax_highlighting_for_shorthand_of_and_plus_bitwise_and_by_altering_string_name_highlighting
|
7 months ago |
Yufeng Ying
|
33817b186f
Remove unused header in drivers and modules.
|
7 months ago |
Wierdox
|
ed81a17e1e
Improve '&&' and '&' syntax highlighting by altering StringName highlighting
|
7 months ago |
Lukas Tenbrink
|
b5c31ebb41
Add contains_char() for single-character 'contains' calls.
|
8 months ago |
A Thousand Ships
|
68f638cf02
Use `(r)find_char` instead of `(r)find` for single characters
|
9 months ago |
HolonProduction
|
e999f11d53
GDScript: Don't highlight unexposed classes
|
10 months ago |
A Thousand Ships
|
dd6443193c
[Editor] Expose more editor settings to documentation
|
1 year ago |
A Thousand Ships
|
d519715d94
[Scene] Add `SceneStringNames::font(_size/_color)`
|
1 year ago |
Danil Alexeev
|
98dac9e39c
GDScript: Fix highlighting escapes in multiline raw strings
|
1 year ago |
Danil Alexeev
|
c45242578a
GDScript: Fix `for` expression is highlighted as type
|
1 year ago |
Danil Alexeev
|
a10241bfe4
GDScript: Fix type highlighting after whitespace
|
1 year ago |
Rémi Verschelde
|
a8cfd1436a
Merge pull request #86176 from dalexeev/gds-fix-type-highlighting
|
1 year ago |
Danil Alexeev
|
faebb0895f
GDScript: Highlight code region comments
|
1 year ago |
Yuri Sizov
|
45eedba1fa
Improve editor theme generation after the refactor
|
1 year ago |
Danil Alexeev
|
3a4a0c6b15
GDScript: Fix type highlighting
|
1 year ago |
Thaddeus Crews
|
5cf0d772bc
Change container_element_type to vector container
|
1 year ago |
Danil Alexeev
|
881fe67d94
Code Editor: Fix regression with using doc comments for code regions
|
1 year ago |
Danil Alexeev
|
de7cbe8789
Highlight doc comments in a different color
|
2 years ago |
Rémi Verschelde
|
1edf0f35b1
Merge pull request #82326 from adeneve/gdscript_dict_highlighter_fix
|
1 year ago |
Andrew de Neve
|
978fcaf1b4
Fix for gdscript_highlighter dictionaries as arguments
|
1 year ago |
Danil Alexeev
|
e750c59cf8
GDScript: Improve highlighting of types
|
1 year ago |
Danil Alexeev
|
2964c7d51c
GDScript: Add raw string literals (r-strings)
|
1 year ago |
MewPurPur
|
d3946242f4
Fix highlighting of hex numbers with separators
|
1 year ago |
Danil Alexeev
|
54231682ba
GDScript: Highlight comment markers (`TODO`, `FIXME`, etc.)
|
2 years ago |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 years ago |
VolTer
|
952703d921
Make GDScript number highlighting stricter
|
2 years ago |
Haoyu Qiu
|
5a283bdbcd
Allow unicode identifier in GDScript syntax highlighter
|
2 years ago |