Hackerpilot
0783d92e0d
Handle public imports MUCH more efficiently. Fixes #160
2014-09-02 17:46:40 -07:00
Hackerpilot
dcd01fba76
Update README
2014-09-02 05:10:52 +00:00
Hackerpilot
72faf5ec4a
Fix LDC build
2014-09-02 04:51:26 +00:00
Hackerpilot
d9e509689e
11 percent startup speed improvement because DMD's backend sucks
2014-09-02 00:36:05 +00:00
Hackerpilot
c627d6b735
Update libdparse
2014-08-25 17:06:20 -07:00
Hackerpilot
d7e9bab5e8
Project cleanup
2014-08-22 15:30:00 -07:00
Hackerpilot
459be4704a
More complete operator overloading
2014-08-22 14:48:35 -07:00
Hackerpilot
ca34a0640e
Update libdparse
2014-08-18 17:15:58 -07:00
Hackerpilot
415685e59f
Update libdparse and fix static analysis warning
2014-08-15 18:52:58 -07:00
Brian Schott
91bad6d7f1
Merge pull request #159 from idanarye/deprecate-the-vim-plugin
...
Deprecate the Vim plugin in favor of Dutyl
2014-08-15 21:45:40 +00:00
IdanArye
ef7b4fab7b
Deprecate the Vim plugin in favor of Dutyl
2014-08-15 01:32:56 +03:00
Brian Schott
ced663f05f
Merge pull request #158 from atilaneves/emacs_docs
...
Removed ac-dcd.el from the emacs integration directory and changed the R...
2014-08-14 21:24:02 +00:00
Atila Neves
146d146244
Removed ac-dcd.el from the emacs integration directory and changed the README.md to point to the new github project
2014-08-14 17:16:05 +02:00
Hackerpilot
c6e288a8e3
Update readme and parser dependency
2014-08-13 15:10:58 -07:00
Hackerpilot
64503a6801
Fix segfault
2014-08-12 12:32:44 -07:00
Brian Schott
ae46655c54
Merge pull request #156 from snosov1/fork-dub-imports
...
Add ac-dcd-add-imports function
2014-08-12 09:40:58 +00:00
Brian Schott
172330ab53
Merge pull request #157 from snosov1/fix-goto-definition
...
fix goto definition with respect to UTF-8 encoding
2014-08-12 09:35:10 +00:00
Sergei Nosov
852d200231
fix goto definition with respect to UTF-8 encoding
2014-08-12 13:04:19 +04:00
Sergei Nosov
a1fe08a651
fix typos
2014-08-12 09:39:15 +04:00
Hackerpilot
94dd6860be
Much better autocomplete for foreach loops
2014-08-11 15:34:40 -07:00
Hackerpilot
47113a4a2d
Convert spaces to tabs
2014-08-11 15:32:02 -07:00
Hackerpilot
def0228263
Add --query option to the client so that it can determine if the server can be contacted
2014-08-11 12:14:02 -07:00
Hackerpilot
ee80955aab
Remove unused parametr
2014-08-11 12:04:10 -07:00
Hackerpilot
054ddfbf39
Calculate parameter scope in a less stupid way thereby fixing go-to-declaration with parameters
2014-08-11 11:33:45 -07:00
Hackerpilot
93f7c0eddf
Fix issue with function parameter autocomplete being screwed up when contracts are present
2014-08-11 11:19:53 -07:00
Brian Schott
59dec3d4aa
Merge pull request #155 from snosov1/master
...
use position-bytes function to get the byte offset
2014-08-11 17:12:04 +00:00
Sergei Nosov
887df923ef
cleanup readme
2014-08-11 18:12:33 +04:00
Sergei Nosov
4758db4161
add ac-dcd-add-imports function
...
This function sends import flags of the current DUB project to
dcd-server.
2014-08-11 17:52:46 +04:00
Sergei Nosov
a7679c7003
use position-bytes function to get the byte offset
...
The position-bytes function is the correct way to get byte offset for an
UTF-8 encoded source file. Probably, it still won't work for UTF-16 and
UTF-32, but at least it fixes the UTF-8.
2014-08-11 12:18:39 +04:00
Brian Schott
043b32357d
Merge pull request #154 from tsukimizake/master
...
Update emacs integration
2014-08-09 07:38:12 +00:00
tsukimizake
0f2fc68fcf
Very little fix
...
use value instead of hand-written literal, and move page-break.
2014-08-09 15:59:11 +09:00
tsukimizake
2f562df1fd
Update README.md
...
Add yas-minor-mode-on and call "auto-complete-mode" in "add-hook" , instead of "add-to-list 'd-modes"
2014-08-09 15:49:20 +09:00
Hackerpilot
66afa352a5
Get rid of random trace message
2014-08-08 16:53:59 -07:00
Hackerpilot
8dcdcf2338
Implement @tsukimizake's change to fix #153 ; also removes 0xFF bytes from the file
2014-08-08 16:53:41 -07:00
Hackerpilot
223c70ea8d
Add support for mixin templates
2014-08-08 02:41:19 +00:00
Brian Schott
d1b6b09c59
Update README.md
...
Clarify documentation as a result of #153
2014-08-08 09:17:01 +00:00
Brian Schott
8611113565
Merge pull request #152 from Hackerpilot/issue-24
...
Auto declarations support
2014-08-07 23:02:09 +00:00
Hackerpilot
8fadaba6ea
Auto declarations support
2014-08-07 15:59:21 -07:00
Hackerpilot
d620f2428a
More bug fixes for selective import completion
2014-08-06 07:53:44 +00:00
Hackerpilot
40582c232f
More complete selective import support
2014-08-06 07:38:24 +00:00
Hackerpilot
8f1effc5cc
Add partial support for selective imports
2014-08-06 06:44:21 +00:00
Hackerpilot
56f81a9ea5
Update contaners and libdparse submodules
2014-08-04 17:25:50 -07:00
Hackerpilot
0db68f193e
Fix syntax error in makefile
2014-08-04 17:23:27 -07:00
Hackerpilot
ee9d8e0056
Update parser
2014-08-03 23:34:43 +00:00
Hackerpilot
3c41135583
Update dependencies
2014-08-03 23:11:58 +00:00
Hackerpilot
c6c6b6e831
Move from build script to makefile
2014-08-03 23:08:32 +00:00
Hackerpilot
6547a562bd
Get rid of extra logging
2014-08-03 23:08:19 +00:00
Hackerpilot
cdc57193d1
Merge branch 'master' of https://github.com/Hackerpilot/DCD
2014-08-03 15:31:50 +00:00
Brian Schott
acbe6e26aa
Merge pull request #148 from atilaneves/issue138
...
Fix issue #138 : Make sure that RequestKind.addImport carries on analysin...
2014-08-03 22:18:17 +00:00
Brian Schott
e8c5dc4b75
Merge pull request #150 from atilaneves/emacs_temp_files
...
Fix issue #135 : 'Emacs temporary files cause DCD to crash'. dcd-server n...
2014-08-03 22:17:33 +00:00