Re: Disable auto complete

2017-11-29 Thread Gregg
An example of this is biting one's butt is Python: when doing a function 
comment of the form,

def something():
 """
This is what my function does
"""
pass

the insertion of the extra " gets annoying. The "easy" behavior is "don't 
add an extra quote if the mode is python and there's already three in the 
preceding characters" but my head is spinning thinking of how to implement 
that.

On Tuesday, November 28, 2017 at 11:31:34 AM UTC-5, Seth Dillingham wrote:
>
> On Tue, Nov 28, 2017 at 11:07 AM, Gustave Stresen-Reuter <
> tedmas...@gmail.com > wrote:
>
>> Is it reasonable to think that holding down a modifier key could 
>> temporarily disable this feature?
>>
>> I ask because I normally want it on but there are times when I really 
>> only want to type a single quote. For example, if I'm fixing a bug, like 
>> this:
>>
>> echo 'lipsum;
>>
>> I need to add a single quote between the m and the semicolon. By default, 
>> two will be added.
>>
>> An alternative would be to select the word that I want to have quoted and 
>> type a single quote and have BBEdit "know" that I only need it to add the 
>> single quote on the right.
>>
>> Is this reasonable?
>>
>
> This all seems very reasonable. 95% of the time the matching delimiters is 
> really handy, but that other 5% is a little annoying. It needs some 
> tweaking, IMO.
>

-- 
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: Disable auto complete

2017-11-29 Thread Marc Herman

