Commit Graph

31 Commits

Author SHA1 Message Date
Hackerpilot 07c93758f7 Merge branch '0.2.0-dev'
Conflicts:
	acvisitor.d
	autocomplete.d
	dscanner
	server.d
2013-11-06 16:13:25 -08:00
Hackerpilot da48901dd0 #62 2013-10-29 21:16:13 -07:00
Hackerpilot 13ef990fa9 #62 2013-10-29 21:15:48 -07:00
Hackerpilot bb3b33b471 More work on go-to-location support 2013-10-21 23:30:58 -07:00
Hackerpilot ef85d2de5f More work on #26 2013-10-19 17:43:04 -07:00
Hackerpilot 93f3986d77 Removed broken connection filtering 2013-10-18 12:28:55 -07:00
Hackerpilot cc49cef4c7 Made some effort at reducing memory use. Implemented #54 2013-10-13 23:23:31 +00:00
Hackerpilot 41dbdaed4a More work on the new completion process. Fixed #55 2013-10-13 17:03:44 +00:00
Hackerpilot e2be6948e9 0.2.0 development work 2013-10-09 02:16:11 -07:00
Hackerpilot 7a0c685fd1 Merge pull request #47 from jacob-carlborg/osx
Add support for Mac OS X.
2013-09-16 00:35:30 -07:00
Hackerpilot 736701cab7 Fix #51 2013-09-15 21:26:15 +00:00
Jacob Carlborg a8585c8230 Print help text when the -h or --help flag is passed. 2013-09-15 16:11:13 +02:00
Jacob Carlborg 9c63681b91 Add support for Mac OS X. 2013-09-15 16:06:41 +02:00
Hackerpilot ebb608bba5 Fix #29 2013-09-14 19:55:52 +00:00
Hackerpilot 1b943fcab2 Update server.d
Fix #31
2013-09-02 22:55:05 -07:00
Hackerpilot 61ec081805 Issue #8: Must use binary popen to avoid CRLF screwing everything up. 2013-09-01 03:01:46 -07:00
Hackerpilot 8cc0f2546d Issue #8
Fixed configuration file parsing: byLine requires that the file be
opened in text mode to properly handle CRLF line endings. Added build
batch file.
2013-09-01 02:23:01 -07:00
Dylan Knutson d01050f316 On Windows, look for config in dcd.conf, on posix default to ~/.config/dcd 2013-08-18 17:24:02 -07:00
Hackerpilot ec0f7ff79f Fixed spaces -> tabs and a 32/64 bit issue 2013-08-18 16:53:29 +00:00
Hackerpilot 11465454d8 Basic support for inheritance. Import completion. Autocomplete now works with for and foreach 2013-08-16 23:51:23 +00:00
Hackerpilot bf3c7ba500 Autocomplete of enum members and handling of opSlice and opIndex 2013-08-11 17:39:26 +00:00
Hackerpilot fe11e9d359 Import directories are handled much better now 2013-08-11 14:38:56 +00:00
Hackerpilot 79afeb2538 Read import paths from configuration file instead of hard coding them 2013-08-11 01:16:48 +00:00
Hackerpilot 974d3dc3ba A lot of progress 2013-08-08 23:31:25 +00:00
Hackerpilot ffe8169ead Able to autocomplete some symbols from other modules now. Still crashes a lot 2013-08-08 02:40:15 +00:00
Hackerpilot 814dcbd26a Tons of hacking, but not necessarily tons of progress 2013-08-07 01:36:36 +00:00
Hackerpilot 267dbab208 Basic autocomplete for enums in current file works 2013-08-02 02:01:01 +00:00
Hackerpilot 29178522d3 Autocomplete extern(...) declarations 2013-07-27 03:13:34 +00:00
Hackerpilot 1f3042424c Decided on GPL3 for the project 2013-07-19 16:09:34 -07:00
Hackerpilot 2872990817 Basic proof of concept is working 2013-07-18 17:02:03 -07:00
Hackerpilot 6c69d8af49 Can sometimes autocomplete version, scope, and __traits 2013-07-16 23:57:41 -07:00