Re: Using Syntastic and YouCompleteMe on the Subversion Source

2013-04-26 Thread Ben Reser
On Fri, Apr 26, 2013 at 6:18 PM, Ben Reser wrote: > On Fri, Apr 26, 2013 at 5:57 PM, Peter Samuelson wrote: >> Speaking of 'make clean', compile_commands.json really needs to be in >> either CLEAN_FILES or EXTRACLEAN_FILES. > > Probably, extra clean because I don't think I'd want this removed mos

Re: Using Syntastic and YouCompleteMe on the Subversion Source

2013-04-26 Thread Ben Reser
On Fri, Apr 26, 2013 at 5:57 PM, Peter Samuelson wrote: > Speaking of 'make clean', compile_commands.json really needs to be in > either CLEAN_FILES or EXTRACLEAN_FILES. Probably, extra clean because I don't think I'd want this removed most of the time. > Also, it sounds like compile_commands.js

Re: Using Syntastic and YouCompleteMe on the Subversion Source

2013-04-26 Thread Peter Samuelson
[Ben Reser] > I've added the needed .ycm_extra_conf.py and a make target to produce > the compilation database in r1476374. So using these plugins with the > Subversion code base should be as simple as installing the plugins > into vim per their directions, installing bear, running make clean &&

Re: Using Syntastic and YouCompleteMe on the Subversion Source

2013-04-26 Thread Ben Reser
On Fri, Apr 26, 2013 at 1:09 PM, Ben Reser wrote: > The mainline of Bear doesn't have working OS X support (yet), but you > can find it ported for OS X here (you'll need to use the > porting_to_osx branch): > https://github.com/breser/Bear/tree/porting_to_osx The OS X port work has been merged in

Using Syntastic and YouCompleteMe on the Subversion Source

2013-04-26 Thread Ben Reser
I'm not sure how many vim users there are around here besides me, as I recall there was an awful lot of Emacs users out there. However, I got tired of seeing my compiler warnings caught by other people after I'd committed. So two fairly useful plugins for vim are: Syntastic (syntax checking): htt