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++ » Context goto with Format(char *, int)
Context goto with Format(char *, int) [message #29666] Sat, 06 November 2010 10:32 Go to previous message
gprentice is currently offline  gprentice
Messages: 260
Registered: November 2005
Location: New Zealand
Experienced Member
In examples button.cpp there is this line
label = Format("Number of button clicks %d", count);

Alt J (context goto) with the cursor on Format takes me to
String Format(Date date)
when it presumably should go to
String Format(const char *s, const Vector<Value>& v)
in format.cpp.

Does context go to resolve overloads at all or does it just pick the first one?

Graeme
 
Read Message
Read Message
Read Message
Previous Topic: How to see changes to theIde help - index$en-us
Next Topic: Navigator buttons don't highlight very well
Goto Forum:
  


Current Time: Wed Apr 24 21:53:40 CEST 2024

Total time taken to generate the page: 0.01898 seconds