Commit graph

7 commits

Author SHA1 Message Date
Zahary Karadjov
ffc49b7c2a the caas service is fully integrated now.
this commit enables it by default if your project has a nimrod.cfg config, but
the results won't be satisfactory as the compiler still cannot survive the long-
running interaction with the IDE and breaks after a couple of commands.
2013-05-01 21:24:10 +03:00
Zahary Karadjov
43696ec2e3 work-in-progress towards integrating the compiler service 2013-04-29 09:50:12 +03:00
Grzegorz Adam Hankiewicz
63d5050ca0 Disables silence when invoking idetools. Refs #4.
After some time editing with the "silent!" bit removed everything seems
to work fine, so maybe the silencing was done when there was no error
log.
2013-04-10 22:42:41 +02:00
Grzegorz Adam Hankiewicz
aa10e421b2 Fixes the column position when invoking idetools.
Vim starts counting columns from 1 but the nimrod idetools command
starts from zero. This can be verified writing a call to the quit() proc
with a two level identation and trying to invoke idetools on the
whitespace before the word.
2013-02-03 17:49:05 +01:00
Zahary Karadjov
15a6f3e4ac disabled autosuggest as it really too slow for now. fix for nimdoc comments auto-formatting 2012-11-20 00:27:01 +02:00
Zahary Karadjov
732e821bcd use unix file endings 2012-11-10 22:24:40 +02:00
Zahary Karadjov
ecc3d1f633 fixed the "cannot reload GotoDefinition while executing" error
errors are redirected to a log buffer now instead of echoerr
2012-11-09 18:51:59 +02:00