Commit Graph

98 Commits

Author SHA1 Message Date
Sebastian Wilzbach 773930e475 Make the test_runner more stable on the Project Tester 2018-04-29 20:16:25 +02:00
Basile Burg 5a8b2f7838 fix #382 - No completion when current string is a keyword 2018-04-25 00:03:45 +02:00
Basile Burg b66516debb fix #405 - Case of calltip failure in aggregate 2018-04-24 10:57:32 +02:00
Basile Burg 6921eb235b fix #460 - `super` dot completion is wrong 2018-04-23 14:38:23 +02:00
Basile Burg 11ca3b44b9 fix #453 - failure in incomplete switch 2018-04-01 23:35:10 +02:00
skl131313 9b1a2c2b9d #455 delay starting server after shutdown 2018-03-25 21:57:58 -04:00
The Dlang Bot f5180ddb9d
Merge pull request #454 from BBasile/opaque_templatized_structs
fix #441 - Add a regression test for opaque templatized structs
merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
2018-03-24 05:45:36 +01:00
Basile Burg bc5715eee9 fix #441 - Add a regression test for opaque templatized structs 2018-03-24 05:35:33 +01:00
Jan Jurzitza a02639a44a auto generate documentation in constants.d from dd files (#430)
* make constant.d auto generate from .dd files (fix #428)

* added isDeprecated to constants.d

* add isDeprecated to expected keywords in traits test

* make traits message BARELY FIT into the response buffer

because who wants to increase the message buffer anyway? I certainly don't and this seems like a much better solution long term /s

* undo apply dfmt on constants.d

* use startsWith & canFind with multiple needles

* made completion have dynamic ddoc as input

* Remove debug pragma msg from constants.d

* Move message buffer to heap, increase size to 1MB

* made traits & pragma ddoc generation separate tool
2018-03-24 05:24:29 +01:00
Basile Burg 7e70c26faa fix #442 - Prevent crash when cursor is in the middle of a UTF sequence 2018-02-24 12:58:38 +01:00
BBasile 02a5f40954 fix #426 - Full output mode breaks `__traits` completion (#427)
* fix #426 - Full output mode breaks `__traits` completion

* Add constant completion for the new isDisabled trait
2018-01-23 07:42:26 +01:00
WebFreak001 ab529606a4 Change --full to --extended 2017-11-30 23:15:31 +01:00
WebFreak001 172d45ce81 Added --full output mode
This will send symbol location & documentation along with completions and calltips

partly #20, fix #96, fix #269
2017-11-25 00:24:39 +01:00
The Dlang Bot 26b46a0735 Merge pull request #413 from WebFreak001/skip-fix
Fix calltips often reporting wrong functions
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2017-09-19 07:36:10 +02:00
WebFreak001 3d5ec1fe60 Use tabs everywhere
For a more consistent code style. I also found a segfault case in tc045 which needs to be investigated
2017-08-24 21:56:22 +02:00
WebFreak001 fa81ad2d59 Merge duplicate implementations of skip in server
+ some code duplication removal
2017-08-24 21:31:40 +02:00
Basile Burg 2a86a6aad5
fix, completion broken after AA lit 2017-08-24 11:26:19 +02:00
Basile Burg ef0c7cc2f5
array proposals, remove "sort" and "reverse" 2017-08-04 00:16:24 +02:00
Basile Burg cbcc6faac3 fix #400 - handle completion for auto bools 2017-07-20 14:32:45 +03:00
Basile Burg addda02c43
fix #323 - no completion in foreach with index in the ForeachTypeList 2017-06-28 21:23:31 +02:00
Basile Burg 0dba456abd
fix #389 - No completion on auto slices 2017-06-28 06:31:08 +02:00
Basile Burg 1ab8a8ec08
find local usage of symbol located at cursor
(partially based on unmainted PR 202)
2017-06-16 13:58:06 +02:00
Basile Burg 9b06e92b57
fix #386 - No ddoc hints for the unions 2017-06-13 10:48:10 +02:00
Basile Burg 21a0c2554f Merge pull request #366 from skl131313/issue343
Fix issue 353: single template arg not recognized.
2017-06-11 21:34:05 +02:00
skl131313 4498c212dd Add check to ensure server running after test is executed. 2017-05-14 19:56:51 -04:00
Basile Burg 224ed55474
fixup #369, dot completion broken in bodies
+ handle templatized UDAs
2017-04-09 06:04:08 +02:00
Basile Burg cc481193c8
fixup #369, completion after calltip broke other features 2017-04-08 19:59:37 +02:00
Basile Burg cb2074a152
prevent a range error, close #368 2017-04-07 17:40:29 +02:00
Brian Schott 4998a3c441 Merge pull request #367 from BBasile/issue-344
fix #344, It doesn't determine type of element of array declared by auto
2017-04-05 15:28:53 -07:00
Basile Burg 07c460c061
fix #369, No completion after UDA 2017-03-26 21:08:49 +02:00
Basile Burg c227fca579
fix #344 2017-03-26 21:07:56 +02:00
sprinkle131313 6c04abc3f1 Fix issue 353: single template arg not recognized. 2017-03-11 02:19:43 -05:00
Hackerpilot 7cee649587 Fix #304 2017-03-08 17:22:40 -08:00
Hackerpilot 5832c0a538 Fix #362 2017-03-08 15:59:47 -08:00
Hackerpilot 974882fd74 Fix #360 2017-03-08 15:20:18 -08:00
Hackerpilot 83454f10f4 Fix test case for #354 2016-12-12 17:22:35 -08:00
Hackerpilot 462da68c64 Fix #354 2016-12-12 16:46:44 -08:00
Brian Schott 58da3c7e8c Merge pull request #348 from BBasile/ignore-dittos
remove dittos from the results of the ddoc query, close #325
2016-09-19 11:31:11 -07:00
Basile Burg dffaf8d75e
remove dittos from the results of the ddoc query, close #325 2016-09-19 16:27:33 +02:00
Hackerpilot 8d8989bfb0 Check in regression tests for #349 and #347 2016-09-14 15:20:20 -07:00
Hackerpilot 4fbc58949b #347 2016-09-12 15:23:06 -07:00
Hackerpilot 10374061ea Fix crash 2016-08-15 03:46:33 -07:00
Hackerpilot 05873e1567 Fix #341 2016-08-02 01:44:44 -07:00
antlord ab82590bb6 tests have been corrected 2016-07-30 22:53:04 +08:00
antlord 44bcaf46f7 Fixed determination of type of array identified by auto 2016-07-29 03:27:02 +08:00
Hackerpilot 2d02a7f01e Fix test 2016-07-11 14:41:33 -07:00
Hackerpilot b16bee1252 Fix #336 2016-07-11 14:36:59 -07:00
Brian Schott 923535ef94 Merge pull request #328 from WebFreak001/master
Added support for single files as import paths (fix #278)
2016-06-30 18:04:38 -07:00
WebFreak001 27009fca68 Fixed module names in tc036 2016-06-09 18:01:34 +02:00
WebFreak001 d06d0f891f Updated dsymbol submodule & updated tests accordingly 2016-06-09 01:58:37 +02:00