Highlight same word in document

2012-09-23 Thread Riccardo Perotti
I've seen this in a lot of IDEs and editors. I'm surprised I can't find it in BBEdit, since it is so useful: Select a word. Hit a shortcut. All occurrences of that word get highlighted in the document. SO USEFUL!!! I mimic this by copying the word, pasting into Live Search and then deleting

Re: BBEdit looks quite bad on Retina MBP

2012-09-23 Thread Luke Wright
Glad to hear it's being worked on. It does look iffy on a retina screen, but I'm dealing for the time being as I really love BBEdit. May jump to sublime for really long days of coding until the update gets released though. -- -- You received this message because you are subscribed to the

Re: Opening a file into a new window rather than in the project's editor

2012-09-23 Thread YKdvd
On Monday, September 10, 2012 10:13:23 AM UTC-3, Christopher Stone wrote: On Sep 10, 2012, at 07:30, Philippe Martin fl...@flipmartin.netjavascript: wrote: When I have a project document open, if I try to open from the Finder a file that is part of this project, it opens in the project

Re: Highlight same word in document

2012-09-23 Thread Alex Satrapa
On 23 Sep 2012, at 17:11, Riccardo Perotti wrote: Select a word. Hit a shortcut. All occurrences of that word get highlighted in the document. SO USEFUL!!! I mimic this by copying the word, pasting into Live Search and then deleting one character, but of course it's not the same. Live

Re: Highlight same word in document

2012-09-23 Thread Riccardo Perotti
On Sep 23, 2012, at 10:41 AM, Alex Satrapa wrote: Select a word. Hit a shortcut. All occurrences of that word get highlighted in the document. SO USEFUL!!! I mimic this by copying the word, pasting into Live Search and then deleting one character, but of course it's not the same. Live

Re: Opening a file into a new window rather than in the project's editor

2012-09-23 Thread Fritz Anderson
On 22 Sep 2012, at 7:23 PM, YKdvd davidobe...@gmail.com wrote: On my BBEdit 10.1.2 setup, Cmd-Opt-O shows up on the View menu assigned to Go Here in Terminal, and actually does that! I started up BBEdit on another account on the same machine and it Cmd-Opt-O appeared properly assigned to

Re: Opening a file into a new window rather than in the project's editor

2012-09-23 Thread YKdvd
On Sunday, September 23, 2012 12:44:04 PM UTC-3, Fritz Anderson wrote: You don't say whether go-here is your preferred behavior. Do you remember ever going to the Menus Shortcuts panel and changing the assignment? If the prefs are very. very old, you might have made the change and not

Javascript code completion does not work BBEdit version 10.1.2

2012-09-23 Thread Lars Christoffersen
Hi I have purchased the BBEdit version 10.1.2 (3152), but unfortunately code completion in *.js files does not work very well. For instance, in a new file, if I write window is does not recognize either the word og any methods (like onload). Some times it work a litte better, but most of the

Re: Javascript code completion does not work BBEdit version 10.1.2

2012-09-23 Thread Charlie Garrison
Good morning, On 23/09/12 at 12:50 PM -0700, Lars Christoffersen l.christoffer...@gmail.com wrote: I have purchased the BBEdit version 10.1.2 (3152), but unfortunately code completion in *.js files does not work very well. You might need a clipping set for javascript. I added quite a few

Re: Reading Data from Text Window into a Shell Worksheet

2012-09-23 Thread Christopher Stone
Hey Doug, On Sep 22, 2012, at 19:51, Doug McNutt dougl...@macnauchtan.com wrote: Have a look at shell tools pbcopy and pbpaste. They can copy stdin into the clipboard and copy the clipboard to stdout. date | pbcopy cat somefile | pbcopy I've used this sort of thing many times. pbpaste

Re: Highlight same word in document

2012-09-23 Thread Alex Satrapa
I think I understand what you are saying. In Vim I can have incsearch and hlsesrch turned on, so the found words will be highlighted while editing. One thing I find a little upsetting is that after a live search, Command+G will find the next occurrence of the previous Find/Replace dialog