Commit Graph

16 Commits

Author SHA1 Message Date
IdanArye ef7b4fab7b Deprecate the Vim plugin in favor of Dutyl 2014-08-15 01:32:56 +03:00
Brian Schott 44bee4cf29 Update README.md
D-Scanner hasn't provided auto-complete in ages...
2014-07-18 14:56:57 -07:00
Brian Schott 3fc877a1be Update README.md 2014-07-11 12:56:58 -07:00
IdanArye 1f7a9444e4 Added `--doc` and `--symbolLocation` support to the Vim plugin 2014-01-31 22:18:34 +02:00
IdanArye d6930becc6 Fixed a bug with completion of "free" identifiers.
Turn out that when doing autocomple, Vim temporarily erases the
completed part from the buffer lines, so when I'm trying to write to
buffer lines to a temporary file the get written without that part, and
DCD can't read it.

Worked around it by storing that line beforehand(in the first call to
the completion function) and resetting the buffer before writing it
to the temp file.
2014-01-31 21:51:26 +02: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 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
Brad Anderson 2efb9d8c74 Add Vundle and improve Windows instructions 2013-09-12 21:08:08 -06:00
IdanArye e07f437a9c Added a warning about a conflict between the Vim plugins of DCD and DScanner 2013-08-30 03:57:39 +03:00
IdanArye 94e43ada35 Added the clearCache command 2013-08-30 03:51:13 +03:00
IdanArye 066c1d6058 Added a Vim plugin option to add import paths as arguments to DCDstartServer 2013-08-30 03:46:55 +03:00
IdanArye 3dca325f6e Vim plugin working on Windows and Linux, and support default import paths. 2013-08-29 21:03:25 +03:00
IdanArye 7fc2737ce3 Vim plugin completed and tested on Linux 2013-08-28 22:55:47 +03:00
Hackerpilot 974d3dc3ba A lot of progress 2013-08-08 23:31:25 +00:00