Home » U++ TheIDE » U++ TheIDE: CodeEditor, Assist++, Topic++ » B605-dev1: Assist++: Incorrect evaluation
Re: B605-dev1: Assist++: Incorrect evaluation [message #8167 is a reply to message #3494] |
Tue, 13 February 2007 21:21  |
captainc
Messages: 278 Registered: December 2006 Location: New Jersey, USA
|
Experienced Member |
|
|
I am having a similar issue. After I create a new class and use public and private keywords, the listing is never correct in assist++ auto-complete list.
Example of a similar header file as I define it:
Example.hpp
#ifndef EXAMPLE_H
#define EXAMPLE_H
#include <somelib>
using namespace of_some_lib;
class Example{
private:
std::vector<std::string> some_vector;
void myPrivFunc();
public:
Example();
Example(std::string init);
void myFunc1(std::string str);
};
#endif
Note: I get the incorrect assist++ listing in any other file such as Example.cpp .
Also, this is using U++ 2007.1beta
[Updated on: Tue, 13 February 2007 21:22] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Mon Aug 18 23:45:02 CEST 2025
Total time taken to generate the page: 0.08436 seconds
|