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++ » UppHub » Function4U documentation update and misc
Re: Function4U documentation update and misc [message #24972 is a reply to message #24968] Sat, 06 February 2010 15:24 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3361
Registered: August 2008
Senior Veteran
Hello cbpporter

Thank you for your work in Functions4U package.

Quote:

I couldn't find your original topic so I'll post here an updated style for documentation in your Function4U package.

I have open your T++ files but I have not found visual differences with original ones.
In addition one of your T++ pages have the title in brown:

index.php?t=getfile&id=2225&private=0


Sorry. I do not understand next quote:

Quote:

Also, Functions4U is not a main package, so it would be nice if you removed your empty main package configuration so it doesn't appear in the list all the time.


Quote:

CreateFolderDeep seems to do the same thing as RealizeDirectory.

It is true. In new version it will appear but commented. After doing this function I realized that RealizeDirectory() existed as an undocumented function.


Quote:

And FormatLong seems similar to IntStr64.


I am sorry. They are not the same.

Int64() is really FormatInt64:

inline String  IntStr64(int64 i)     { return FormatInt64(i); }


And compare both. They are different. I had problems in the past with the compiler so I decided to add FormatLong():

String FormatInt64(int64 a);
String FormatLong(long a); 


About this:

please try to convince Mirek to adopt your version so we can all benefit from it


really all the package could be candidate to be in Upp. See functions like:

- const char *StrToTime(struct Upp::Time& d, const char *s);

- String Replace(String str, String find, String replace);

- String GetDesktopFolder();

- bool LaunchFile(const char *file);

Some time ago I proposed to check them and transfer the most interesting ones to Upp. I do know Mirek is very busy so I do not want to insist him about it. As functions are available either inside Upp or in Bazaar/Functions4U anybody can enjoy them anyway Smile .
  • Attachment: Dib.PNG
    (Size: 15.45KB, Downloaded 606 times)


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: TabBar: ConextMenu(false) feature
Next Topic: Docking: ContexMenu behaviour
Goto Forum:
  


Current Time: Thu May 16 04:32:34 CEST 2024

Total time taken to generate the page: 0.02759 seconds