User forums > Nightly builds
The 12 september 2010 build (6583) CODECOMPLETION BRANCH version is out.
ollydbg:
--- Quote from: daniloz on September 14, 2010, 09:00:29 am ---I have another issue here (using 6583 build, Vista OS, SP2)... btw, I really love the new features... you guys rule !!!
My problem is that when I use the new "Find functions called by ..." or "Find functions calling ..." in the context menu, I have the following error on the status bar of Cscope:
"Error while calling cscope occured!"
What am I missing here???
Thx,
--- End quote ---
This feature "Find functions called by ..." or "Find functions calling ..." is not supplied by CodeCompletion plugin. They are supplied by cscope plugin. Did you have cscope.exe in your PATH?
Jenna:
--- Quote from: daniloz on September 14, 2010, 09:00:29 am ---I have another issue here (using 6583 build, Vista OS, SP2)... btw, I really love the new features... you guys rule !!!
My problem is that when I use the new "Find functions called by ..." or "Find functions calling ..." in the context menu, I have the following error on the status bar of Cscope:
"Error while calling cscope occured!"
What am I missing here???
Thx,
--- End quote ---
The cscope executable in your path.
It has to be downloaded seperately from there project page: http://cscope.sourceforge.net/
daniloz:
Ok, thank you jens and ollydbg for the info... I am downloading cscope right now... ;-)
killerbot:
I have a strange issue. I have a very little test example using boost::variant.
[on linux]
That means main.cpp does :
--- Code: ---#include <boost/variant.hpp>
--- End code ---
I right click on it to open that header. ==> Not found : boost/variant.hpp
Right click again and choose to open it --> now it succeeds.
I noticed it also happened with regular std header files.
Anyone else suffering from this ??
ollydbg:
--- Quote from: Orgulas on September 13, 2010, 08:28:18 pm ---The call tip is still a bit weird:
Notice the cursor before the 1.
I'd expect it to highlight the parameter at the cursor, not the last one.
--- End quote ---
I guess this problem is that
caret position will locate the actual parameter list
then semicolon information is used to show tooltip, so caret info should be used here either. I will look into it.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version