Cccc and CppCheck plug-in is really great!Please don't cross-post!
Proposal to increase Cscope plug-ins:http://cscope.sourceforge.net/ (http://cscope.sourceforge.net/)
Thank you, CB development team!
Sorry, this post is to start here, for fear of plug-in development team can not see, but they were SVN6023 posts a month Replies Riga.Cccc and CppCheck plug-in is really great!Please don't cross-post!
Proposal to increase Cscope plug-ins:http://cscope.sourceforge.net/ (http://cscope.sourceforge.net/)
Thank you, CB development team!
Besides: What do you mean with "increase"???
I found there is a Chinese site named "cbforce" which has donea some effort on doing that. you can search it on Google, I can't enter here, because l use my mobile now.Thanks! But i can not find this site, perhaps it has closed.
I found there is a Chinese site named "cbforce" which has donea some effort on doing that. you can search it on Google, I can't enter here, because l use my mobile now.Thanks! But i can not find this site, perhaps it has closed.
sorryThanks! But this is only the use of a CB analysis. I would suggest that CB team Cccc and CppCheck based on the production of a new plug-in, used to support Cscope.
it is http://www.cbforge.com/
only roughly tested!Oh! Good!! Thank you very much!
I have compiled Cscope plug-in, found that the plug-in does not work. After clicking the menu command line, works where the directory does generate cscope.out, but Cscope.dll obviously can not generate the results reported to the CB.only roughly tested!Oh! Good!! Thank you very much!
I will testting and report it.
while(m_pProcess->ReadProcessOutput());
if ( !m_pProcess )
return;
First: cscope.exe must be in your path (I used cscope binary from http://code.google.com/p/cscope-win32/).
Second: try to add the lineCodejust afterwhile(m_pProcess->ReadProcessOutput());
Codein OnCscopeReturned(...) in CscopePlugin.cppif ( !m_pProcess )
return;
Hi,
I installed Code::Blocks SVN 6386. It is the first time I am testing Cscope within Code::Blocks. The output in
Cscope could be improved. I would prefer the same behaviour like the Thread Search plugin, this means:
- Delete or keep previous search results
- Add a preview of source code when selecting an item
- Use optional a list view of results like Thread Search:
+ filename1.c (absolute path)
linenumber: Text : <Source>
+ filename2.c (absolute path)
linenumber: Text : <Source>
If we would add the : <Source> within Thread Search the output would be perfect also for Cscope.
Any feedback is welcome :-)