Commit Graph

814 Commits

Author SHA1 Message Date
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
Hackerpilot 6033b77ac6 fix #126 2014-05-20 04:26:01 +00:00
Hackerpilot 15e39c1f19 Fix #133 2014-05-20 04:13:16 +00:00
Hackerpilot 683aa87975 #131 2014-05-19 16:23:16 -07:00
Hackerpilot cf57888140 Now starts up in 800ms and uses 105MB memory on druntime+phobos 2014-05-18 11:00:54 +00:00
Hackerpilot ae91019ab4 Use string interning for a very nice speed boost 2014-05-18 01:59:02 -07:00
Hackerpilot 7eb952e0e5 Update dscanner 2014-05-13 14:40:31 -07:00
Hackerpilot 2d5d74186a Fix autocompletion response and fixed memory corruption on doc comments 2014-05-13 14:38:30 -07:00
Hackerpilot 0bbbb5bb60 Update Dscanner dependency 2014-05-10 03:05:32 -07:00
Hackerpilot 53e7fd01c6 Add containers library 2014-05-10 03:03:30 -07:00
Hackerpilot faa7fd4665 Fix bugs identified by unused variable warning 2014-05-10 03:03:21 -07:00
Hackerpilot 80e3ad1f57 Fix memory corruption 2014-05-10 03:02:34 -07:00
Hackerpilot 48981fbfaa Fix Windows build 2014-05-09 01:57:43 -07:00
Hackerpilot 970310702d Switch over to allocators from GC, dropping the memory usage by 70% 2014-05-09 00:35:35 -07:00
Hackerpilot 9e0ee133b5 Add containers submodule. Add man files 2014-05-09 00:33:32 -07:00
Hackerpilot cc0a91963a Fix #121 2014-03-19 15:02:05 -07:00
Hackerpilot 556a88e05d Fix #120 2014-03-19 14:53:32 -07:00
Hackerpilot 827fa4304e Merge pull request #118 from burner/patch-1
modulecache 32 bit
2014-03-05 19:37:07 -08:00
Robert Schadek 1dcc2ecfe2 modulecache 32 bit
cast needed, because on m32 ulong does not conv to uint automatically
2014-03-05 13:00:47 +01:00
Hackerpilot fc3ee906cb Dscanner update 2014-03-04 23:57:15 -08:00
Hackerpilot d3fc3c6e29 Almost forgot about Windows 2014-03-04 23:54:59 -08:00
Hackerpilot faf01fe893 Update DScanner 2014-03-04 23:43:58 -08:00
Hackerpilot 377d0021f0 Somehow #88 popped up again. This fixes it. 2014-03-04 23:43:42 -08:00
Hackerpilot 7ef92d2438 Update dscanner to fix issue with parameters not being visible inside their funciton scopes 2014-03-04 00:32:03 -08:00
Hackerpilot 280775baa2 Rather large refactoring 2014-03-03 23:55:48 -08:00
Hackerpilot 6b80fda116 Updated traits list for 2.065 2014-03-02 14:14:52 -08:00
Hackerpilot b9561e9f4f Always add object to the list of imported modules. This fixes #103 and a few bugs that should have been filed but were not 2014-02-09 16:14:39 -08:00
Hackerpilot 821ecf5105 Copy path field 2014-02-09 16:02:04 -08:00
Hackerpilot f52cb6ad2a Added documentation. Removed duplicated code from autocompletion module 2014-02-08 20:56:13 -08:00
Hackerpilot e6c03b6610 Drastic performance increase. Helps address #108 2014-02-07 01:15:49 -08:00
Hackerpilot 2a812d372b Fix #107 2014-02-02 20:30:17 -08:00
Hackerpilot 505718f4a5 Merge branch 'master' of https://github.com/Hackerpilot/DCD 2014-02-01 13:39:58 -08:00
Hackerpilot 29e23122af Fix #105 2014-02-01 13:39:44 -08:00
Hackerpilot 8b0b96868d Merge pull request #104 from someboddy/add-doc-and-symbol-location-support-to-vim-plugin
Add doc and symbol location support to vim plugin
2014-01-31 12:43:14 -08:00
IdanArye 1f7a9444e4 Added `--doc` and `--symbolLocation` support to the Vim plugin 2014-01-31 22:18:34 +02:00