Commit graph

13 commits

Author SHA1 Message Date
Zahary Karadjov
f6bd6cfd25 basic QuickRun support; implements #6 2013-12-10 01:36:15 +02:00
Zahary Karadjov
d2f05bc1a6 fixes #17 2013-12-09 23:45:56 +02:00
Zahary Karadjov
bebdd7bb99 various auto-indenting improvements; fixes #10 2013-08-25 00:44:19 +03:00
Zahary Karadjov
3d9f5fac08 re-integrate with the latest version of syntastic 2013-08-24 17:31:17 +03:00
Zahary Karadjov
fa9bd5972b caas works satisfactory now with the latest version of nimrod
modified buffers are handled properly now
nimrod threads are terminated at program exit
added commands for service shutdown/restart
2013-05-05 19:39:04 +03:00
Zahary Karadjov
0b09eeede5 remove some hard-coded paths 2013-05-01 22:26:48 +03:00
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