Commit Graph

190 Commits

Author SHA1 Message Date
Hackerpilot b16ad1ef27 Workaround for compiler segfault in 2.064.2 2014-01-21 14:26:45 -08:00
Hackerpilot 0719cf83b2 Updated lexer from DScanner 2014-01-20 20:53:27 -08:00
Hackerpilot 225b10a528 Doc and build script updates 2014-01-20 04:32:06 -08:00
Hackerpilot 87056b0c58 Finally implement #22 2014-01-20 04:12:37 -08:00
Hackerpilot 3c326a3f82 Updated DScanner and msgpack-d 2014-01-19 23:47:23 -08:00
Hackerpilot fe1032cb11 Merge branch 'master' of https://github.com/Hackerpilot/DCD 2014-01-19 22:59:30 -08:00
Hackerpilot d554c33971 Update Lumen to fix #87 2014-01-19 22:59:18 -08:00
Hackerpilot 97ccfc310f Update README.md
Fix #86
2014-01-19 22:14:00 -08:00
Hackerpilot 64f9be0e53 This fixes everything... Would you believe issue #86? 2014-01-19 22:12:25 -08:00
Hackerpilot 64dab8293a Fixed submodules 2014-01-17 11:31:32 -08:00
Hackerpilot 3de79c81da Doc updates 2014-01-14 01:50:50 +00:00
Hackerpilot 48bd1bf9d5 Converted DCD to the new DScanner 2014-01-14 01:02:02 +00:00
Hackerpilot 5617530362 Merge pull request #83 from someboddy/vim-plugin_add-paren-analysis-to-determine-if-need-to-add-closing-paren
Add paren analysis to determine if need to add closing paren
2013-11-27 12:38:00 -08:00
IdanArye fc82e5910a Add paren analysis to determine if need to add closing paren
See https://github.com/Hackerpilot/DCD/issues/75#issuecomment-28964235
2013-11-27 21:45:55 +02:00
Hackerpilot 2ed72ea67d Update DScanner submodule to fix #82 2013-11-19 11:09:19 -08:00
Hackerpilot 7016a2ba59 Merge pull request #81 from someboddy/fix_75_vim-plugin-doesnt-work
fixes 75
2013-11-18 16:44:52 -08:00
IdanArye 129c746746 fixes 75
Fixed the problem with `identifiers` calls - the byte position
calculation was off.
2013-11-19 01:36:23 +02:00
Hackerpilot d35911a9fb Fix issue with autocompletion after scope statements 2013-11-17 02:00:47 +00:00
Hackerpilot f47b7c75c0 whitespace 2013-11-17 00:05:43 +00:00
Hackerpilot f20e959fc5 Added workaround for malformed function declarations 2013-11-16 23:42:16 +00:00
Hackerpilot 9c0626e154 Fix #80 2013-11-16 23:40:47 +00:00
Hackerpilot 53f9345555 Log the name, not the address 2013-11-15 15:47:35 -08:00
Hackerpilot 462e8f5ac4 Fix issue with declarations in braces being missed by AST converter 2013-11-15 15:20:11 -08:00
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