HighDots Forums  

function navigator missing prototype function names

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss function navigator missing prototype function names in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mcinp
 
Posts: n/a

Default function navigator missing prototype function names - 11-02-2005 , 06:29 AM






Hi,
I use dreamweaver primarily for editing javascript files.
I find it frustrating that the function navigator (right click on code editor
and select "Functions>") does not disply "prototype" function names.
For example, a function defined like:
"AeosForm.prototype.setAllReadOnly = function() {....)"
appears in the function navigator as:
"("
Has anyone got a fix for this?
Thanks,
mcinp


Reply With Quote
  #2  
Old   
Mick White
 
Posts: n/a

Default Re: function navigator missing prototype function names - 11-03-2005 , 11:22 AM






mcinp wrote:

Quote:
Hi,
I use dreamweaver primarily for editing javascript files.
I find it frustrating that the function navigator (right click on code editor
and select "Functions>") does not disply "prototype" function names.
For example, a function defined like:
"AeosForm.prototype.setAllReadOnly = function() {....)"
appears in the function navigator as:
"("
Has anyone got a fix for this?
Thanks,
mcinp

By naming the function(make it non-anonymous):
function foo(){...}
AeosForm.prototype.setAllReadOnly=foo;

Mick
--
Isn't it enough to see that a garden is beautiful without having
to believe that there are fairies at the bottom of it too?
[Douglas Adams]


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.