T O P I C R E V I E W |
xMRi |
Posted - Jan 19 2016 : 03:42:02 AM Hi!
I have a MFC application and I write the following code lines:
CEdit wnd;
wnd.stw
The Suggestions I get with the matching function names is SetWindowTextW. That is in fact correct. I have a Unicode project, but I don't want to see the W at the end. SetWindowText should be the correct suggestions. Same with gwt or gwtl
Greetings Martin
|
4 L A T E S T R E P L I E S (Newest First) |
xMRi |
Posted - Jan 26 2016 : 09:33:16 AM Thanks! |
feline |
Posted - Jan 25 2016 : 6:41:45 PM For some people the IDE's intellisense parser is more accurate than our parser, when it comes to what to put into a listbox. Also the IDE filters out private / protected members automatically when they are not visible. We are looking to do this as well, but it hasn't happened yet.
Hopefully you won't see too many major changes, and changing the setting will help. |
xMRi |
Posted - Jan 25 2016 : 01:57:22 AM Yes. Thank this helps here. Are there any drawbacks? |
accord |
Posted - Jan 19 2016 : 8:44:28 PM We get entries from Intellisense by default. Setting the source to Visual Assist helps with this:
VA Options -> Enhanced Listboxes -> Source of C/C++ content = Visual Assist |