Commit Graph

1098 Commits

Author SHA1 Message Date
Hackerpilot ff2694fc4d Revert "Revert "Revert "Don't pop up a command window on Windows"""
This reverts commit 6458d65bba811afa7d21b285b3a127682d4a4e6f.
2014-07-30 08:39:10 -07:00
Hackerpilot 430586501d Revert "Revert "Don't pop up a command window on Windows""
This reverts commit 40981700cd5b05d8bacfc170a72f39f28525a283.
2014-07-30 08:39:10 -07:00
Hackerpilot 9fa89934ab Revert "Don't pop up a command window on Windows"
This reverts commit 0ff231bc39.
2014-07-30 08:39:10 -07:00
Hackerpilot 80a5ca7560 Merge branch 'master' of https://github.com/Hackerpilot/DCD 2014-07-27 20:58:23 +00:00
Hackerpilot e12d0cea5a Fix doc comment 2014-07-23 18:31:27 -07:00
Brian Schott 44bee4cf29 Update README.md
D-Scanner hasn't provided auto-complete in ages...
2014-07-18 14:56:57 -07:00
Hackerpilot 65d5312994 Merge branch 'master' of https://github.com/Hackerpilot/DCD 2014-07-13 15:45:20 +00:00
Brian Schott 7d93600880 Merge pull request #145 from tsukimizake/master
Support struct call tip expansion and add error handler
2014-07-13 07:26:26 +00:00
tsukimizake fb06673ad3 Add struct call tip expansion and error handler 2014-07-13 14:53:45 +09:00
tsukimizake 4c6b5ab00d Update README.md
Update setup example and TODO
2014-07-13 14:49:09 +09:00
Brian Schott 3fc877a1be Update README.md 2014-07-11 12:56:58 -07:00
Hackerpilot fb46f25560 Merge branch 'master' of https://github.com/Hackerpilot/DCD 2014-07-11 18:51:48 +00:00
Hackerpilot cadc918d0e Update README 2014-07-10 14:56:08 -07:00
Hackerpilot c04700b41d Update README 2014-07-10 14:55:37 -07:00
Hackerpilot f17b25e1dc Fix autocompletion with alias this. Added struct constructor calltips to fix #113 2014-07-10 14:44:09 -07:00
Hackerpilot 1afdec1c63 Properly resolve symbols with the global-scope operator 2014-07-10 13:30:53 -07:00
Hackerpilot 74f93610c2 Fix #12 2014-07-09 17:06:56 -07:00
Hackerpilot 692b6bc261 Update build script to work with 2.066's linking changes 2014-07-07 10:32:25 -07:00
Hackerpilot 7eb11f936d Merge branch 'master' of https://github.com/Hackerpilot/DCD
Conflicts:
	modulecache.d
2014-07-07 08:06:58 +00:00
Brian Schott 71b3b5f890 Merge pull request #144 from tsukimizake/master
Update emacs integration
2014-07-04 22:13:31 +00:00
tsukimizake a6f18442d5 Bug fix
Fix bug of calltip expansion.
Fix bug of show document.
2014-07-04 20:33:46 +09:00
tsukimizake 21961bbc6f Add recommended package, update setup example 2014-07-04 20:31:23 +09:00
Hackerpilot 520ab33778 Merge branch 'master' of https://github.com/Hackerpilot/DCD 2014-06-26 12:45:06 -07:00
Hackerpilot 3aba4955e5 Use libdparse instead of dscanner 2014-06-26 12:44:51 -07:00
Brian Schott 6be4bfba95 Merge pull request #142 from tsukimizake/master
Update emacs integration, and some bug fix
2014-06-25 20:07:10 +00:00
tsukimizake 8c740965dc Goto definition support, bug fix 2014-06-25 19:16:05 +09:00
tsukimizake 337efaa303 Update README.md 2014-06-25 19:13:57 +09:00
Brian Schott c211552f0c Merge pull request #141 from tsukimizake/master
Update emacs integration
2014-06-24 19:27:59 +00:00
tsukimizake 6b8fcaad56 Update README.md 2014-06-24 20:05:57 +09:00
tsukimizake e8bf515769 complete calltips, show doc support 2014-06-24 19:57:35 +09:00
Hackerpilot 4f99f1746b Merge branch 'master' of https://github.com/Hackerpilot/DCD 2014-06-23 16:44:33 -07:00
Hackerpilot 07f0b05f80 Updated dependencies 2014-06-23 16:44:18 -07:00
Hackerpilot f36520ad82 Update TA module 2014-06-23 16:34:08 -07:00
Brian Schott 8fb6ce6d7d Merge pull request #139 from tsukimizake/master
Improved emacs integration
2014-06-18 17:34:26 +00:00
tsukimizake 7105345766 Update README.md
Fix setting example
2014-06-18 21:26:15 +09:00
tsukimizake 1af4592911 server starts automatically, user can configure port number, and so on. 2014-06-18 21:20:31 +09:00
Hackerpilot 0ff231bc39 Don't pop up a command window on Windows 2014-06-03 02:43:32 -07:00
Hackerpilot 7c2d21a40f Merge branch 'master' of https://github.com/Hackerpilot/DCD 2014-05-31 01:42:33 +00:00
Hackerpilot b64ac8be7a Merge pull request #137 from yazd/fixes116
Fixes #116: autocomplete modules/packages after import keyword directly
2014-05-30 16:52:41 +00:00
Yazan Dabain a0a6f2c517 Fixes #116: autocomplete modules/packages after import keyword directly 2014-05-30 11:27:44 +03:00
Hackerpilot 7101d7a64b Fix issues in the client. 2014-05-29 18:46:04 -07:00
Hackerpilot b516277b0a Improve completions for built-in types 2014-05-27 16:03:55 -07:00
Hackerpilot 4247cff0bd Fix infinite loop in autocompletion 2014-05-27 13:47:35 -07:00
Hackerpilot 059726b662 Allow -I to appear with other options. Fix #134 2014-05-27 11:48:17 -07:00
Hackerpilot 21576ca9a8 Update dscanner 2014-05-27 11:09:42 -07:00
Hackerpilot 7ed6d94a58 Fix memory corruption issue 2014-05-27 11:09:18 -07:00
Hackerpilot 1464c3f5ae Uncomment catching of exceptions. This should fix #135 2014-05-26 21:57:42 +00:00
Hackerpilot 629c8a7959 Update containers submodule to fix 32-bit build 2014-05-23 13:25:55 -07:00
Hackerpilot 29c79f0115 Update windows build script 2014-05-23 13:16:16 -07:00
Hackerpilot d9ee41c38a Fixed problems with constructor and opCall call tips and added opIndex call tips 2014-05-20 18:59:12 -07:00