Please tell me how to do use cscope or ctag with php

2009-05-01 Thread SamPeng
Hi, my cscope and ctag don't working with php. use C-] don't jump any function or var.Have one error:don't have this tags. ctag -R and cscope -R I test this cmd.not have any help. Thanks your help! --~--~-~--~~~---~--~~ You received this message from the "

Re: Please tell me how to do use cscope or ctag with php

2009-05-01 Thread David Fishburn
On Fri, May 1, 2009 at 3:37 AM, SamPeng wrote: >    my cscope and ctag don't working with php. >    use C-] don't jump any function or var.Have one error:don't have this > tags. >   ctag -R and cscope -R I test this cmd.not have any help. What OS are you running this on? I usually do the follow

Re: Please tell me how to do use cscope or ctag with php

2009-05-01 Thread SamPeng
Oh~! Thank you this detail help.they are many helpful for me. yes.I solve this question..I to google this quesstion has 2 days.Thank you help me saving many time to programe 2009/5/1 David Fishburn > > On Fri, May 1, 2009 at 3:37 AM, SamPeng wrote: > >my cscope and ctag don't working with p

Re: Please tell me how to do use cscope or ctag with php

2009-05-01 Thread Nicolas Sebrecht
On Fri, May 01, 2009 at 08:25:18AM -0400, David Fishburn wrote: > find -name *.php > cscope.files (Unix) Shouldn't be find -name '*.php' > cscope.files ? % tree . |-- b.c |-- y | `-- r.c `-- z `-- b.c % find -name *.c ./b.c ./z/b.c % find -name '*.c' ./b.c ./z/b.c ./y/r.c %

Re: Please tell me how to do use cscope or ctag with php

2009-05-01 Thread Nicolas Sebrecht
On Fri, May 01, 2009 at 08:25:18AM -0400, David Fishburn wrote: > find -name *.php > cscope.files (Unix) Shouldn't be find -name '*.php' > cscope.files ? % tree . |-- b.c |-- y | `-- r.c `-- z `-- b.c % find -name *.c ./b.c ./z/b.c % find -name '*.c' ./b.c ./z/b.c ./y/r.c %

Re: Please tell me how to do use cscope or ctag with php

2009-05-03 Thread Tony Mechelynck
On 01/05/09 22:33, SamPeng wrote: > Oh~! > Thank you this detail help.they are many helpful for me. > yes.I solve this question..I to google this quesstion has 2 days.Thank > you help me saving many time to programe [...] This may come as a surprise to you, but on the topic of Vim, and topics re