Thaddeus Crews
|
21fd4faf1b
Merge pull request #107469 from Ivorforce/vector-localvector-explicit-span-conversions
|
1 week ago |
kobewi
|
d61a337a70
Improve usage of String.split() vs get_slice()
|
2 years ago |
Lukas Tenbrink
|
abe3b481ae
Make conversions from `LocalVector` to `Vector` explicit.
|
4 months ago |
A Thousand Ships
|
f11aff3841
Editor: Restructure editor code
|
4 months ago |
Thaddeus Crews
|
9b22b41531
Merge pull request #105087 from HolonProduction/lsp-annotations
|
3 months ago |
HolonProduction
|
d55883b4b1
LSP: Fix file URI handling + warn about workspace project mismatch
|
6 months ago |
HolonProduction
|
76c852f605
LSP: Extract annotations from `EditorHelp`
|
6 months ago |
Lukas Tenbrink
|
e2931a5c19
Make conversions from `NodePath` to `String` explicit.
|
4 months ago |
Thaddeus Crews
|
579feb387c
Core: Add `[[nodiscard]]` to string-like classes
|
1 year ago |
loki7
|
23a2481abc
Fix LSP not returning expected localization for API docs.
|
6 months ago |
Pāvels Nadtočajevs
|
9abe2e5294
Add `uri_file_decode` to handle `+` in file names.
|
6 months ago |
HolonProduction
|
e2c3731cdd
JSONRPC: Require manual method registration
|
6 months ago |
Yyf2333
|
22b5ec17fb
Using iterator pattern instead of List::Element *.
|
8 months ago |
Thaddeus Crews
|
1cb3cfaa8e
Style: Convert namespaces to PascalCase
|
7 months ago |
A Thousand Ships
|
331a43a9d8
Add `String::remove_char(s)` methods for performance and convenience
|
1 year ago |
A Thousand Ships
|
a1846b27ea
Improve use of `Ref.is_null/valid`
|
1 year ago |
Danil Alexeev
|
80d11500b5
Code Editor: Add documentation tooltips
|
10 months ago |
A Thousand Ships
|
a0dbdcc3ab
Replace `find` with `contains/has` where applicable
|
1 year ago |
A Thousand Ships
|
955d5affa8
Reduce and prevent unnecessary random-access to `List`
|
1 year ago |
R. Alex Hofer
|
2452176990
Have GDScriptWorkspace::list_script_files respect .gdignore.
|
1 year ago |
Danil Alexeev
|
8ffc50ee8c
GDScript: Canonicalize script path in FQCN
|
1 year ago |
Danil Alexeev
|
a2e3e31e80
GDScript: Fix extension comparison for exported scripts
|
1 year ago |
BooksBaum
|
0202a36a7a
Language Server: Improve hovered symbol resolution, fix renaming bugs, implement reference lookup
|
2 years ago |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 years ago |
Adam Scott
|
10fe6f14bb
Fix GDScript LSP variable rename
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
3 years ago |
Lamia
|
2ff69d6181
fix: add uri_decode to root_uri #63388
|
3 years ago |
Aaron Franke
|
10a56981dc
Rename String `plus_file` to `path_join`
|
3 years ago |
Lamia
|
42a16ef76e
fix: modifies workspace->root_uri so that p_uri is symmetrical to other operating systems. #63388
|
3 years ago |