Jump to content

Recommended Posts

  • Moderators
Posted

rindeal,

I have no idea how they were first produced as I was not involved in the process at that time. Nowadays the help file pages for new functions/libraries are written separately from the code - that was certainly the case for my rewrite of Array.au3. As explained earlier, that means we have only the one location to keep up-to-date - and we can add more nicely-formatted explanatory text to the Help file pages. :)

Of course, most people who write complex UDFs which they post in Examples add "standard" headers - see any of my contributions in my sig for an example - and my UserCallTip Manager within SciTEConfig looks for these headers as a default. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted

The text files were generated by Gary Frost from a script he created to parse the headers.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Great.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
  On 3/16/2014 at 6:45 PM, rindeal said:

Why do official UDFs not comply with official UDF standards?

Most of the official UDFs have this:

; #FUNCTION# ====================================================================================================================
; Author ........: randallc, Ultima
; Modified.......: Gary Frost (gafrost), Ultima, Zedna, jpm, Melba23, AZJIO, UEZ
; ===============================================================================================================================

as their documentation. Which also means, do you write the included .chm docs directly? Not by parsing the source files? Or do you just strip it out of the sources before publishing?

Where did you get the link to this "official" page?

I want to update such old pages from 2008 ...

Cheers

Jpm

Posted

I can only find it by searching on Google nowadays jpm.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Moderators
Posted

jpm,

The only link I know if is by Jos in this thread.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...