Re: Function Menu: Javascript: Hide objects?

2016-09-02 Thread Colin
Okay, I guess the option doesn't exist. Well, I suppose I'll just leave a 
vote for a new expert mode feature like:

defaults write com.barebones.bbedit ShowObjectsInFunctionList_Javascript 
-bool NO


(I'm a little surprised this has never come up before. It's actually hard 
to find the functions amid all the configuration objects I'm having to use.)


Thanks,

Colin


-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: Function Menu: Javascript: Hide objects?

2016-08-23 Thread Colin
Sure. Here's a screen shot of my window with the function menu. I'd like 
'one', 'two' and 'three' to show up but not 'four' or any of the 
sub-objects.

(Text from examples follows in case it's needed for copy/paste.)

Thanks!
Colin



function one() {}
function two() {}
function three() {}

var four =
{
'obj1': 1,
'obj2': 
{
'obj2_1': 21,
'obj2_2': 21,
'obj3_3':
{
'obj3_3_1' : 331
}
},
}


-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Re: Function Menu: Javascript: Hide objects?

2016-08-22 Thread Oliver Boermans
Hi Colin,

On 23 August 2016 at 01:14, Colin  wrote:

> I've got large javascript objects (things with double-tilde's beside them)


Not sure what you mean. Can you paste or point to an example?

Cheers
Ollie

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.


Function Menu: Javascript: Hide objects?

2016-08-22 Thread Colin
I've got large javascript objects (things with double-tilde's beside them) 
that clutter up in my functions menu. Is there some way to turn these off 
so it only shows functions?

(I'm really sorry to be posting this as I'm sure I'm missing something 
obvious but I'm an hour into looking through the documentation, googling, 
sifting through defaults read options, trying to fiddle with expert mode 
settings, and looking through the preferences/languages options for 
Javascript.)

Sorry/thanks,
Colin

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: 
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.