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++ » Global namespace object's properties
Global namespace object's properties [message #46267] Sun, 03 April 2016 18:57 Go to previous message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Hi!
I noticed one small problem (generally new C++ parser works very good Smile ):
void App::MainSetup()
{
	::MainSetup dlg;
	dlg.payment.bank_id
		.Add(0, "Nordea")
		.Add(1, "BPH");
}


if I press dot after dlg nothing is shown, but if I remove double colon from ::MainSetup everything starts to work. As you can see I use global namespace prefix because of name clash (App::MainSetup and dialog class MainSetup)

 
Read Message
Read Message
Read Message
Previous Topic: Crash TheIde when #include line is empty
Next Topic: [solved] Next CodeEditor misery: selecting highlighted text colors does not work
Goto Forum:
  


Current Time: Wed Apr 24 21:32:21 CEST 2024

Total time taken to generate the page: 0.03010 seconds