Francois Belair
|
66f1b4bf66
Prevent LSP adding signal func to non GDScripts
|
3 years ago |
Aaron Franke
|
6772ebcea0
Move the docs for constructors and operators out of methods section
|
3 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
Francois Belair
|
7468dd65a5
Make LSP report _init instead of Object::new
|
3 years ago |
Rémi Verschelde
|
14dcb97556
Merge pull request #50378 from Razoric480/apply-edit-40
|
3 years ago |
Francois Belair
|
070d634966
Fix LSP completion crashing on scene-less scripts
|
4 years ago |
Francois Belair
|
03f8fa9f62
Fix LSP parsing get_node only from the scene root
|
4 years ago |
Rémi Verschelde
|
a544e77822
Merge pull request #51247 from pycbouh/docs-extract-theme-items
|
4 years ago |
Rémi Verschelde
|
73b1f5ac79
Merge pull request #48615 from Razoric480/lsp-rename
|
4 years ago |
Yuri Sizov
|
bf2839ea3e
Add theme item descriptions to the online documentation
|
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 |
Francois Belair
|
7c5335081c
Implement didSave notification and rename request
|
4 years ago |
Francois Belair
|
9a8421aa05
Implement applyEdit in LSP for signal connecting
|
4 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 years ago |
Francois Belair
|
a56c2e459b
Translate file path to URI on LSP symbol requests
|
4 years ago |
Francois Belair
|
39f7408ccb
Implement LSP didDeleteFiles & make parser aware of sub-nodes
|
4 years ago |
Aaron Franke
|
e829b7aee4
Unify URI encoding/decoding and add to C#
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
Thakee Nathees
|
42bfa16996
Refactor DocData into core and editor (DocTools) parts
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
George Marques
|
b6a2628c48
Reenable GDScript LSP server
|
5 years ago |
George Marques
|
5d6e853806
New GDScript tokenizer and parser
|
5 years ago |
Rémi Verschelde
|
e34f33711b
GDScript LSP: Fix crash in notify_client
|
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 |
Rémi Verschelde
|
e956e80c1f
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rémi Verschelde
|
7579a792be
Merge pull request #36683 from rafaeldelboni/master
|
5 years ago |