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 » Developing U++ » Documentation » The very first taste of T++ icons in the left bar..
The very first taste of T++ icons in the left bar.. [message #18418] Sun, 28 September 2008 23:01 Go to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
OK, it needs a lot of fixing and tuning, but I have seen first "annotation" icons in theide editor bar today... Smile

Mirek
Re: The very first taste of T++ icons in the left bar.. [message #18422 is a reply to message #18418] Mon, 29 September 2008 12:17 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
After a bit of polishing I believe it was not that bad idea after all Smile

Re: The very first taste of T++ icons in the left bar.. [message #18423 is a reply to message #18422] Mon, 29 September 2008 21:16 Go to previous messageGo to next message
captainc is currently offline  captainc
Messages: 278
Registered: December 2006
Location: New Jersey, USA
Experienced Member
That's just awesome. Can't wait to use it.
Re: The very first taste of T++ icons in the left bar.. [message #18432 is a reply to message #18423] Tue, 30 September 2008 13:29 Go to previous messageGo to next message
mdelfede is currently offline  mdelfede
Messages: 1307
Registered: September 2007
Ultimate Contributor
captainc wrote on Mon, 29 September 2008 21:16

That's just awesome. Can't wait to use it.


Well, I guess it's time of a new svn build... I'll try to do it on next days.

Max
Re: The very first taste of T++ icons in the left bar.. [message #18526 is a reply to message #18432] Mon, 06 October 2008 21:37 Go to previous messageGo to next message
captainc is currently offline  captainc
Messages: 278
Registered: December 2006
Location: New Jersey, USA
Experienced Member
Been using the T++ documentation icons and have 1 question. What is it going to do when the user clicks on the icon?
Re: The very first taste of T++ icons in the left bar.. [message #18528 is a reply to message #18526] Mon, 06 October 2008 22:18 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
The documentation template will be created in appropriate topic.

Details are still under development.

Mirek
Re: The very first taste of T++ icons in the left bar.. [message #18529 is a reply to message #18422] Mon, 06 October 2008 22:26 Go to previous messageGo to next message
captainc is currently offline  captainc
Messages: 278
Registered: December 2006
Location: New Jersey, USA
Experienced Member
I created a class and in the header file for the class, I defined a global operator< (outside of class definition) so I can use U++ container sort functionality.

In the header:
extern bool operator<(const MyClass& mc1, const MyClass& mc2);

In the source file:
bool operator<(const  MyClass& mc1, const MyClass& mc2)
{
  //do stuff
  return some_boolean;
}

After documenting this, it does not show up in the T++ icons as documented.

Should I be defining/declaring this in a different way?
Re: The very first taste of T++ icons in the left bar.. [message #18530 is a reply to message #18418] Mon, 06 October 2008 22:35 Go to previous messageGo to next message
captainc is currently offline  captainc
Messages: 278
Registered: December 2006
Location: New Jersey, USA
Experienced Member
I know you are probably going to handle this, but just for reminder.
This code only recognizes the last variable:
bool first_bool,
     second_bool,
     last_bool;


Re: The very first taste of T++ icons in the left bar.. [message #18535 is a reply to message #18529] Tue, 07 October 2008 11:10 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
captainc wrote on Mon, 06 October 2008 16:26

I created a class and in the header file for the class, I defined a global operator< (outside of class definition) so I can use U++ container sort functionality.

In the header:
extern bool operator<(const MyClass& mc1, const MyClass& mc2);

In the source file:
bool operator<(const  MyClass& mc1, const MyClass& mc2)
{
  //do stuff
  return some_boolean;
}

After documenting this, it does not show up in the T++ icons as documented.

Should I be defining/declaring this in a different way?



Well, it is still under development, anyway, make sure it has the correct "Code reference" assigned.

Current svn ide shows code reference string when hovering the mouse over T++ bar icon and the documentation is not present.

Mirek
Previous Topic: Style & T++....
Next Topic: Documentation how-to...
Goto Forum:
  


Current Time: Fri Mar 29 06:42:36 CET 2024

Total time taken to generate the page: 0.02119 seconds