index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
language_server
/
gdscript_text_document.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GDExtension support to Script
reduz
2022-03-27
1
-12
/
+14
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Remove extraneous return to LSP
Francois Belair
2021-12-07
1
-3
/
+0
*
Fix empty line hover; fix open non-res:// script
Francois Belair
2021-10-01
1
-0
/
+3
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-2
/
+2
*
Style: Cleanup code using `text_editor/completion/use_single_quotes`
Rémi Verschelde
2021-08-13
1
-2
/
+2
*
Fix LSP completion crashing on scene-less scripts
Francois Belair
2021-08-06
1
-3
/
+7
*
Merge pull request #48615 from Razoric480/lsp-rename
Rémi Verschelde
2021-08-05
1
-0
/
+28
|
\
|
*
Implement didSave notification and rename request
Francois Belair
2021-07-17
1
-0
/
+28
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-8
/
+7
*
|
Optimize StringName usage
reduz
2021-07-18
1
-2
/
+2
|
/
*
Implement didClose notification in LSP
Francois Belair
2021-07-08
1
-0
/
+6
*
Make LSP update the filesystem of changed scripts
Francois Belair
2021-04-14
1
-0
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-4
/
+4
*
GDScript LSP: Fix crash in notify_client
Rémi Verschelde
2020-06-08
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-17
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-1
/
+3
*
Fix hover symbol content position
geequlim
2020-02-12
1
-0
/
+2
*
LSP: Fix bracket completion for functions with one argument
Geequlim
2020-01-10
1
-1
/
+1
*
GDScript LSP: Implement signatureHelp
geequlim
2020-01-09
1
-0
/
+15
*
GDScript LSP: Implement goto declaration
geequlim
2020-01-04
1
-54
/
+67
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
1
-2
/
+0
*
Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...
geequlim
2019-10-04
1
-1
/
+22
*
Fix enumeration value of SymbolKind.
geequlim
2019-10-04
1
-24
/
+28
*
Implement DocumentLink of GDScript LSP Server
geequlim
2019-10-03
1
-2
/
+11
*
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
1
-2
/
+2
*
Improve code compeletion for virtual methods with signatures
geequlim
2019-08-11
1
-1
/
+1
*
Add optional goto definition support for native symbols
geequlim
2019-08-11
1
-6
/
+38
*
Add generate script api to dictionary support
Geequlim
2019-08-11
1
-15
/
+15
*
Improve symbol resolve for inner classes
Geequlim
2019-08-11
1
-8
/
+14
*
Improved performance for completion and symbol resolvation.
Geequlim
2019-08-11
1
-55
/
+88
*
Add optional smart resolve sulotion
geequlim
2019-08-11
1
-48
/
+136
*
Add a symbol pool to cache all native symbols and workspackes symbols.
geequlim
2019-08-11
1
-1
/
+56
*
Add GDScript Language Protocol plugin
geequlim
2019-08-11
1
-0
/
+177