Commit Graph

24 Commits

Author SHA1 Message Date
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
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
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
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
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 8dcdcf2338 Implement @tsukimizake's change to fix #153; also removes 0xFF bytes from the file 2014-08-08 16:53:41 -07:00
Atila Neves 46b3370913 Fix issue #135: 'Emacs temporary files cause DCD to crash'. dcd-server now ignores files starting with '.#' 2014-08-03 16:59:36 +02:00
tsukimizake fb06673ad3 Add struct call tip expansion and error handler 2014-07-13 14:53:45 +09:00
tsukimizake 4c6b5ab00d Update README.md
Update setup example and TODO
2014-07-13 14:49:09 +09:00
tsukimizake a6f18442d5 Bug fix
Fix bug of calltip expansion.
Fix bug of show document.
2014-07-04 20:33:46 +09:00
tsukimizake 21961bbc6f Add recommended package, update setup example 2014-07-04 20:31:23 +09:00
tsukimizake 8c740965dc Goto definition support, bug fix 2014-06-25 19:16:05 +09:00
tsukimizake 337efaa303 Update README.md 2014-06-25 19:13:57 +09:00
tsukimizake 6b8fcaad56 Update README.md 2014-06-24 20:05:57 +09:00
tsukimizake e8bf515769 complete calltips, show doc support 2014-06-24 19:57:35 +09:00
tsukimizake 7105345766 Update README.md
Fix setting example
2014-06-18 21:26:15 +09:00
tsukimizake 1af4592911 server starts automatically, user can configure port number, and so on. 2014-06-18 21:20:31 +09:00
Hackerpilot ad8c5d36a0 Update README.md
Typo
2013-08-11 07:39:17 +00:00
John 77c0dab47e First cut at emacs auto-complete support 2013-08-09 20:39:57 -05:00
Hackerpilot 974d3dc3ba A lot of progress 2013-08-08 23:31:25 +00:00