Re: Google Code shuts down

2015-03-14 Fir de Conversatie Lin Wang
Saying that mercurial belongs to the past and is an older generation tool than git is rather ridiculous. Git is used more widely than mercurial, mainly due to Linux kernel and github. But from a technical perspective, mercurial is designed far more elegantly and much easier to use than git,

Re: Bug: cscope interface should use absolute paths

2013-06-01 Fir de Conversatie ChengYi Lin
give cscope full path $ find `pwd` | cscope -i - On Friday, May 31, 2013 3:41:05 PM UTC+8, A. S. Budden wrote: Forwarding to vim-dev as requested by Bram... any cscope/vim experts here? Al -- Forwarded message -- From: Bram Moolenaar Date: 22 May 2013 22:02 Subject: Re:

Re: GSOC: On-the-fly Code Checking for Vim - Challenges

2008-04-21 Fir de Conversatie Lin
Congradulations, Birgi! Don't know whether you have looked into anything about Eclipse, but I referred to their documentation and learned a lot there. They also talked about how incremental compiling works:

Re: GSOC: On-the-fly Code Checking for Vim - Challenges

2008-04-14 Fir de Conversatie Lin
this useful? Lin --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: GSOC: On-the-fly Code Checking for Vim - Challenges

2008-04-14 Fir de Conversatie Lin
with a stack equipped. If we have that table we can just store the stack and the parser's state to avoid looking back to previous codes. Then we also need a scanner recognizing different types of words. For this we can seek help from tools like Lex. Is C++ an LALR language? Not sure... Regards, Lin