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 next 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)

Re: Global namespace object's properties [message #46304 is a reply to message #46267] Wed, 13 April 2016 11:03 Go to previous messageGo to next message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
Yup.

http://www.ultimatepp.org/forums/index.php?t=msg&th=9583 &start=0&
Re: Global namespace object's properties [message #46315 is a reply to message #46304] Sun, 17 April 2016 14:38 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Should be now fixed.

Mirek
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: Fri Mar 29 01:30:24 CET 2024

Total time taken to generate the page: 0.01196 seconds