Yep. That's right. I've taken to using "Find & Mark All" to get function lists.

jsdoc (like javadoc) finds these, so it's not impossible....

-g

On 7/15/06 at 11:49 AM,  Steven Elliott <[EMAIL PROTECTED]> wrote:

> More and more of my javascript has become OO (like).
> 
> For example:
> 
> function Util() { };
> 
>      Util.selectValue = function ( ele ) {
>      return ele[ele(id).selectedIndex].value;
>     } 
> .....
> 
> The downside to this is that none of the defined functions show up in the
> function dropdown.  Even when the Language is set to Javascript I only get
> “Util” in the drop.
> 
> Before setting out to write a new language module I wanted to know if anyone
> else come up with a solution.
> 
> Thanks,
> 
> Steven Elliott
> 
> 
> 

--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

  • OO Javascript Steven Elliott
    • Re: OO Javascript Gregory Ramsperger

Reply via email to