U++ framework
Do not panic. Ask here before giving up.

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: 1367
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: Sat Apr 25 17:12:04 GMT+2 2026

Total time taken to generate the page: 0.00782 seconds