Semi-automated ASCII art removal tool

2014-05-14 Thread mostthingsweb
I have been working on a tool to semi-automate the process of removing ASCII art and pointless comments (ref: https://bugs.freedesktop.org/show_bug.cgi?id=62475). Unless someone has an alternate suggestion, for the time being I will host it here: https://bitbucket.org/MostThingsWeb/asciitool

Re: YouCompleteMe support in VIM

2014-04-15 Thread mostthingsweb
Thanks Eike - I'll contact Philippw and see if he has the file on hand. Chris -- View this message in context: http://nabble.documentfoundation.org/YouCompleteMe-support-in-Vim-tp4104984p4105354.html Sent from the Dev mailing list archive at Nabble.com.

YouCompleteMe support in VIM

2014-04-11 Thread mostthingsweb
Has anyone been able to set up semantic analysis for YouCompleteMe in Vim? So far, YCM gives me auto-completion for whatever local file I'm working on, but lacking a .ycm_extra_conf.py file, it cannot offer suggestions for included files. My guess is that it would be difficult to configure YCM fo