ive downloaded and installed version 1.33.
it does run, it finds the source folder, then it says:
'Parsing 259 files...' - (which is the right number of source files.)
and then it hangs.
forever.
i am trying to documment actionscript 2 files, in fact I am trying to documment actionscripts standart library.
any ideas ?
thanks,
arthur
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there anywhere I can download the ActionScript Standard Library for testing? I found a SourceForge project for it but there's no released files, web site, or CVS content.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem is in three files: mx.data.types.SocialSecurity, PhoneNumber, and ZipCode. In each case it's caused by variables being declared without a semicolon ending the statement. I've already fixed the infinite loop condition, but it still causes some of the things that come after the variables to be missed. Is this valid syntax? If so, I'll make the next version take this into account. Either way, for now you can fix this by adding semicolons to those three files.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
yes, unfortunatelly, in most statements, specially assignment, the ending semicolon in not required. ;-(
so, somehting like
"public static var a :Number
public static var b "
is perfectly legal... yes I know, it is a mess. thanks a lot for you support though.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi there.
ive downloaded and installed version 1.33.
it does run, it finds the source folder, then it says:
'Parsing 259 files...' - (which is the right number of source files.)
and then it hangs.
forever.
i am trying to documment actionscript 2 files, in fact I am trying to documment actionscripts standart library.
any ideas ?
thanks,
arthur
Is there anywhere I can download the ActionScript Standard Library for testing? I found a SourceForge project for it but there's no released files, web site, or CVS content.
hi greg.
I have put it online for you to take a look.
you can grab it at:
http://plenamente.com/misc/Classes.zip
have fun and thanks
arthur
The problem is in three files: mx.data.types.SocialSecurity, PhoneNumber, and ZipCode. In each case it's caused by variables being declared without a semicolon ending the statement. I've already fixed the infinite loop condition, but it still causes some of the things that come after the variables to be missed. Is this valid syntax? If so, I'll make the next version take this into account. Either way, for now you can fix this by adding semicolons to those three files.
hi greg.
yes, unfortunatelly, in most statements, specially assignment, the ending semicolon in not required. ;-(
so, somehting like
"public static var a :Number
public static var b "
is perfectly legal... yes I know, it is a mess. thanks a lot for you support though.
This has been fixed in Natural Docs 1.34, which was released today.