This content has been marked as final.
Show 2 replies
-
1. Re: Gettting classes to display in code editor
Newsgroup_User Sep 21, 2006 6:29 PM (in response to wally_errrr)
"wally_errrr" <webforumsuser@macromedia.com> wrote in message
news:eevags$jmc$1@forums.macromedia.com...
> Is there anyway to have classes defined in external AS files to bring up a
> list
> of public methods when you are reffering to an instance of the class.....
>
> so when i type;
>
> myInstance. <- Then a drop down list would appear
> with
> my methods?
>
> Thanks for your help,
>
> Nathan
>
I investigated this myself a while back. Nobody knew if it was possible,
and poking around yielded nothing.
Hopefully there will be some sort of builtin help function that show help
docs --- I'll keep dreaming.
SMB
-
2. Re: Gettting classes to display in code editor
Newsgroup_User Sep 22, 2006 2:14 AM (in response to wally_errrr)
"SMB" <mailer@forums.com> wrote in message
news:eeve94$nu0$1@forums.macromedia.com...
>
> "wally_errrr" <webforumsuser@macromedia.com> wrote in message
> news:eevags$jmc$1@forums.macromedia.com...
>> Is there anyway to have classes defined in external AS files to bring up
>> a list
>> of public methods when you are reffering to an instance of the class.....
>>
>> so when i type;
>>
>> myInstance. <- Then a drop down list would appear
>> with
>> my methods?
>>
>> Thanks for your help,
>>
>> Nathan
>>
>
> I investigated this myself a while back. Nobody knew if it was possible,
> and poking around yielded nothing.
>
> Hopefully there will be some sort of builtin help function that show help
> docs --- I'll keep dreaming.
>
> SMB
I did some more digging today and found this...
http://www.actionscripts.org/tutorials/intermediate/Using_ASSetPropFlags/index.shtml
not exactly what you were looking for, but I am happy with it.