Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: CodeEditor, Assist++, Topic++ » Assist++ CtrlCtrlCtrlCtrl [BUG][FIXED]
Re: code completion bug [message #672 is a reply to message #663] Tue, 24 January 2006 21:36 Go to previous messageGo to previous message
hojtsy is currently offline  hojtsy
Messages: 241
Registered: January 2006
Location: Budapest, Hungary
Experienced Member
Maybe the problem is that I use the newest TheIde to develop an application which uses the 511 release library.

Here is how I reproduce the bug. Start a new project, choose Basic CtrlLib application. Replace the contents of main.cpp with this:
#include <CtrlLib/CtrlLib.h>
class MyHello : public TopWindow {
public:
	typedef MyHello CLASSNAME;
	MyHello();
};
MyHello::MyHello()
{
	Zoomable().Sizeable();
}

GUI_APP_MAIN
{
	MyHello().Run();
}
After this start a new line with "void MyHello::". The completion popup should come up, with the bogus class name, as in the previous screenshot.
 
Read Message BugFixedDead.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: CodeEditor: horizontal scrollbar [BUG?] - [INTENTIONAL]
Next Topic: More inteligent Assist++ filtering - with check/uncheck from which inherited [FEATURE REQUEST]
Goto Forum:
  


Current Time: Wed May 15 07:32:11 CEST 2024

Total time taken to generate the page: 0.02391 seconds