> Op 29 nov. 2017, om 15:45 heeft Kerri Hicks  het 
> volgende geschreven:
> 
> I created a clipping for '. All that's in the clipping file is '. I assigned 
> it a keystroke (control-'). That inserts a single quotation mark, without 
> inserting the matching close single quote.
> 
> Actually, I created a whole set, including ', ", (, {, and <
> 
> They're in a zip file at 
> https://kerri.is/coding/BBEdit_open_glyph_clippings.zip 
>  if you want to 
> download them. To put them into action, go to BBEdit -> Clippings menu (the 
> round C) -> Open Clippings Folder, and stick them in your Universal Items. 
> Then open your Clippings palette, Set Shortcuts, and there you go -- you can 
> set your own "modifier" key by deciding which one you want to use. 
> 
> --Kerri
> 
> On Wed, Nov 29, 2017 at 7:52 AM, marcherm  > wrote:
> I agree. After failing to find the correct setting, my next attempt at a 
> solution had been to try the modifier keys.
> 
> 
> Op dinsdag 28 november 2017 17:07:54 UTC+1 schreef Gustave Stresen-Reuter:
> Is it reasonable to think that holding down a modifier key could temporarily 
> disable this feature?
> 
> I ask because I normally want it on but there are times when I really only 
> want to type a single quote. For example, if I'm fixing a bug, like this:
> 
> echo 'lipsum;
> 
> I need to add a single quote between the m and the semicolon. By default, two 
> will be added.
> 
> An alternative would be to select the word that I want to have quoted and 
> type a single quote and have BBEdit "know" that I only need it to add the 
> single quote on the right.
> 
> Is this reasonable?
> 
> Ted Stresen-Reuter
> 
> 
> On Tue, Nov 28, 2017 at 12:25 PM, Roland Küffner > 
> wrote:
> Preferences > Completion > Insert matching delimiters while typing
> 
> -Roland
> 
> On Tue, Nov 28, 2017 at 12:34 PM, marcherm > wrote:
> Whenever I type e.g. a single or double quote a second one is automatically 
> added.
> How can I disable this feature?
> 
> -- 
> This is the BBEdit Talk public discussion group. If you have a 
> feature request or would like to report a problem, please email
> "sup...@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+un...@googlegroups.com <>.
> To post to this group, send email to bbe...@googlegroups.com <>.
> Visit this group at https://groups.google.com/group/bbedit 
> .
> 
> 
> -- 
> This is the BBEdit Talk public discussion group. If you have a 
> feature request or would like to report a problem, please email
> "sup...@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+un...@googlegroups.com <>.
> To post to this group, send email to bbe...@googlegroups.com <>.
> Visit this group at https://groups.google.com/group/bbedit 
> .
> 
> 
> -- 
> 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 
> .
> 
> 
> -- 
> 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 a topic in the Google 
> Groups "BBEdit Talk" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/bbedit/YB7ifgokzw0/unsubscribe 
> .
> To 

Re: Erratic option-click and drag selection behaviour

2017-11-29 Thread Patrick Woolsey
I suggest you try the latest pre-release build, and if you have 
any further trouble, please contact tech support.



Regards,

 Patrick Woolsey
==
Bare Bones Software, Inc. 



On 11/29/17 at 8:04 AM, marc.her...@artefact.be (marcherm) wrote:

I experience an erratic option-click and drag selection 
behaviour. At times it works as expected, i.e. the selection is 
duplicated to where it is dragged. At other times however the 
selection becomes undone and a cursor is placed at the place of 
the click. I do not experience this in any other program.

Is there a remedy for this occasional lapse of reason?



--
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.


[INFO] making feature requests and/or dealing with unexpected behavior

2017-11-29 Thread Patrick Woolsey

Good morning folks and as a quick reminder:

This is the BBEdit Talk public discussion group and all topics 
related to using BBEdit are welcome here.


If however you have a feature request, or you encounter any 
unexpected behavior or need assistance with a problem, please 
contact tech support via email:


  supp...@barebones.com

or our support contact form:

  http://www.barebones.com/contact/technical.html

rather than posting here.


Regards,

 Patrick Woolsey
==
Bare Bones Software, Inc. 



--
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: Erratic option-click and drag selection behaviour

2017-11-29 Thread Bruce Van Allen

On 11/29/17 at 5:04 AM, marc.her...@artefact.be (marcherm) wrote:

I experience an erratic option-click and drag selection 
behaviour. At times it works as expected, i.e. the selection is 
duplicated to where it is dragged. At other times however the 
selection becomes undone and a cursor is placed at the place of 
the click. I do not experience this in any other program.

Is there a remedy for this occasional lapse of reason?


I've noticed the same thing since BBEdit 12 came out.

Maybe send an example text snippet and a description to 
Barebones support.


Meanwhile, I find that it works if I down-click and *hold* just 
a bit longer before starting to move/duplicate the selected text.


HTH
--

  - Bruce

_bruce__van_allen__santa_cruz__ca_

--
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: Disable auto complete

2017-11-29 Thread Kerri Hicks
I created a clipping for '. All that's in the clipping file is '. I
assigned it a keystroke (control-'). That inserts a single quotation mark,
without inserting the matching close single quote.

Actually, I created a whole set, including ', ", (, {, and <

They're in a zip file at
https://kerri.is/coding/BBEdit_open_glyph_clippings.zip if you want to
download them. To put them into action, go to BBEdit -> Clippings menu (the
round C) -> Open Clippings Folder, and stick them in your Universal Items.
Then open your Clippings palette, Set Shortcuts, and there you go -- you
can set your own "modifier" key by deciding which one you want to use.

--Kerri

On Wed, Nov 29, 2017 at 7:52 AM, marcherm  wrote:

> I agree. After failing to find the correct setting, my next attempt at a
> solution had been to try the modifier keys.
>
>
> Op dinsdag 28 november 2017 17:07:54 UTC+1 schreef Gustave Stresen-Reuter:
>>
>> Is it reasonable to think that holding down a modifier key could
>> temporarily disable this feature?
>>
>> I ask because I normally want it on but there are times when I really
>> only want to type a single quote. For example, if I'm fixing a bug, like
>> this:
>>
>> echo 'lipsum;
>>
>> I need to add a single quote between the m and the semicolon. By default,
>> two will be added.
>>
>> An alternative would be to select the word that I want to have quoted and
>> type a single quote and have BBEdit "know" that I only need it to add the
>> single quote on the right.
>>
>> Is this reasonable?
>>
>> Ted Stresen-Reuter
>>
>>
>> On Tue, Nov 28, 2017 at 12:25 PM, Roland Küffner 
>> wrote:
>>
>>> Preferences > Completion > Insert matching delimiters while typing
>>>
>>> -Roland
>>>
>>> On Tue, Nov 28, 2017 at 12:34 PM, marcherm  wrote:
>>>
 Whenever I type e.g. a single or double quote a second one is
 automatically added.
 How can I disable this feature?

 --
 This is the BBEdit Talk public discussion group. If you have a
 feature request or would like to report a problem, please email
 "sup...@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+un...@googlegroups.com.
 To post to this group, send email to bbe...@googlegroups.com.
 Visit this group at https://groups.google.com/group/bbedit.

>>>
>>> --
>>> This is the BBEdit Talk public discussion group. If you have a
>>> feature request or would like to report a problem, please email
>>> "sup...@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+un...@googlegroups.com.
>>> To post to this group, send email to bbe...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/bbedit.
>>>
>>
>> --
> 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.
>

-- 
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: Autocorrect is nearly useless due to the results being mashed

2017-11-29 Thread François Schiettecatte
This has been fixed in the beta, you get search the mailing list for the latest 
beta download, and will be in the release when it is released.

Cheers

François

> On Nov 28, 2017, at 11:53 AM, Tech Soft 3D  wrote:
> 
> 
> 
> 
> 
> I hope that there is an easy fix, I reset to defaults.
> 
> 
> 
> on latest OSX.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> 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.

-- 
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: Disable auto complete

2017-11-29 Thread marcherm
I agree. After failing to find the correct setting, my next attempt at a 
solution had been to try the modifier keys.


Op dinsdag 28 november 2017 17:07:54 UTC+1 schreef Gustave Stresen-Reuter:
>
> Is it reasonable to think that holding down a modifier key could 
> temporarily disable this feature?
>
> I ask because I normally want it on but there are times when I really only 
> want to type a single quote. For example, if I'm fixing a bug, like this:
>
> echo 'lipsum;
>
> I need to add a single quote between the m and the semicolon. By default, 
> two will be added.
>
> An alternative would be to select the word that I want to have quoted and 
> type a single quote and have BBEdit "know" that I only need it to add the 
> single quote on the right.
>
> Is this reasonable?
>
> Ted Stresen-Reuter
>
>
> On Tue, Nov 28, 2017 at 12:25 PM, Roland Küffner  > wrote:
>
>> Preferences > Completion > Insert matching delimiters while typing
>>
>> -Roland
>>
>> On Tue, Nov 28, 2017 at 12:34 PM, marcherm > > wrote:
>>
>>> Whenever I type e.g. a single or double quote a second one is 
>>> automatically added.
>>> How can I disable this feature?
>>>
>>> -- 
>>> This is the BBEdit Talk public discussion group. If you have a 
>>> feature request or would like to report a problem, please email
>>> "sup...@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+un...@googlegroups.com .
>>> To post to this group, send email to bbe...@googlegroups.com 
>>> .
>>> Visit this group at https://groups.google.com/group/bbedit.
>>>
>>
>> -- 
>> This is the BBEdit Talk public discussion group. If you have a 
>> feature request or would like to report a problem, please email
>> "sup...@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+un...@googlegroups.com .
>> To post to this group, send email to bbe...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/bbedit.
>>
>
>

-- 
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.


Erratic option-click and drag selection behaviour

2017-11-29 Thread marcherm
I experience an erratic option-click and drag selection behaviour. At times 
it works as expected, i.e. the selection is duplicated to where it is 
dragged. At other times however the selection becomes undone and a cursor 
is placed at the place of the click. I do not experience this in any other 
program.
Is there a remedy for this occasional lapse of reason?

-- 
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.