Logan Detrick
|
247520b348
Add missing dictionary and array type hints
|
2 months ago |
Yufeng Ying
|
bebe037abf
Add ConstIterator to Dictionary.
|
4 months ago |
A Thousand Ships
|
466590d0ec
Use `get_slicec` instead of `get_slice` for single character splitters
|
8 months ago |
Pāvels Nadtočajevs
|
7da0767f35
[TextEdit] Update syntax highlighting when IME composition string is updated.
|
5 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.
|
5 months ago |
bruvzg
|
3be46a69c4
Fix uppercase B and X parsing in the integer literals.
|
5 months ago |
Yufeng Ying
|
73d85f46c9
Remove unused headers in scene.
|
7 months ago |
A Thousand Ships
|
68f638cf02
Use `(r)find_char` instead of `(r)find` for single characters
|
8 months ago |
A Thousand Ships
|
56f095296c
Fix editing of some properties in `CodeHighlighter`
|
10 months ago |
jsjtxietian
|
b851514b10
Fix uint's suffix is not highlighted in text shader editor
|
1 year ago |
Aaron Franke
|
b1f5e9fe3a
Rename internal is_ascii_char to is_ascii_alphabet_char
|
1 year ago |
Yuri Sizov
|
fee1fb8290
Connect `CodeHighlighter` with `TextEdit` without friend-access
|
1 year ago |
Yuri Sizov
|
fe000277ea
Bind remaining theme properties to their respective classes
|
1 year ago |
3deathtoll
|
3841c4a4b4
Make SyntaxHighlighter::get_text_edit a const function
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Markus Sauermann
|
3b14f0334c
Remove redundant Variant-types initializations
|
2 years ago |
bruvzg
|
244db37508
Cleanup and move char functions to the `char_utils.h` header.
|
3 years ago |
Paulb23
|
fffeecfd68
Improvments for SyntaxHighlighters
|
3 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 |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 years ago |
kobewi
|
7939ad5b8c
Restore syntax highlighting
|
3 years ago |
reduz
|
3682978aee
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
3 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 |
Rémi Verschelde
|
69152af45d
doc: Don't bind argument names with p_ prefix
|
4 years ago |
George Marques
|
3f4d60616e
Make SyntaxHighligher::_clear_highlighting_cache virtual
|
4 years ago |
George Marques
|
bcf1617755
Removed duplicated binding of two methods
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |