Editor window (and file drawer) width problems - too wide

2013-03-08 Thread Kevin Bolduan
In 10.5.2 I've noticed recently that when I open a second document (which causes the file drawer to appear) the editor window is often maximized automatically to fill my screen (or close). This makes the file drawer sidebar really wide and I always end up having to re-size it to make it

Growl notifications disappeared in 10.5.9

2014-03-07 Thread Kevin Bolduan
Greetings, Just had the automatic update to BBEdit 10.5.9 and noticed that my Growl notifications disappeared for things like search and replace. Confirmed the BBEdit is active with Growl and Growl still works for other apps. I'm using old stuff, so I'm guessing that's why, but can anyone

Re: Growl notifications disappeared in 10.5.9

2014-03-11 Thread Kevin Bolduan
, March 7, 2014, Kevin Bolduan kevin@gmail.com javascript: wrote: Just had the automatic update to BBEdit 10.5.9 and noticed that my Growl notifications disappeared for things like search and replace. Growl support has been removed while we isolate some related stability issues. Sorry

SASS Compiler?

2016-05-17 Thread Kevin Bolduan
Does anyone know of a plug-in or similar for BBEdit that will automatically compiles SASS into CSS? I'm aware of third-party applications like CodeKit and could probably figure out something Terminal-based on a watched folder, but am looking for something directly within BBEdit that allowed me

Re: Language files and colorizing words

2018-02-23 Thread Kevin Bolduan
Not sure if/when my previous post will be approved, but it can be disregarded. This is fixed for me (in CSS) in 12.1.1 (I had the issue only in 12.1). -Kevin On Saturday, February 10, 2018 at 3:10:37 PM UTC-8, Robert wrote: > > How do I make words the end in a colon colorized? > > Example: >

Re: Language files and colorizing words

2018-02-23 Thread Kevin Bolduan
I think I have the same question. Specifically, in CSS (editing a .css file), the declaration used to be colored but isn't anymore now that I've upgraded to v.12. .classname { background: #00; } Right now, .classname is black and #00 is colored as expected, but "background" is also

Re: BBEdit and Interarchy

2018-07-10 Thread Kevin Bolduan
Another thought: I wonder if this has something to do with APFS. The issue is file related and as I said earlier, I'm not seeing it on my iMac (which because it has a fusion drive is still on HFS+ even though it's running "High Sierra") but am on my APFS, SSD Macbook Pro.. @Rich - does that

Re: BBEdit and Interarchy

2018-07-10 Thread Kevin Bolduan
HV, Sorry I don't have a solution, but just found this when Googling around as I just ran into the exact same problem. I, too, am I on a newish MBP and all the version numbers match yours. Two clues: 1) I am NOT experiencing this in High Sierra on an iMac, just to MBP. 2) When I installed

Re: BBEdit and Interarchy

2018-07-12 Thread Kevin Bolduan
updated copies of the files > on her computer. I’m not sure how that all worked. > Nori > > > > > On Jul 9, 2018, at 10:13 PM, Kevin Bolduan > wrote: > > Another thought: I wonder if this has something to do with APFS. The issue > is file related and as I said ea

Applescript to replace selected text only using grep pattern

2018-10-14 Thread Kevin Bolduan
I'd like to have a keyboard shortcut that allows me to highlight a selection and have it be replaced using a grep pattern that uses the selection. I'm writing some CSS and I need to convert various font-size declarations as follows: 2rem -> calc(2rem * .625) I can't do a global

Re: Applescript to replace selected text only using grep pattern

2018-10-14 Thread Kevin Bolduan
few other things, too! thanks, -Kevin On Sunday, October 14, 2018 at 7:39:32 AM UTC-7, Kevin Bolduan wrote: > > I'd like to have a keyboard shortcut that allows me to highlight a > selection and have it be replaced using a grep pattern that uses the > selection. I'm writi