Layout.word select.stop at punctuation: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (→‎Has an effect in: capitalization of SeaMonkey)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{wrongtitle|title=layout.word_select.stop_at_punctuation}}
{{preference|pref=layout.word_select.stop_at_punctuation}}


==Background==
==Background==
This preference controls the selection behaviour when double-clicking text as it relates to punctuation surrounding the text.
This preference controls the selection behaviour when double-clicking text as it relates to punctuation surrounding the text. It also affects the way some shortcuts (e.g. Ctrl+Left/Right arrow) and Ctrl+Backspace) work when editing text.


==Possible values and their effects==
==Possible values and their effects==
===True===
===True===
Select surrounding punctuation. (Default on Minimo and all platforms except Unix and OS2)
"Word" selection includes surrounding punctuation and only stops at whitespace, so that for example double-clicking ''example.com/the/path'' and the other above-mentioned shortcuts select the entire URL. (Default on Linux/Unix and OS2 for all apps except Minimo and Firefox after {{bug|190615}})  
 
===False===
===False===
Do not select any punctuation. (Default on Unix and OS2 for all apps except Minimo)
Word selection using the above mentioned shortcuts ends at punctuation characters. (Default on Minimo and all platforms except Linux/Unix and OS2)


==First checked in==
==First checked in==
Line 19: Line 20:
* Firebird (all versions)
* Firebird (all versions)
* Firefox (all versions)
* Firefox (all versions)
* Thunderbird (verified for 1.5.0.9)
* Minimo (all versions)
* Minimo (all versions)
* SeaMonkey (all versions)
* SeaMonkey (all versions)
Line 25: Line 27:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=98546 Bug 98546 - Better word-break detection (double-clicking, Control+arrow keys, Control+Backspace/Delete)]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=98546 Bug 98546 - Better word-break detection (double-clicking, Control+arrow keys, Control+Backspace/Delete)]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=190615 Bug 190615 - make stop_at_punctuation=true the default on unix (double-clicking shouldn't select punctuation)]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=190615 Bug 190615 - make stop_at_punctuation=true the default on unix (double-clicking shouldn't select punctuation)]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=193025 Bug 193025 - Pref "layout.word_select.stop_at_punctuation" can't be set in user's user.js.]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=194925 Bug 194925 - Split layout.word_select.stop_at_punctuation behaviour in two prefs, one for keyboard, one for mouse]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=194925 Bug 194925 - Split layout.word_select.stop_at_punctuation behaviour in two prefs, one for keyboard, one for mouse]


==Related preferences==
==Related preferences==
* [[layout.word_select.eat_space_to_next_word]]
* [[layout.word_select.eat_space_to_next_word]]
* [[browser.urlbar.doubleClickSelectsAll]]


[[Category:Preferences]]
[[Category:Preferences]]

Latest revision as of 04:31, 19 May 2011

Background

This preference controls the selection behaviour when double-clicking text as it relates to punctuation surrounding the text. It also affects the way some shortcuts (e.g. Ctrl+Left/Right arrow) and Ctrl+Backspace) work when editing text.

Possible values and their effects

True

"Word" selection includes surrounding punctuation and only stops at whitespace, so that for example double-clicking example.com/the/path and the other above-mentioned shortcuts select the entire URL. (Default on Linux/Unix and OS2 for all apps except Minimo and Firefox after bug 190615)

False

Word selection using the above mentioned shortcuts ends at punctuation characters. (Default on Minimo and all platforms except Linux/Unix and OS2)

First checked in

2001-10-19 by Mike Pinkerton.

Has an effect in

  • Netscape (all versions since 7.0)
  • Mozilla Suite (all versions since 0.9.6)
  • Phoenix (all versions)
  • Firebird (all versions)
  • Firefox (all versions)
  • Thunderbird (verified for 1.5.0.9)
  • Minimo (all versions)
  • SeaMonkey (all versions)

Related bugs

Related preferences