Commit Graph

79 Commits

Author SHA1 Message Date
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
WebFreak001 65ce171d2c Renamed test case to tc036 2016-06-05 12:31:08 +02:00
WebFreak001 6ecc8ffd7c Added test case 2016-06-05 02:33:07 +02:00
Vladimir Panteleev 07b240b686 autocomplete: Fix goto-declaration for import statements 2016-04-12 10:24:23 +00:00
Hackerpilot 396c3c3cf1 Fix secondary bug with doc display. #313 2016-03-27 22:01:06 -07:00
Basile Burg 080d9d667a fix #313 - ddoc, overloads sets broken 2016-03-26 18:56:21 +01:00
Vladimir Panteleev 9b4c862081 Fix issue #311 (Ambiguous newlines in --doc output) 2016-03-26 04:44:27 +02:00
Hackerpilot 78ba8a69bf Fix #289 2016-03-21 17:35:54 -07:00
Hackerpilot 8795b2697e Fix #299 2016-02-25 13:00:30 -08:00
Hackerpilot c6da941a82 Fix bug in libdparse that caused symbols to leak out of conditional declarations 2016-02-01 03:02:48 -08:00
Hackerpilot 5360944dfb Fix #290 2016-02-01 03:02:04 -08:00
Hackerpilot 17310a2830 Test case for #282 2016-01-25 18:47:13 -08:00
Hackerpilot d88ed636ba Update test case for new CLI options 2016-01-15 01:48:53 -08:00
Hackerpilot c2657cc534 Merge branch 'master' into unix-domain-sockets 2016-01-15 01:13:43 -08:00
Hackerpilot 3f5a1eaebf Fix #218 and update version to 0.7.5 2016-01-15 01:13:29 -08:00
Hackerpilot 83ab71cc26 Tests for #217 2016-01-15 00:49:24 -08:00
Hackerpilot 3fd5e4ee62 Fix #280 2016-01-10 23:22:28 -08:00
Hackerpilot b0bbefa48b Tests for doc comments 2016-01-07 21:10:19 -08:00
Hackerpilot 4c001b0727 Test case for #275 2016-01-06 01:08:55 -08:00
Hackerpilot 2a5dd5f738 Fix #263 2015-10-30 11:32:54 -07:00