In my case not shows std::string, std::wstring, std::vector, std::queue, etc.
In addition, I see this bug after the build 10320(I not remember with precision).
#include<iostream>#include<string>#include<vector>#include<queue>#include<iostream>#include<string>#include<vector>#include<queue>//using namespace std;intmain(){std::string_string;std::wstring_wstring;std::vector_vector;std::queue_queue;_string.leng;///< not show members as length()string_string2;wstring_wstring2;vector_vector2;queue_queue2;_string2.leng;///< but here yesreturn0;}
Last edit: NearTox 2015-10-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok, it bug relationated by the missed of:
Code completion -> Replacement tokens
In latest Nightly Builds(Up of the build 10320)
What does the above means? Sorry I can't understand.
About the test.cpp, I don't understand the comments like: test_zone = 123456; ///< In the code completion are visible as test_zone
Do you mean, if using_namespace_std is defined, then test_zone should be auto suggested.
On the other hind, if using_namespace_std is not defined, then std::test_zone should be auto suggested?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I mean that CC not suggest std::test_zone as member of the namespace std (it the same case for std::string, std::wstring, etc.).
When using_namespace_std is defined the users not look that CC have a problem parsing with the namespace std.
In others words, CC not parsing correctly when is used preprocessor(see the attachments for examples, tested in build 10528):
(Sorry if my translation is confusing or is erroneous)
Let start with: what version and os are you using?
in the latest svn build 10528
OS, compiler? We cannot guess these things.
I'm on Windows, TDM-GCC 5.1
So, what is excat bug? It shows many members in my test environment.
In you case, it shows nothing?
In my case not shows std::string, std::wstring, std::vector, std::queue, etc.
In addition, I see this bug after the build 10320(I not remember with precision).
Last edit: NearTox 2015-10-19
Ok, it bug relationated by the missed of:
Code completion -> Replacement tokens
In latest Nightly Builds(Up of the build 10320)
Last edit: NearTox 2015-11-12
What does the above means? Sorry I can't understand.
About the test.cpp, I don't understand the comments like:
test_zone = 123456; ///< In the code completion are visible as test_zone
Do you mean, if using_namespace_std is defined, then test_zone should be auto suggested.
On the other hind, if using_namespace_std is not defined, then std::test_zone should be auto suggested?
I mean that CC not suggest std::test_zone as member of the namespace std (it the same case for std::string, std::wstring, etc.).
When using_namespace_std is defined the users not look that CC have a problem parsing with the namespace std.
In others words, CC not parsing correctly when is used preprocessor(see the attachments for examples, tested in build 10528):
(Sorry if my translation is confusing or is erroneous)
Last edit: NearTox 2015-11-12