TextMate 1 or 2, is there a way to auto-highlight all occurrences of selected word?
I was from Windows using EditPlus, when I double-click or Ctrl+W to select a word, EditPlus is able to automatically highlight all occurrences in a different background colour, very nice and useful feature.
With TextMate I have to additionally hit Opt+Cmd+F, and highlighting colour is same as selected word, not eye-catching. I use 'soft' and light background for selection background but I prefer bright background (eg yellow) for highlighted words.
Ctr-S not really meets what I need.
Thanks.
-- Sent from my mobile. Ignore the typos unless they're funny.
On 3 Jun 2014, at 4:20, Kelvin Wu wrote:
TextMate 1 or 2, is there a way to auto-highlight all occurrences of selected word? […]
With TextMate I have to additionally hit Opt+Cmd+F […]
Ctr-S not really meets what I need.
Beyond the options you already listed, there is no way to highlight all occurances of current selection.
Will this requirement be considered in the future version?
I attach a screenshot that shows what it looks like in EditPlus. A simple double-click on word "prev_sc", will highlight all occurrences in the dcument. useful to quickly find a particular pattern.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Thu, Jun 19, 2014 at 3:53 AM, Allan Odgaard mailinglist@textmate.org wrote:
On 3 Jun 2014, at 4:20, Kelvin Wu wrote:
TextMate 1 or 2, is there a way to auto-highlight all occurrences of
selected word? [...]
With TextMate I have to additionally hit Opt+Cmd+F [...]
Ctr-S not really meets what I need.
Beyond the options you already listed, there is no way to highlight all occurances of current selection.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
I guess you could program option-double click to the same as “double-click + ⌘-E + ⌘-⌥-F ”
On 16 Apr 2015, at 6:58 AM, Kelvin Wu kelvin.wu@gmail.com wrote:
Will this requirement be considered in the future version?
I attach a screenshot that shows what it looks like in EditPlus. A simple double-click on word "prev_sc", will highlight all occurrences in the dcument. useful to quickly find a particular pattern.
<mx33AF0.png>
-- Sent from my mobile. Ignore the typos unless they're funny.
On Thu, Jun 19, 2014 at 3:53 AM, Allan Odgaard <mailinglist@textmate.org mailto:mailinglist@textmate.org> wrote: On 3 Jun 2014, at 4:20, Kelvin Wu wrote:
TextMate 1 or 2, is there a way to auto-highlight all occurrences of selected word? […]
With TextMate I have to additionally hit Opt+Cmd+F […]
Ctr-S not really meets what I need.
Beyond the options you already listed, there is no way to highlight all occurances of current selection.
textmate mailing list textmate@lists.macromates.com mailto:textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Apr 16, 2015, at 2:07 PM, Tim Bates timothy.c.bates@gmail.com wrote:
I guess you could program option-double click to the same as “double-click + ⌘-E + ⌘-⌥-F ”
It should search for \b${TM_SELECTED_TEXT}\b with “Regular Expression” turned on, not just ${TM_SELECTED_TEXT}.
I don't really like what cmd+opt+F does,
1. it auto jumps to the last occurrence, which could be few pages away from where I double-clicked. 2. the highlighting background color is same as selection background, if you see my screenshot, i actually prefer a different, bright color to highlight all occurrences.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Thu, Apr 16, 2015 at 7:07 PM, Tim Bates timothy.c.bates@gmail.com wrote:
I guess you could program option-double click to the same as “double-click
- ⌘-E + ⌘-⌥-F ”
On 16 Apr 2015, at 6:58 AM, Kelvin Wu kelvin.wu@gmail.com wrote:
Will this requirement be considered in the future version?
I attach a screenshot that shows what it looks like in EditPlus. A simple double-click on word "prev_sc", will highlight all occurrences in the dcument. useful to quickly find a particular pattern.
<mx33AF0.png>
-- Sent from my mobile. Ignore the typos unless they're funny.
On Thu, Jun 19, 2014 at 3:53 AM, Allan Odgaard mailinglist@textmate.org wrote:
On 3 Jun 2014, at 4:20, Kelvin Wu wrote:
TextMate 1 or 2, is there a way to auto-highlight all occurrences of
selected word? […]
With TextMate I have to additionally hit Opt+Cmd+F […]
Ctr-S not really meets what I need.
Beyond the options you already listed, there is no way to highlight all occurances of current selection.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
I think this is a subtly different use case to CMD+OPT+F. What I've seen elsewhere is an indication of the same text elsewhere in the current document, not a multiple caret selection. So any currently highlighted text would appear throughout the doc similar to how highlighting matching pairs works now – something that doesn't require the user to do anything.
On 16 April 2015 at 16:47, Kelvin Wu kelvin.wu@gmail.com wrote:
I don't really like what cmd+opt+F does,
- it auto jumps to the last occurrence, which could be few pages away
from where I double-clicked. 2. the highlighting background color is same as selection background, if you see my screenshot, i actually prefer a different, bright color to highlight all occurrences.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Thu, Apr 16, 2015 at 7:07 PM, Tim Bates timothy.c.bates@gmail.com wrote:
I guess you could program option-double click to the same as “double-click + ⌘-E + ⌘-⌥-F ”
On 16 Apr 2015, at 6:58 AM, Kelvin Wu kelvin.wu@gmail.com wrote:
Will this requirement be considered in the future version?
I attach a screenshot that shows what it looks like in EditPlus. A simple double-click on word "prev_sc", will highlight all occurrences in the dcument. useful to quickly find a particular pattern.
<mx33AF0.png>
-- Sent from my mobile. Ignore the typos unless they're funny.
On Thu, Jun 19, 2014 at 3:53 AM, Allan Odgaard mailinglist@textmate.org wrote:
On 3 Jun 2014, at 4:20, Kelvin Wu wrote:
TextMate 1 or 2, is there a way to auto-highlight all occurrences of
selected word? […]
With TextMate I have to additionally hit Opt+Cmd+F […]
Ctr-S not really meets what I need.
Beyond the options you already listed, there is no way to highlight all occurances of current selection.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
2 years past, just to bump this request again, any hope to add this feature in TM3? Have been searching for this feature in some other Mac editors, Sublime 3 does what I am looking for, i.e., control+d or double click to highlight all occurrences, but i am not a big fan of Sublime..
-- Sent from my mobile. Ignore the typos unless they're funny.
On Wed, Apr 22, 2015 at 6:36 PM, George McGinley Smith george@gsgd.co.uk wrote:
I think this is a subtly different use case to CMD+OPT+F. What I've seen elsewhere is an indication of the same text elsewhere in the current document, not a multiple caret selection. So any currently highlighted text would appear throughout the doc similar to how highlighting matching pairs works now – something that doesn't require the user to do anything.
On 16 April 2015 at 16:47, Kelvin Wu kelvin.wu@gmail.com wrote:
I don't really like what cmd+opt+F does,
- it auto jumps to the last occurrence, which could be few pages away
from where I double-clicked. 2. the highlighting background color is same as selection background, if you see my screenshot, i actually prefer a different, bright color to highlight all occurrences.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Thu, Apr 16, 2015 at 7:07 PM, Tim Bates timothy.c.bates@gmail.com wrote:
I guess you could program option-double click to the same as “double-click + ⌘-E + ⌘-⌥-F ”
On 16 Apr 2015, at 6:58 AM, Kelvin Wu kelvin.wu@gmail.com wrote:
Will this requirement be considered in the future version?
I attach a screenshot that shows what it looks like in EditPlus. A simple double-click on word "prev_sc", will highlight all occurrences in the dcument. useful to quickly find a particular pattern.
<mx33AF0.png>
-- Sent from my mobile. Ignore the typos unless they're funny.
On Thu, Jun 19, 2014 at 3:53 AM, Allan Odgaard <mailinglist@textmate.org
wrote:
On 3 Jun 2014, at 4:20, Kelvin Wu wrote:
TextMate 1 or 2, is there a way to auto-highlight all occurrences of
selected word? […]
With TextMate I have to additionally hit Opt+Cmd+F […]
Ctr-S not really meets what I need.
Beyond the options you already listed, there is no way to highlight all occurances of current selection.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- Kind regards, George.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
I know this isn't what you're asking for, but I really like the fact you can go from command-E command-F to Find All _in document_. You thus get a different use of the global find dialog: all occurrences _in this document_ appear in the dialog (rather than in the project). To me, this handles the need you're describing. I don't think autohighlighting would be useful because then you have to scroll and spot the highlighting (and my documents are _big_), whereas this way they are all listed for you. m.
On Oct 7, 2016, at 9:15 AM, Kelvin Wu kelvin.wu@gmail.com wrote:
2 years past, just to bump this request again, any hope to add this feature in TM3? Have been searching for this feature in some other Mac editors, Sublime 3 does what I am looking for, i.e., control+d or double click to highlight all occurrences, but i am not a big fan of Sublime..
-- Sent from my mobile. Ignore the typos unless they're funny.
On Wed, Apr 22, 2015 at 6:36 PM, George McGinley Smith george@gsgd.co.uk wrote: I think this is a subtly different use case to CMD+OPT+F. What I've seen elsewhere is an indication of the same text elsewhere in the current document, not a multiple caret selection. So any currently highlighted text would appear throughout the doc similar to how highlighting matching pairs works now – something that doesn't require the user to do anything.
On 16 April 2015 at 16:47, Kelvin Wu kelvin.wu@gmail.com wrote: I don't really like what cmd+opt+F does,
- it auto jumps to the last occurrence, which could be few pages away from where I double-clicked.
- the highlighting background color is same as selection background, if you see my screenshot, i actually prefer a different, bright color to highlight all occurrences.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Thu, Apr 16, 2015 at 7:07 PM, Tim Bates timothy.c.bates@gmail.com wrote: I guess you could program option-double click to the same as “double-click + ⌘-E + ⌘-⌥-F ”
On 16 Apr 2015, at 6:58 AM, Kelvin Wu kelvin.wu@gmail.com wrote:
Will this requirement be considered in the future version?
I attach a screenshot that shows what it looks like in EditPlus. A simple double-click on word "prev_sc", will highlight all occurrences in the dcument. useful to quickly find a particular pattern.
<mx33AF0.png>
-- Sent from my mobile. Ignore the typos unless they're funny.
On Thu, Jun 19, 2014 at 3:53 AM, Allan Odgaard mailinglist@textmate.org wrote: On 3 Jun 2014, at 4:20, Kelvin Wu wrote:
TextMate 1 or 2, is there a way to auto-highlight all occurrences of selected word? […]
With TextMate I have to additionally hit Opt+Cmd+F […]
Ctr-S not really meets what I need.
Beyond the options you already listed, there is no way to highlight all occurances of current selection.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- Kind regards, George.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 10! http://shop.oreilly.com/product/0636920055235.do iOS 10 Fundamentals! http://shop.oreilly.com/product/0636920055211.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
I know this isn't what you're asking for, but I really like the fact you can go from command-E command-F to Find All _in document_. You thus get a different use of the global find dialog: all occurrences _in this document_ appear in the dialog (rather than in the project). To me, this handles the need you're describing. I don't think autohighlighting would be useful because then you have to scroll and spot the highlighting (and my documents are _big_), whereas this way they are all listed for you. m.
In ST3 only word occurrences are highlighted. In TM also the parts of the words are highlighted. In short in ST3 the /\bword\b/ regex is used while in TM just /word/. It would be really nice btw if that mode could be enabled using a shortcut. Because currently I have to use ⌘E, ⌘F, wrap the search string in \b, ⌘⌥R, ⌘↩ to find all word occurrences.
On 7 Oct 2016, at 18:55, Igor Kozlov wrote:
[…] It would be really nice btw if that mode could be enabled using a shortcut. Because currently I have to use ⌘E, ⌘F, wrap the search string in \b, ⌘⌥R, ⌘↩ to find all word occurrences.
I am thinking it might make sense if ⌘E would always add work boundaries if (and only if) the selection had them (presumably even mirror it, so using ⌘E with a selected prefix would put `\b` before the search string but not after it).
On 7 Oct 2016, at 12:47, Matt Neuburg wrote:
I know this isn't what you're asking for, but I really like the fact you can go from command-E command-F to Find All _in document_.
There’s also ⌥⌘F to *select* all occurrences of a search term in the document, if the highlighting associated with a selection is good enough for the OP.
On Oct 7, 2016, at 10:44 AM, Rob McBroom mailinglist0@skurfer.com wrote:
On 7 Oct 2016, at 12:47, Matt Neuburg wrote:
I know this isn't what you're asking for, but I really like the fact you can go from command-E command-F to Find All _in document_.
There’s also ⌥⌘F to select all occurrences of a search term in the document, if the highlighting associated with a selection is good enough for the OP.
But he said it isn't. That's the _first_ thing he said. m.
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 10! http://shop.oreilly.com/product/0636920055235.do iOS 10 Fundamentals! http://shop.oreilly.com/product/0636920055211.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
to me, this feature is useful when i want to quickly see the same word around the current line, above and below, this is often used when analysing logs, highlighting a word (e.g. a thread ID) will popup those lines from the mass.
so it is not about 'search' or 'find all', it is about highlighting them on the spot. option+command+F will jump to the last occurrence unfortunately.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Sat, Oct 8, 2016 at 2:48 AM, Matt Neuburg matt@tidbits.com wrote:
On Oct 7, 2016, at 10:44 AM, Rob McBroom mailinglist0@skurfer.com
wrote:
On 7 Oct 2016, at 12:47, Matt Neuburg wrote:
I know this isn't what you're asking for, but I really like the fact you
can go from command-E command-F to Find All _in document_.
There’s also ⌥⌘F to select all occurrences of a search term in the
document, if the highlighting associated with a selection is good enough for the OP.
But he said it isn't. That's the _first_ thing he said. m.
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 10! http://shop.oreilly.com/product/0636920055235.do iOS 10 Fundamentals! http://shop.oreilly.com/product/0636920055211.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Oops, must be a typo... But glad to hear it is in the to-do list :-)
-- Sent from my mobile. Ignore the typos unless they're funny.
On Mon, Oct 10, 2016 at 10:40 PM, Allan Odgaard mailinglist@textmate.org wrote:
On 7 Oct 2016, at 18:15, Kelvin Wu wrote:
[…] any hope to add this feature in TM3? […]
Unsure where you got TM3 from, I certainly do not have a list of features scheduled for TM3, I just have a big list, and this feature is on it.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
6 years passed... :-(
Is there any other lightweight code editor that supports this feature? Tried ST3 but personally didn't like it on the whole.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Tue, Oct 11, 2016 at 10:12 AM Kelvin Wu kelvin.wu@gmail.com wrote:
Oops, must be a typo... But glad to hear it is in the to-do list :-)
-- Sent from my mobile. Ignore the typos unless they're funny.
On Mon, Oct 10, 2016 at 10:40 PM, Allan Odgaard mailinglist@textmate.org wrote:
On 7 Oct 2016, at 18:15, Kelvin Wu wrote:
[…] any hope to add this feature in TM3? […]
Unsure where you got TM3 from, I certainly do not have a list of features scheduled for TM3, I just have a big list, and this feature is on it.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
BBEdit also shows all instances of a selected word, marking them with an underline. The thing that ST does (I think, I've only seen other people doing this in screencasts, so there may be a command-key-chord involved) is actually select all those instances, so you can edit them at once. If BBEdit does that outside of using the Find interface, I don't know how to do that.
Walter
On Aug 1, 2020, at 10:11 PM, Kelvin Wu kelvin.wu@gmail.com wrote:
6 years passed... :-(
Is there any other lightweight code editor that supports this feature? Tried ST3 but personally didn't like it on the whole.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Tue, Oct 11, 2016 at 10:12 AM Kelvin Wu kelvin.wu@gmail.com wrote:
Oops, must be a typo... But glad to hear it is in the to-do list :-)
-- Sent from my mobile. Ignore the typos unless they're funny.
On Mon, Oct 10, 2016 at 10:40 PM, Allan Odgaard mailinglist@textmate.org wrote:
On 7 Oct 2016, at 18:15, Kelvin Wu wrote:
[…] any hope to add this feature in TM3? […]
Unsure where you got TM3 from, I certainly do not have a list of features scheduled for TM3, I just have a big list, and this feature is on it.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
I find BBEdit's underlining of all instances of the selected word infuriating.
* If I want to select all instances of the selected word in TextMate (e.g. in order to change them all by typing), that's easy with Command-E Option-Command-F.
* More often, I say Command-E Command-F Option-Command-F to see them all listed in the Find dialog.
* Or just Command-E Command-G repeatedly to cycle through them.
It's hard for me to see what else would be desirable. m.
On Aug 2, 2020, at 7:44 AM, Walter Lee Davis waltd@wdstudio.com wrote:
BBEdit also shows all instances of a selected word, marking them with an underline. The thing that ST does (I think, I've only seen other people doing this in screencasts, so there may be a command-key-chord involved) is actually select all those instances, so you can edit them at once. If BBEdit does that outside of using the Find interface, I don't know how to do that.
Walter
On Aug 1, 2020, at 10:11 PM, Kelvin Wu kelvin.wu@gmail.com wrote:
6 years passed... :-(
Is there any other lightweight code editor that supports this feature? Tried ST3 but personally didn't like it on the whole.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Tue, Oct 11, 2016 at 10:12 AM Kelvin Wu kelvin.wu@gmail.com wrote:
Oops, must be a typo... But glad to hear it is in the to-do list :-)
-- Sent from my mobile. Ignore the typos unless they're funny.
On Mon, Oct 10, 2016 at 10:40 PM, Allan Odgaard mailinglist@textmate.org wrote:
On 7 Oct 2016, at 18:15, Kelvin Wu wrote:
[…] any hope to add this feature in TM3? […]
Unsure where you got TM3 from, I certainly do not have a list of features scheduled for TM3, I just have a big list, and this feature is on it.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 13! http://shop.oreilly.com/product/0636920310075.do iOS 13 Fundamentals! http://shop.oreilly.com/product/0636920310068.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
I tend to agree, but I also see this as a feature on a short list that prevents adoption.
Thanks, Graham
On 2 Aug 2020, at 10:33, Matt Neuburg wrote:
I find BBEdit's underlining of all instances of the selected word infuriating.
- If I want to select all instances of the selected word in TextMate
(e.g. in order to change them all by typing), that's easy with Command-E Option-Command-F.
- More often, I say Command-E Command-F Option-Command-F to see them
all listed in the Find dialog.
- Or just Command-E Command-G repeatedly to cycle through them.
It's hard for me to see what else would be desirable. m.
On Aug 2, 2020, at 7:44 AM, Walter Lee Davis waltd@wdstudio.com wrote:
BBEdit also shows all instances of a selected word, marking them with an underline. The thing that ST does (I think, I've only seen other people doing this in screencasts, so there may be a command-key-chord involved) is actually select all those instances, so you can edit them at once. If BBEdit does that outside of using the Find interface, I don't know how to do that.
Walter
On Aug 1, 2020, at 10:11 PM, Kelvin Wu kelvin.wu@gmail.com wrote:
6 years passed... :-(
Is there any other lightweight code editor that supports this feature? Tried ST3 but personally didn't like it on the whole.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Tue, Oct 11, 2016 at 10:12 AM Kelvin Wu kelvin.wu@gmail.com wrote:
Oops, must be a typo... But glad to hear it is in the to-do list :-)
-- Sent from my mobile. Ignore the typos unless they're funny.
On Mon, Oct 10, 2016 at 10:40 PM, Allan Odgaard mailinglist@textmate.org wrote:
On 7 Oct 2016, at 18:15, Kelvin Wu wrote:
[…] any hope to add this feature in TM3? […]
Unsure where you got TM3 from, I certainly do not have a list of features scheduled for TM3, I just have a big list, and this feature is on it.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 13! http://shop.oreilly.com/product/0636920310075.do iOS 13 Fundamentals! http://shop.oreilly.com/product/0636920310068.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
Mmmmm, I take it you mean that if TextMate did this, then some people might use it who don't use it now. m.
On Aug 2, 2020, at 8:40 AM, Graham Heath graham.p.heath@gmail.com wrote:
I tend to agree, but I also see this as a feature on a short list that prevents adoption.
Thanks, Graham
On 2 Aug 2020, at 10:33, Matt Neuburg wrote:
I find BBEdit's underlining of all instances of the selected word infuriating.
If I want to select all instances of the selected word in TextMate (e.g. in order to change them all by typing), that's easy with Command-E Option-Command-F.
More often, I say Command-E Command-F Option-Command-F to see them all listed in the Find dialog.
Or just Command-E Command-G repeatedly to cycle through them.
It's hard for me to see what else would be desirable. m.
On Aug 2, 2020, at 7:44 AM, Walter Lee Davis waltd@wdstudio.com wrote:
BBEdit also shows all instances of a selected word, marking them with an underline. The thing that ST does (I think, I've only seen other people doing this in screencasts, so there may be a command-key-chord involved) is actually select all those instances, so you can edit them at once. If BBEdit does that outside of using the Find interface, I don't know how to do that.
Walter
On Aug 1, 2020, at 10:11 PM, Kelvin Wu kelvin.wu@gmail.com wrote:
6 years passed... :-(
Is there any other lightweight code editor that supports this feature? Tried ST3 but personally didn't like it on the whole.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Tue, Oct 11, 2016 at 10:12 AM Kelvin Wu kelvin.wu@gmail.com wrote:
Oops, must be a typo... But glad to hear it is in the to-do list :-)
-- Sent from my mobile. Ignore the typos unless they're funny.
On Mon, Oct 10, 2016 at 10:40 PM, Allan Odgaard mailinglist@textmate.org wrote:
On 7 Oct 2016, at 18:15, Kelvin Wu wrote:
> […] any hope to add this feature in TM3? […]
Unsure where you got TM3 from, I certainly do not have a list of features scheduled for TM3, I just have a big list, and this feature is on it.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 13! http://shop.oreilly.com/product/0636920310075.do iOS 13 Fundamentals! http://shop.oreilly.com/product/0636920310068.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 13! http://shop.oreilly.com/product/0636920310075.do iOS 13 Fundamentals! http://shop.oreilly.com/product/0636920310068.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
actually, the purpose of highlighting all occurrences is not for editing them, rather pointing out where they are, scenario such as tracing and analysing a thread ID in a massy log file.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Sun, Aug 2, 2020 at 11:33 PM Matt Neuburg matt@tidbits.com wrote:
I find BBEdit's underlining of all instances of the selected word infuriating.
If I want to select all instances of the selected word in TextMate (e.g. in order to change them all by typing), that's easy with Command-E Option-Command-F.
More often, I say Command-E Command-F Option-Command-F to see them all listed in the Find dialog.
Or just Command-E Command-G repeatedly to cycle through them.
It's hard for me to see what else would be desirable. m.
On Aug 2, 2020, at 7:44 AM, Walter Lee Davis waltd@wdstudio.com wrote:
BBEdit also shows all instances of a selected word, marking them with an underline. The thing that ST does (I think, I've only seen other people doing this in screencasts, so there may be a command-key-chord involved) is actually select all those instances, so you can edit them at once. If BBEdit does that outside of using the Find interface, I don't know how to do that.
Walter
On Aug 1, 2020, at 10:11 PM, Kelvin Wu kelvin.wu@gmail.com wrote:
6 years passed... :-(
Is there any other lightweight code editor that supports this feature? Tried ST3 but personally didn't like it on the whole.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Tue, Oct 11, 2016 at 10:12 AM Kelvin Wu kelvin.wu@gmail.com wrote:
Oops, must be a typo... But glad to hear it is in the to-do list :-)
-- Sent from my mobile. Ignore the typos unless they're funny.
On Mon, Oct 10, 2016 at 10:40 PM, Allan Odgaard mailinglist@textmate.org wrote:
On 7 Oct 2016, at 18:15, Kelvin Wu wrote:
[…] any hope to add this feature in TM3? […]
Unsure where you got TM3 from, I certainly do not have a list of features scheduled for TM3, I just have a big list, and this feature is on it.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
-- matt neuburg, phd = http://www.apeth.net/matt/ pantes anthropoi tou eidenai oregontai phusei Programming iOS 13! http://shop.oreilly.com/product/0636920310075.do iOS 13 Fundamentals! http://shop.oreilly.com/product/0636920310068.do RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
VS Code seems to support this too, will find time and try both
-- Sent from my mobile. Ignore the typos unless they're funny.
On Sun, Aug 2, 2020 at 10:44 PM Walter Lee Davis waltd@wdstudio.com wrote:
BBEdit also shows all instances of a selected word, marking them with an underline. The thing that ST does (I think, I've only seen other people doing this in screencasts, so there may be a command-key-chord involved) is actually select all those instances, so you can edit them at once. If BBEdit does that outside of using the Find interface, I don't know how to do that.
Walter
On Aug 1, 2020, at 10:11 PM, Kelvin Wu kelvin.wu@gmail.com wrote:
6 years passed... :-(
Is there any other lightweight code editor that supports this feature? Tried ST3 but personally didn't like it on the whole.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Tue, Oct 11, 2016 at 10:12 AM Kelvin Wu kelvin.wu@gmail.com wrote:
Oops, must be a typo... But glad to hear it is in the to-do list :-)
-- Sent from my mobile. Ignore the typos unless they're funny.
On Mon, Oct 10, 2016 at 10:40 PM, Allan Odgaard mailinglist@textmate.org wrote:
On 7 Oct 2016, at 18:15, Kelvin Wu wrote:
[…] any hope to add this feature in TM3? […]
Unsure where you got TM3 from, I certainly do not have a list of features scheduled for TM3, I just have a big list, and this feature is on it.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
TextMate mailing list -- textmate@lists.macromates.com To unsubscribe send an email to textmate-leave@lists.macromates.com %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
What about control + W. One of my faves!
Ross Ahmed Ecologist -- 07875533906 Twitter: @RossAhmed LinkedIn: Ross Ahmed
On 16 Apr 2015, at 06:58, Kelvin Wu kelvin.wu@gmail.com wrote:
Will this requirement be considered in the future version?
I attach a screenshot that shows what it looks like in EditPlus. A simple double-click on word "prev_sc", will highlight all occurrences in the dcument. useful to quickly find a particular pattern.
-- Sent from my mobile. Ignore the typos unless they're funny.
On Thu, Jun 19, 2014 at 3:53 AM, Allan Odgaard mailinglist@textmate.org wrote: On 3 Jun 2014, at 4:20, Kelvin Wu wrote:
TextMate 1 or 2, is there a way to auto-highlight all occurrences of selected word? […]
With TextMate I have to additionally hit Opt+Cmd+F […]
Ctr-S not really meets what I need.
Beyond the options you already listed, there is no way to highlight all occurances of current selection.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate