Florent Bruneau
4b0b81cddc
c/c++: add an option to ignore default include dirs.
...
Signed-off-by: Florent Bruneau <florent.bruneau@intersec.com>
2012-12-16 18:44:20 +01:00
Martin Grenfell
0765f97dd3
refactor out some duplication of /dev/null logic
2012-10-23 22:37:11 +01:00
kongo2002
42279e29f2
add output redirection to null device for C as well
2012-10-09 23:10:35 +02:00
Hong Xu
30d7462249
Remove some unnecessary win64 checks.
...
has('win32') is always true on Win64.
2012-05-08 20:31:20 +08:00
kongo2002
d8f3aa5d50
add ReadConfig() function for C/C++ checkers
2012-03-27 22:15:06 +02:00
kongo2002
adedb47ad7
refactoring of GetIncludeDirs() for C/C++
2012-03-11 19:55:01 +01:00
kongo2002
8e2634ae7e
add include directory functionality to cpp
2012-03-04 19:59:26 +01:00
Naoya INADA
a2e7ef08c0
Fix the error that occurs when using Python 3.x and written the '#include <Python.h>' in the .c file
2012-02-03 21:58:49 +09:00
Martin Grenfell
319b8f2cb8
shift all the c helper functions into their own autoload lib file
...
This is mainly just for namespacing purposes and to set a pattern for
future helper lib functions.
2011-11-30 22:13:16 +00:00
Martin Grenfell
965b3b7203
move the highlighting/balloon code into the main plugin file
...
In future I may move most of the code out into an autoload file, but in
the meantime I want all the code tidy and in one place for the next
release
2011-11-30 19:23:31 +00:00
Martin Grenfell
f428139a0f
remove custom highlights manually - not with matchclear()
...
Previously we were blowing away highlights that were added by other
plugins via matchadd(). To prevent this we now track all the ids of the
highlights groups we add and remove them explicitly with matchdelete().
2011-11-27 15:35:56 +00:00
kongo2002
fc4181c256
tweak autoload file
2011-09-09 21:36:36 +02:00
kongo2002
3d77ad2c4d
move c/cpp syntax helper functions into autoload
2011-09-09 21:31:45 +02:00
Konstantin Stepanov
46d43a6913
errors highlighter: syntastic#HighlightErrors() third optional bool argument to force callback call
...
Normally if location item has "col" item, syntastic#HighlightErrors() handle it without callback
call for performance reason. But sometimes it's necessary to handle all items with callback
(like in new vala syntax checker), so third optional bool arg is added to the function.
If this argument exists and has true value, then callback function is called on *all*
location items, no matter is they have "col" element or not.
2011-07-10 15:42:09 +03:00
Konstantin Stepanov
0bd7218382
Issue #44 fixed
2011-05-27 00:44:55 +03:00
Konstantin Stepanov
0ee07cb95b
highlight postprocessor fixes
2011-05-25 04:51:26 +03:00
Konstantin Stepanov
75afb52d7d
general error highlighting function
2011-05-03 15:35:50 +03:00
Konstantin Stepanov
74f3bb0a93
balloons support
2011-05-03 02:21:16 +03:00