Hi, thx for the ongoing hard work, i really appreciate.
I have found some issues on LinuxMint64 C::B svn 8832
#1
The code-completion does not work for me as it should.
I work with the irrlicht engine, everything is found in namespace irr, irr::core, irr::video etc...
when i use a statement "using namespace irr;" in my main.cpp then the cc does not
include the related things into the cc-list, i still have to write irr::anything to get access.
The same happens when i am inside a namespace scope
namespace irr{
namespace video{
irr::video::anything i have to write irr::? to get access to the cc-list
}}
#2
when i have pointers/references to classes and use ->/. operators, then there is often (not always) no cc-list showing
members and functions and such.
--> so cc is not usable for me after update to 12rc, but it happened to work much better in previous svn-version 8600 and like
#3
in the mainmenu - edit - end of line modes the netries are mixed up (unix == CR ?) and (mac == LF),
i believe its the other way around. (unix == LF and mac == CR)
mmmmhhh #3 seems to be fixed
#4 when i have a class i.e. IImage and i press right and want to find its declaration or implementation, codeblocks simply does not find it.
the class header "IImage.h" is declared in file <irrlicht.h> which is included in my main.cpp.
thx in advance