Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · development
core
Browse files
Jan 02, 2018
Fix multiple bonusses being applied when reference text occurred more than once
· 3f91d8e3
Gert
authored
Jan 02, 2018
3f91d8e3
Make fuzzy matching stricter towards replacements
· 27af9e46
Gert
authored
Jan 02, 2018
27af9e46
Fix incorrect service name
· 205fc0e3
Gert
authored
Jan 02, 2018
205fc0e3
Jan 01, 2018
Implement autocompletion for PHP superglobals
· 8a7e00ea
Gert
authored
Jan 01, 2018
8a7e00ea
Fix cancel requests being handled after the request to cancel (too late)
· 1bb22dbc
Gert
authored
Jan 01, 2018
1bb22dbc
Mark class final
· 5f9cd2bd
Gert
authored
Jan 01, 2018
5f9cd2bd
Prune cancelled requests after they have been actually cancelled
· 404b12c4
Gert
authored
Jan 01, 2018
404b12c4
Fix wrong request being cancelled
· 7497567d
Gert
authored
Jan 01, 2018
7497567d
Remove unused imports
· 7b4b4df3
Gert
authored
Jan 01, 2018
7b4b4df3
Update CHANGELOG
· 66202373
Gert
authored
Jan 01, 2018
66202373
Update CHANGELOG
· 6a6a0840
Gert
authored
Jan 01, 2018
6a6a0840
Update CHANGELOG
· 6e425695
Gert
authored
Jan 01, 2018
6e425695
Update CHANGELOG
· 95120de4
Gert
authored
Jan 01, 2018
95120de4
Implement request cancellation via new CancelRequest command
· 73aff6ee
Gert
authored
Jan 01, 2018
73aff6ee
Implement autocompletion of function/method parameter names
· ac3bac9a
Gert
authored
Jan 01, 2018
ac3bac9a
Dec 31, 2017
Refactor away duplicate type-related code in autocompletion providers
· 0c46f5f7
Gert
authored
Dec 31, 2017
0c46f5f7
Refactor duplicate code in function-related autocompletion providers
· 63db5a42
Gert
authored
Dec 31, 2017
63db5a42
Generate textEdit for classlike autocompletion suggestions
· 8d3dd81d
Gert
authored
Dec 31, 2017
8d3dd81d
Fix method comment description
· e7a6ba8d
Gert
authored
Dec 31, 2017
e7a6ba8d
Fix semicolon not being treated as autocompletion prefix boundary
· af100578
Gert
authored
Dec 31, 2017
af100578
Dec 30, 2017
Fix autocompletion when semicolon delimiter was not present
· 5af4afa9
Gert
authored
Dec 30, 2017
5af4afa9
Allow more member suggestions than 15 results per provider
· 9cc920c1
Gert
authored
Dec 30, 2017
9cc920c1
Dec 29, 2017
Don't return global autocompletion suggestions for empty prefix
· c6d68660
Gert
authored
Dec 29, 2017
c6d68660
Fix comma not acting as autocompletion prefix delimiter
· 7ce523b0
Gert
authored
Dec 29, 2017
7ce523b0
Fix various wrong types of autocompletion suggestions after static property fetches
· 3981fcc9
Gert
authored
Dec 29, 2017
3981fcc9
Remove unused import
· bf084883
Gert
authored
Dec 29, 2017
bf084883
Tweak applicability of autocompletion providers a bit
· 0a41e0c2
Gert
authored
Dec 29, 2017
0a41e0c2
Fix incorrect start of nested function signature help in test
· 9d6adaa9
Gert
authored
Dec 29, 2017
9d6adaa9
Dec 28, 2017
Fix comparison for same instance instead of just data equality in test
· d0224721
Gert
authored
Dec 28, 2017
d0224721
Use docblock inheritance
· ba4b0aa9
Gert
authored
Dec 28, 2017
ba4b0aa9
Fix cyclic references never being cleaned up in tests causing CI to fail
· 12f780f9
Gert
authored
Dec 28, 2017
12f780f9
Fix tests
· adb67f64
Gert
authored
Dec 28, 2017
adb67f64
Fix CI failing due to insufficient memory whilst running unit tests
· b6229c95
Gert
authored
Dec 28, 2017
b6229c95
Fix modified files being repeatedly requeued for indexing even if content did not change
· 988ff006
Gert
authored
Dec 28, 2017
988ff006
Fix substring favoring corner cases in autocompletion
· ee45d54a
Gert
authored
Dec 28, 2017
ee45d54a
Score suggestions with substring matches more favorably in autocompletion
· afe756e2
Gert
authored
Dec 28, 2017
afe756e2
Optimize away approximate string matching case where parameters match
· 8e40b432
Gert
authored
Dec 28, 2017
8e40b432
Remove iterator_to_array with array as argument in AutocompleteCommand
· 446f94f7
Gert
authored
Dec 28, 2017
446f94f7
Disable circular reference collection to improve autocompletion performance
· 2d23599b
Gert
authored
Dec 28, 2017
2d23599b
Split off Bootstrap.php from Main.php to make tests use same configuration
· e21db08b
Gert
authored
Dec 28, 2017
e21db08b
Loading