Commit Graph

167 Commits

Author SHA1 Message Date
Hackerpilot be96a87cc7 Merge pull request #77 from Kelet/master
Put temporary file in %TEMP% on Windows
2013-11-09 12:50:42 -08:00
Kelet 2b48e8de7d Put temporary file in %TEMP% on Windows
May potentially fix issue 76, as the filenames returned by os.tmpname()
were going into my C drive root directory due to the \ in the front.
I suspect that some people may not have user permissions to read/write
to the root of their C drive. I don't know why os.tmpname() does not
give a file in %TEMP% on Windows like it does on Linux. Maybe it's a
bug.
2013-11-09 13:12:55 -05:00
Hackerpilot c3eaeafad1 Fix #73 2013-11-07 14:59:59 -08:00
Hackerpilot 9971f08513 Merge branch 'master' of https://github.com/Hackerpilot/DCD
Conflicts:
	README.md
2013-11-07 14:03:21 -08:00
Hackerpilot 5a674988e8 Fix #72 2013-11-07 14:02:19 -08:00
Hackerpilot 0016784407 Merge pull request #71 from Kelet/master
Close temporary file used in going to declaration
2013-11-07 13:44:07 -08:00
Kelet 22cceff7d5 Close temporary file used in going to declaration 2013-11-07 14:21:53 -05:00
Hackerpilot 623f4f060a Fixed markup in go-to-symbol example 2013-11-06 19:16:19 -08:00
Hackerpilot 5cba44be86 Windows! 2013-11-06 19:08:57 -08:00
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 073bb639a9 Fix #26 2013-11-06 15:58:53 -08:00
Hackerpilot 4b1bc4a283 Fix #66 and #65 2013-11-06 15:40:28 -08:00
Hackerpilot ba64604a55 #66 and partial resolution to constructor completion 2013-11-05 17:56:22 -08:00
Hackerpilot 55e8577067 #66 2013-11-05 14:38:37 +00:00
Hackerpilot 4c78e06ded DScanner update 2013-11-05 00:23:17 +00:00
Hackerpilot 52b919bd3a Fix #67 and update DScanner 2013-11-04 16:21:33 -08:00
Hackerpilot 4568dfd6cd Merge pull request #69 from Kelet/master
Fix issue 57, and fix file open without close
2013-11-04 10:22:00 -08:00
Kelet 49a6ed8f32 Fix issue 57, and fix file open without close
The TextAdept module should now work with TextAdept 7.0. A bug was also
fixed regarding the TextAdept plugin where a temporary file wasn't being
closed. On Windows, this resulted in an inability to delete the file
thus my C:\ directory was being spammed with undeleted temporary files.
2013-11-03 23:58:10 -05:00
Hackerpilot ed7a667ae4 Fix #64 2013-10-31 14:51:02 -07:00
Hackerpilot ff5c7a43e8 Fix #58 2013-10-29 23:16:13 -07:00
Hackerpilot 997a50158d Should fix #63 2013-10-29 23:12:44 -07:00
Hackerpilot 506573b493 Fix #11 2013-10-29 23:10:01 -07:00
Hackerpilot da48901dd0 #62 2013-10-29 21:16:13 -07:00
Hackerpilot 13ef990fa9 #62 2013-10-29 21:15:48 -07:00
Hackerpilot 80a99561d0 DScanner update 2013-10-29 20:55:50 -07:00
Hackerpilot 5911c2409c Dependency update 2013-10-29 20:39:45 -07:00
Hackerpilot 6b8d7ed48e Fix #61 2013-10-29 10:18:53 -07:00
Hackerpilot 06363028fe Merge pull request #59 from ncaq/master
Parser want new memory.
2013-10-28 23:08:15 -07:00
ncaq c976cdbf63 Parser is class.
Parser is not struct.
2013-10-29 07:06:13 +09:00
Hackerpilot 1d807075fd #26 2013-10-24 18:03:12 -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 2e6c978e78 Fixes #30 2013-10-18 12:28:17 -07:00
Hackerpilot e5784a8563 Fixes #30 2013-10-18 12:26:41 -07:00
Hackerpilot c8d755f743 Added struct and class properties to completions 2013-10-14 01:28:42 +00:00
Hackerpilot 7fd5fca74d Initial work on #26 2013-10-14 01:09:35 +00:00
Hackerpilot 2635ec5c60 Fixed partial completion 2013-10-14 01:03:20 +00:00
Hackerpilot f97add145d Fixed issue with 'this' not being present in struct bodies 2013-10-14 00:50:27 +00: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 6b432053f0 It compiles again 2013-10-12 19:46:47 +00:00
Hackerpilot 072932b6ff Work in progress 2013-10-12 12:34:14 -07:00
Hackerpilot e2be6948e9 0.2.0 development work 2013-10-09 02:16:11 -07:00
Hackerpilot 917fb5a913 Merge branch '0.2.0-dev' of https://github.com/Hackerpilot/DCD into 0.2.0-dev 2013-10-09 02:04:16 -07:00
Hackerpilot 8083e9a6d9 Create README.md 2013-10-02 23:31:18 -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
Hackerpilot d3272f4a6c Pull dscanner changes 2013-09-15 19:28:12 +00:00
Hackerpilot 6f504c4892 Fix #50 2013-09-15 19:08:20 +00:00