Commit Graph

434 Commits

Author SHA1 Message Date
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
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 5077cd49d3 Fix #102 2014-01-31 00:12:25 -08:00
Hackerpilot 5eb7a6c260 Fix #100 2014-01-30 20:23:05 -08:00
Hackerpilot 803a3b336f Merge branch 'master' of https://github.com/Hackerpilot/DCD 2014-01-30 15:35:12 -08:00
Hackerpilot 85a6e48180 Fix #99 2014-01-30 15:33:19 -08:00
Hackerpilot 2745763ea7 Merge pull request #97 from Dav1dde/master
updated lumen (ktexteditor plugin)
2014-01-30 10:27:42 -08:00
David fb987c26a8 updated lumen (ktexteditor plugin) 2014-01-30 18:24:36 +01:00
Hackerpilot 3f54e97e07 Fix #94 2014-01-29 22:09:26 -08:00
Hackerpilot a2e1aaf2e5 Merge branch 'master' of https://github.com/Hackerpilot/DCD 2014-01-29 15:49:05 -08:00
Hackerpilot 5cd1d5805e Updated DScanner 2014-01-29 15:41:37 -08:00
Hackerpilot 7ccb6eb751 Fix issue with going to declaration of fully qualified symbols 2014-01-29 15:39:24 -08:00
Hackerpilot 8092bc957c Workaround for #92 2014-01-29 15:38:30 -08:00
Hackerpilot d0ad1d9d0f Fixed bug with TA plugin when cursor is at the end of the file 2014-01-29 15:34:51 -08:00
Hackerpilot f3db29e2c4 Fixed bug with TA plugin when cursor is at the end of the file 2014-01-29 15:34:19 -08:00
Hackerpilot 8832432f76 Merge pull request #91 from yazd/patch-1
Add template and mixin template to completion kinds in README.md
2014-01-29 13:28:51 -08:00
Yazan Dabain a10f765a9f Add template and mixin template to completion kinds in README.md 2014-01-29 23:11:56 +02:00
Hackerpilot 66eed25689 Updated parser 2014-01-29 10:23:02 -08:00
Hackerpilot b3a828e243 Fix #90 2014-01-28 21:58:38 -08:00
Hackerpilot e7f39523cf Update DScanner. Fix bug with module and package icons being swapped. Fix #89. Fix #88 2014-01-28 01:26:50 -08:00
Hackerpilot 57ebb267ae Update README.md 2014-01-26 14:30:54 -08:00
Hackerpilot cf6d8bc421 Update README.md 2014-01-26 14:29:55 -08:00
Hackerpilot 8421abddd2 Create README.md 2014-01-25 23:25:34 -08:00
Hackerpilot 41f1691af9 Updated dscanner 2014-01-22 00:27:57 -08:00
Hackerpilot 0ed026e3d1 Updated DScanner 2014-01-21 23:57:40 -08:00
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