Setting colors for markdown headings in the editor

2023-09-02 Thread Tom
Hi there,

I'm hoping someone can assist me. I use BBEdit as a Markdown editor for 
writing long-form documents.

Is there a way to customize the color of the text that follows a Markdown 
heading hashtag in BBEdit? I've found that I can change the color of the 
'#' symbol by going to `Settings > Text Colors` and then altering the color 
of 'Keywords' under the 'Markdown' specific settings. Unfortunately, the 
text following the hashtag maintains the color assigned to 'Plain Text' 
under the 'General' Text Colors setting.

I would prefer for both the hashtag and the heading text to be of the same 
color to improve visibility. Does anyone have a workaround or suggestion 
for this?

Thanks.

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/bc79ad7b-204c-4908-bb70-c594dcea49ddn%40googlegroups.com.


Find filename within a project

2009-10-26 Thread Tom

Is there a quick way to search by filename from within BBEdit project?
Ideally with auto-complete but even just a search on filename within a
restricted set of files would do. I've been digging around with BBEdit
9.2 and can't seem to find anything like it.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
-~--~~~~--~~--~--~---



Print Folded Text

2009-12-10 Thread Tom
I would like to be able to print my php code with sections folded.  Is
this possible?  I have not been able to find a way to do this.

The end result I'm looking for is a printed summary of the function
definitions in my php script.  Collapsing all folds gives me what I
need, but I just can seem to get it to paper...

Thanks
Tom

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.


Re: BBEdit and in Firefox

2010-03-14 Thread Tom
That is an excellent tip!  I can't say how many times I've cut and
pasted source into BBEdit from FF!

THANKS!



On Mar 13, 2:37 pm, Ashmi  wrote:
> > > I have set the path to /Applications/BBEdit.app/Contents/MacOS/
> > > BBEdit   BBedit opens (an extra bbedit icon appears in the dock even
> > > though bbedit is already running) but nothing happens, i.e. no new
> > > blank window, no source, nothing.  There is a Firefox option to supply
> > > arguments (view_source.editor.args).  Does BBedit need any arguments
> > > to get this to work correctly?
>
> [snip]
>
> > Why are you not using the bbedit command-line tool? Mac OS X application 
> > executables almost never pay any attention to their command-line arguments.
>
> > man bbedit
> > in the Terminal.
>
> >         — F
>
> Because I had no idea! Thank you, Fritz.  Working perfectly now.  No
> need for arguments in the command line tool either, unless one wants
> to get "fancy".  Google searches come up with the correct solution
> only if you know that command line tools are involved in the first
> place!  Thanks again, Fritz.
>
> For posterity's sake, here is the correct way to accomplish "view
> source" in Firefox with BBedit on a Mac / OSX.
>
> 1) In bbedit: install command line tools
> 2) In Firefox:  about:config
> 3) set view_source.editor.external to True
> 4) set view_source.editor.path to /usr/bin/bbedit
> 5) keep view_source.editor.path blank or set to --separate-windows if
> you want each source opened in a separate window

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.


Select text after paste

2010-08-05 Thread Tom
Is there any way to have the block of text that I have pasted into a
document be automatically selected so I can then use other commands on
that text immediately?

For example, I usually Shift-left or right the block so the pasted
code has the right indentation to match the surrounding code.  I find
it annoying to go from the keyboard using Command-V to the mouse to
reselect the block I just inserted to then go back to the keyboard and
use Command-[ or Command-].  This is even more annoying when the
inserted block of code is more than a page length.

Any suggestions?

Thanks
Tom

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.


Re: Select text after paste

2010-08-11 Thread Tom
Perfect!!!

This does exactly what I need.  It also made me read the clippings
section in the manual again, and I think I'll be using that feature
more, too!

Thanks!

On Aug 7, 1:59 pm, offtone  wrote:
> This, as a clipping, works quite nicely too (just added #INDENT# to
> Roland's):
>
> #INDENT#
> #SELSTART##CLIPBOARD##SELEND#
>
> And then "Set Key" on the clipping (from the clippings palette) to CMD
> +V to replace your default paste action.
>
> Great idea, by the way! Am using this myself, now :D
>
> On Aug 6, 7:30 am, Paul Richardson  wrote:
>
> > On 2010-08-05, at 15:49, Tom wrote:
>
> > > Is there any way to have the block of text that I have pasted into a
> > > document be automatically selected so I can then use other commands on
> > > that text immediately?
>
> > > For example, I usually Shift-left or right the block so the pasted
> > > code has the right indentation to match the surrounding code.  I find
> > > it annoying to go from the keyboard using Command-V to the mouse to
> > > reselect the block I just inserted to then go back to the keyboard and
> > > use Command-[ or Command-].  This is even more annoying when the
> > > inserted block of code is more than a page length.
>
> > > Any suggestions?
>
> > ##
>
> > tell application "BBEdit"
> >         set textLength to length of current clipboard
> >         tell text window 1
> >                 set startingPoint to characterOffset of selection
> >                 paste current clipboard
> >                 select (characters startingPoint thru (startingPoint + 
> > textLength - 1))
> >         end tell
> > end tell
>
> > ##
>
> > This works with the current clipboard. Doing the same while cycling 
> > throught the clipboard set is going to be more difficult.
>
> > Paul

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.


AppleScript - find

2010-08-21 Thread Tom
When I run the following simple script the result contains only
{found:true}. Why is there no found text, found object, etc.?

tell application "BBEdit"
set findResult to find "" searching in document of window 1
options {search mode:literal, starting at top:true, case
sensitive:true, match words:false, showing results:false}
end tell

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.


Historical backups under 10.10

2014-09-18 Thread Tom

Under 10.9, for historical backups I used to have a Finder Alias named 
“BBEdit Backups” in my Documents folder. It pointed to the real backup 
location in ~/Local\ Backups/BBedit/. 

After the update to 10.10 (DP8) this didn’t work anymore. I saw errors like 
“File ‘Scratchpad’ was not backed up. An error (-39) occurred. This may be 
because you don’t have permission […]”.

Replacing the Alias in the Documents folder with a simple soft link 
(symlink) solved the problem. 

Why is this?


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


Problem with Codeless Language Modules and Highlighting

2015-03-22 Thread Tom
I noticed that I can’t change anymore most of the highlight colors when my 
codeless language module is loaded. (I checked a module from somebody else 
and it’s the same.) Don’t know for how much time issue exists but I guess 
it is somehow related to BBEdit 11’s changes in the CLMs(?).

Precisely:

I can not change the color of comments, strings and functions (all defined 
via pattern). Strings are orange, comments and functions are gray.

I *can* change the color of keywords, but only if defined staticly 
(BBLMKeywordList). If defined via pattern (new in BBEdit 11) the keywords 
also take the same color as the comments or functions (unchangable).

The patterns (regexes) themselves are working fine, including the folds for 
the functions. It is as if the keys in the CLM weren’t connected to the 
highlight mechanism.

Does anybody else experience this? What am I missing? 

Thanks for any hints.

-- 
Tom

PS: Here <http://files.dflect.net/scripts/bbedit/ConTeXt-tf.plist.zip> is 
the CML.

BBEdit 11.0.3 (3516)



-- 
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: <http://www.twitter.com/bbedit>

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


Re: Getting into BBEdit

2015-04-06 Thread Tom
> How do you run scripts in LaunchBar?

You can launch scripts the same way you launch applications.

If it is a shell script save it with the ".command" extension to make sure 
it gets executed (instead of opened).

Of course, the directory where the script lives must be in LB's index.

If the script needs input (e.g. LB's Send-to, or a Finder selection) wrap 
it into an Automator service or workflow. (LB provides also Automator 
actions.)

> I know how to make actions but the process is tedious because it involves 
manually writing a plist

The plist only contains some settings and meta data. Once you have a 
template you just uncomment/comment some lines (if necessary) and change 
the metadata to adapt it for a new action.

-- 
Thomas


On Monday, April 6, 2015 at 2:47:35 PM UTC+2, Ben Klebe wrote:
>
> I've already discovered the LaunchBar index. How do you run scripts in 
> LaunchBar? I know how to make actions but the process is tedious because it 
> involves manually writing a plist.
>
> On Monday, March 30, 2015 at 4:27:27 PM UTC-4, Christopher Stone wrote:
>>
>> On Mar 29, 2015, at 6:32 PM, Ben Klebe  wrote: 
>> > I really appreciate your help and everyone else's. I already own 
>> LaunchBar, how do you manage to integrate it with BBEdit? 
>> __ 
>>
>> Hey Ben, 
>>
>> A couple of things come to mind. 
>>
>> 1) You can run scripts with LaunchBar, so if your mind works better with 
>> abbreviations and lists than with keyboard shortcut you have an option. 
>>
>> 2) You can created indexes in LaunchBar for BBEdit-related folders and 
>> suchlike. 
>>
>> -- 
>> Best Regards, 
>> Chris 
>>
>>

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


Re: /Library/LaunchDaemons/com.barebones.bbedit.plist ???

2017-02-20 Thread Tom
My only BBEdit-related file in /Library/LaunchDaemons/ is 
*com.barebones.authd.plist*. Its job is to run 
/Library/PrivilegedHelperTools/com.barebones.authd, and I guess it has to 
to with the handling of root-owned files, not sure though.

Maybe your file is a differently named variant of the same?

-- 
Tom


-- 
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: <http://www.twitter.com/bbedit>
--- 
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: trimming + grep + applescript

2017-04-17 Thread Tom
On Saturday, April 15, 2017 at 5:03:22 PM UTC+2, Bruce Van Allen wrote:

> On 4/15/17 at 7:23 AM, b...@cruzio.com  (Bruce Van Allen) 
> wrote: 
> That pattern matches zero or more spaces/tabs 
>
> ADDED: It also removes blank lines. If you were concerned 
> exclusively with spacebar spaces, change the pattern to 
>"(^ *| *$)" 
>
> Or, remove spaces and tabs using 
>"(^[ \t]*|[ \t]*$)" 
>
>
>  
To match any whitespace except newlines you can use the Unicode class `\h` 
for “horizontal whitespace”, for example `^\h+|\h+$`. 
This works in Perl and BBEdit, but I haven’t tested it with Satimage or 
AppleScriptObjC.

If it doesn’t work, try `^[[:blank:]]+|[[:blank:]]+$`, or as a last 
recourse `^[^\S\r\n]+|[^\S\r\n]+$`. 

All of those match also non-regular spaces (for example en-spaces, thin 
spaces, etc.) and tabs.

– Tom

-- 
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: <http://www.twitter.com/bbedit>
--- 
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: Control-drag for duplicate

2017-04-25 Thread Tom
Drag the selection and then hold down the Option (⌥) key when releasing the 
mouse button.

This works in most Mac applications, including MS Word.

– Tom


On Tuesday, April 25, 2017 at 9:47:43 AM UTC+2, Irl wrote:
>
> In some apps (such as Word 2011), highlighting text, then clicking on it 
> and ctrl-dragging it will duplicate it in the new location. It would be 
> great if that worked in BBEdit. (Or if that fact were discoverable in the 
> documentation). Help, please!
>

-- 
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: <http://www.twitter.com/bbedit>
--- 
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: Help with a GREP pattern

2017-06-01 Thread Tom
Sam’s regex is working perfectly fine here (BBEdit 11.6.6).

Personally I would make it slightly more robust: (.*?)\h+—.*\r*


   - Accepts any amount of horizontal whitespace before (and after) the dash
   - Works also if the very last item doesn’t end with newline


each one separated by a carriage return


If you really mean Carriage Return (CR) then I don’t think this can be 
forced with a regex in BBEdit. To get CRs set the document to “Legacy Mac 
OS (CR)” in the footer bar of the window.
The \r in the regex should work with any type of line break.


– Tom


On Wednesday, May 31, 2017 at 1:56:19 PM UTC+2, mrcmrc wrote:
>
> Hi all,
> I need some help in order to create a GREP pattern that let me transform a 
> text file. In this text file there are a list of glossary terms like this:
>
> acceptor — A dopant material, such as boron, which has fewer outer shell 
> electrons than required in an otherwise balanced crystal structure, 
> providing a hole, which can accept a free electron.
>
> activated shelf life — The period of time, at a specified temperature, 
> that a charged battery can be stored before its capacity falls to an 
> unusable level.
>
> activation voltage(s) — The voltage(s) at which a charge controller will 
> take action to protect the batteries.
>
> I need to transform in a list like this:
>
> acceptor
> activated shelf life
> activation volgae(s)
>
> So I need to get only the tems without the long description, each one 
> separated by a carriage return. As you can see in the original file each 
> voice is separated by its description by a " — " and at the end of each 
> description there is a carriage return and a blank line.
>
> Any help doing this in BBEdit?
>
> Thanks!
> - Marco.
>

-- 
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: <http://www.twitter.com/bbedit>
--- 
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: Help with a GREP pattern

2017-06-01 Thread Tom
Hey Chris,

\x0D or \x{0D} or \x{000D}
> Look on page 149 of the manual in Chapter 7: Searching.


you are right, they even give a literal example for CR (p. 171). I’m deeply 
ashamed: as a technical writer, making my living writing manuals, I *really 
should* read other people’s manuals ;) – especially such nice ones.

– Tom



On Thursday, June 1, 2017 at 8:55:54 PM UTC+2, Christopher Stone wrote:
>
> On 06/01/2017, at 03:28, Tom > wrote:
>
> If you really mean Carriage Return (CR) then I don’t think this can be 
> forced with a regex in BBEdit.
>
> ------
>
> Hey Tom,
>
> Sure it can, although the method is not exactly obvious.
>
> \x0D or \x{0D} or \x{000D}
>
> Look on page 149 of the manual in Chapter 7: Searching.
>
> Here's one more way to do the job using a positive lookahead assertion:
>
> Find:
>
> ^(.+?)(?= *— *).+\s+
>
> Replace:
>
> \1\n
>
> --
> Best Regards,
> Chris
>
>

-- 
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: <http://www.twitter.com/bbedit>
--- 
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.


Language Module for Asciidoc

2017-06-03 Thread Tom
Hi,

does anybody know a BBEdit language module for Asciidoc/Asciidoctor? Or has 
anybody written one and is willing to share it?

Thanks in advance

– Tom

-- 
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: <http://www.twitter.com/bbedit>
--- 
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: Change the format of generated CSS

2017-08-25 Thread Tom

>
> Otherwise have a look at http://editorconfig.org/ which BBEdit supports.


Thanks for the hint. Didn't know about EditorConfig, looks interesting.

– Tom



On Tuesday, August 22, 2017 at 3:15:04 AM UTC+2, Hoger November wrote:
>
> Hi,
>
> You can set indentation per language in the preferences under "Languages 
> -> Language-specific settings", maybe that works.
>
> Otherwise have a look at http://editorconfig.org/ which BBEdit supports. 
> This allows you to set indentation styles on a per-language basis and/or 
> per project and should do what you're looking for. 
>
> Best,
> Holger
>
> On 22 Aug 2017, at 6:40 AM, jgill > 
> wrote:
>
> I use another program which is complementary to BBEdit called CSSEdit. It 
> can be configured to style the layout as you wish but only in external 
> style sheets. BBEdit and CSSEdit work well together giving the best of both 
> worlds.
>
> On Monday, August 21, 2017 at 10:18:29 PM UTC+1, Christopher Finazzo wrote:
>>
>> Is it possible to change the format of CSS which is generated through the 
>> Markup -> Edit Markup menu item?
>>
>> For example, when writing styles, I prefer to use an indentation variant 
>> similar to Stroustrup's C++ 
>> <https://en.wikipedia.org/wiki/Indent_style#Variant:_Stroustrup>. 
>> Accordingly, classes and ID's would be written as follows:
>>
>> .main {
>>   line-height: 1.6;
>>   font-size: 16px;
>>   color: #444;
>> }
>>
>> Can the Markup command be instructed to output in this style? If not, I 
>> presume this would be possible through the Completion preference pane in 
>> BBEdit 12. The existing Editing preferences do not seem to allow for this 
>> kind of flexibility.
>>
>> -- 
> 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: <http://www.twitter.com/bbedit>
> --- 
> 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: <http://www.twitter.com/bbedit>
--- 
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: BBEdit-Backups relocated in ~/Documents after OS-install

2017-11-05 Thread Tom
Drag the Backups folder to Dropbox and then, in ~/Documents, create an 
alias pointing to it. The alias must have be named “BBEdit Backups”. Maybe 
a symlink works also.

Best,
– Tom


On Sunday, November 5, 2017 at 8:23:36 AM UTC+1, Vlad Ghitulescu wrote:
>
> Hello! 
>
>
> After installing macOS Sierra from scratch and BBEdit after it I 
> discovered that the BBEdit-Backup-folder is again in his default 
> location ~/Documents. 
>
> I would like to put it back to 
>
> /Dropbox/Backup/BBEdit/BBEdit Backups 
>
> where it used to be previously but I forgot how I've made it then. 
>
> Could you please help me remember it? 
>
> Thanks! 
>
>
> Regards, 
> Vlad 
>
>
> P.S. I have my BBEdit-folder in /Dropbox/Application Support/BBEdit, but 
> it didn't help with the location of the BBEdit-Backup-folder. Why 
> actually? 
>

-- 
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: <http://www.twitter.com/bbedit>
--- 
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: Dropbox Application Support Saved Temp Files

2017-11-25 Thread Tom
As an aside: Try iCloud sync. It is working remarkably well for me and has 
made Dropbox pretty obsolete for syncing purposes..

-- 
Tom


On Friday, November 24, 2017 at 5:48:18 PM UTC+1, Jim Danner wrote:
>
> Try going to your Dropbox on the web (click the globe in Dropbox's menu). 
> If you delete it there, chances are it will be deleted on your computer too.
>
> On Thursday, November 23, 2017 at 12:38:39 AM UTC+1, BeeRich33 wrote:
>>
>> Hi folks.
>>
>> Some time back I crashed BBEdit.  There's a temp file that is saved 
>> somewhere called "untitled text 22".  It won't go away.  Tried saving it to 
>> the desktop to try to delete it, and it won't go away.
>>
>> My Application Support is in Dropbox, so that's why it's persistent.  
>>
>> How can I chase this down and delete it?
>>
>> Cheers
>>
>

-- 
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: <http://www.twitter.com/bbedit>
--- 
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: extracting a similar but changing pattern

2022-07-26 Thread Tom Robinson
Do a search for:

^.*(c=[0-9.]+)$

^ anchor pattern to beginning of line
.* any number of any character
() capture buffer — copy anything inside the brackets to ‘\1'
[0-9.] look for any of these characters
+ 1 or more times
$ end of line

and replace the entire match (i.e. line) with the capture buffer:

\1

You could make the IP match more exact, but I don’t think the complexity is 
warranted.

Cheers


> On 2022-07-27, at 12:55, DiBello Design  wrote:
> 
> greetings.   Newbe trying to extract ip addresses from a log file.
> 
> Ip addresses are all different.  They are at the end of each line with a c= 
> preface.  like c=38.133.119.165
> 
> the actual lines look like this:
> 
> [Tue Jul 26 19:09:37.658083 2022] [qos:error] [pid 1197:tid 47464083257088] 
> mod_qos(034): access denied, QS_SrvMinDataRate rule (in:0): min=246, this 
> connection=0, c=70.160.126.199
> [Tue Jul 26 19:09:37.711177 2022] [qos:error] [pid 1330:tid 47464083257088] 
> mod_qos(034): access denied, QS_SrvMinDataRate rule (in:0): min=246, this 
> connection=0, c=38.133.119.165
> 
> how do I remove everything from the line except c=xx.xx.xx.xx ?

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/457BF9DC-6192-4BA2-A954-8F306EF32DD5%40gmail.com.


Re: extracting a similar but changing pattern

2022-07-27 Thread Tom Robinson
Similar to before, you just need 2 capture buffers:

^(.*)c=([0-9.]+)$

Replace with:

\2 \1


You could also just copy the IP to the start:

^.*c=([0-9.]+)$

Replace with capture buffer followed by entire match:

\1 &


Cheers


> On 2022-07-28, at 08:28, DiBello Design  wrote:
> 
> I didn't articulate my question properly.  I'm having no trouble (thanks to 
> everyone) extracting the ip addresses.
> 
> My last question was how to just move the ip address at the end to the 
> beginning of the line like:
> 
> [Tue Jul 26 19:13:40.922101 2022] [qos:error] [pid 1197:tid 47464083257088] 
> mod_qos(034): access denied, QS_SrvMinDataRate rule (in:0): min=158, this 
> connection=0, c=67.86.3.124
> 
> to 
> 
> 67.86.3.124 [Tue Jul 26 19:13:40.922101 2022] [qos:error] [pid 1197:tid 
> 47464083257088] mod_qos(034): access denied, QS_SrvMinDataRate rule (in:0): 
> min=158, this connection=0, c=
> 
> On Wed, Jul 27, 2022 at 4:10 PM Rod Buchanan  > wrote:
> 
> Find:
> 
>   ^.*?(c=(\d+\.){3}\d+).*$
> 
> Replace:
> 
>   \1
> 
> This will delete everything on the line except "c=IP address".
> 
> HTH,
> 
> 
>> On Jul 27, 2022, at 10:22 AM, DiBello Design > > wrote:
>> 
>> thanks everyone!  Trying to find patterns in a SlowLoris attack on my server.
>> 
>> Rod you were correct in that I did not know about the quadded item in the 
>> menu.  And your suggestion worked as well.  Thanks.
>> 
>> Instead of extracting, how would I move the ip addresses from the end of the 
>> line to the beginning. 
>> 
>> 
>> 
>> On Wed, Jul 27, 2022 at 10:38 AM Rod Buchanan > > wrote:
>> 
>> ICYDNK there is a built-in search pattern for IP addresses.
>> 
>> In the Find dialog click the lowercase "g" dropdown and select "Dotted Quad":
>> 
>>  (\d+\.){3}\d+
>> 
>> Modify it:
>> 
>>  (c=(\d+\.){3}\d+)
>> 
>> Then click "Extract" as Kjetil suggested.
>> 
>> 
>>> On Jul 26, 2022, at 7:55 PM, DiBello Design >> > wrote:
>>> 
>>> greetings.   Newbe trying to extract ip addresses from a log file.
>>> 
>>> Ip addresses are all different.  They are at the end of each line with a c= 
>>> preface.  like c=38.133.119.165
>>> 
>>> the actual lines look like this:
>>> 
>>> [Tue Jul 26 19:09:37.658083 2022] [qos:error] [pid 1197:tid 47464083257088] 
>>> mod_qos(034): access denied, QS_SrvMinDataRate rule (in:0): min=246, this 
>>> connection=0, c=70.160.126.199
>>> [Tue Jul 26 19:09:37.711177 2022] [qos:error] [pid 1330:tid 47464083257088] 
>>> mod_qos(034): access denied, QS_SrvMinDataRate rule (in:0): min=246, this 
>>> connection=0, c=38.133.119.165
>>> 
>>> how do I remove everything from the line except c=xx.xx.xx.xx ?
>>> 
>>> -- 
>>> This is the BBEdit Talk public discussion group. If you have a feature 
>>> request or need technical support, please email "supp...@barebones.com 
>>> " rather than posting here. 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 view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/bbedit/959c2444-b493-492f-b824-7f0278a2b468n%40googlegroups.com
>>>  
>>> .
>> 
>> 
>> -- 
>> This is the BBEdit Talk public discussion group. If you have a feature 
>> request or need technical support, please email "supp...@barebones.com 
>> " rather than posting here. 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/RxzJ-7VG7aE/unsubscribe 
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> bbedit+unsubscr...@googlegroups.com 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/bbedit/6D9A2221-3943-4FF1-B946-7207FE2E04BF%40sofstats.com
>>  
>> .
>> 
>> 
>> -- 
>> Rick DiBello
>> 
>> DiBello Design
>> dibellodesign.com 
>> 
>> Erie Internet
>> erieinternet.com 
>> 
>> 
>> -- 
>> This is the BBEdit Talk public discussion group. If you have a feature 
>> request or need technic

Re: Split a text file with tabs based on character position in a line?

2022-11-10 Thread Tom Robinson
Not sure what your intent was with that regular expression?

This inserts tabs between columns, based on their width.  You’ll need a second 
pass to remove trailing spaces:

Find:  ^(.{25})(.{16})(.{29})(.{21})(.+)$

^ Anchors to start of line
( Start a capture buffer ( \1 )
. Any single character
{25} That single character 25 times
) End capture buffer

Replace:  \1\t\2\t\3\t\4\t\5

Cheers


> On 2022-11-11, at 09:48, 'Bruce Johnson' via BBEdit Talk 
>  wrote:
> 
> Didn’t work with my example. but this is regexp wizardry beyond my knowledge 
> (or my google-fu is weak today)
> 
> This is what I had in the find box:
> 
> (.(23)) (.(43)) (.(74)) (.(95))
> 
>  Sample data
> 
> Name  Alias   Database
> ProhibitSendQuotaExternalDirectoryObjectId
>   -   
> --
> Name1Alias1  NAMPR19- 49.5 GB 
> (53,150,220… objid1
> Name2Alias2  namPR19- 49.5 GB 
> (53,150,220… objid2
> 
> 
> No matches were found so nothing got replaced.
> 
> This was why I loved Columnbo, just drag a marker to the point you wanted the 
> column to start and bang it replaced any string of spaces to a tab character. 
>  Used it to massage large masses of text into tabular data.

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/B7E3D7AE-68BC-4ACD-980F-765D6BF1F1EB%40gmail.com.


Restore status of Notebook folders

2023-01-20 Thread Tom Mai
Hi, 
after every launch of BBEdit 14.6.3 (or older version) most folders in my 
"Notebook" that were closed before quit are now opened.
"Most" folders – a few are still closed.

Sounds like a bug to me – or is there a "trick"/setting?

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/c170e9f6-3f30-4f98-b67b-1db78940ff88n%40googlegroups.com.


Re: Script to Transform One CSV File Into Another

2023-02-18 Thread Tom Robinson
Assuming a basic CSV — no commas or line breaks inside quoted fields, this will 
pick up the 4 fields, duplicate one of them, and insert constants:

Find:

^([^,]+),([^,]+),([^,]+),([^,]+)$

^ anchor to start of line
( start a capture buffer, the first capture buffer is referenced with \1, etc.
[ start a character class
^, search for anything which isn’t a comma
] finish the character class
+ one or more occurrences (use * if you might have empty fields)
) finish the capture buffer
, look for a comma
…
$ anchor to end of line

Replace:

\1,\1,xxx,\2,\3,yyy,zzz,\4

You could also import the CSV into a spreadsheet, do the manipulation, and 
export as CSV.

Cheers


> On 2023-02-19, at 11:54, Nello Lucchesi  wrote:
> 
> I’m new to scripting BBEdit and columnular transformations.
> 
> I’d like to create/modify/steal a script to transform a csv file containing 
> financial data from my credit card company’s format into the format exported 
> by Mint (so that I can import the resulting Mint imposter into Quicken for 
> Mac).
> 
> Credit card CSV (Input)
> Date, Id, Amount, Description
> 
> Mint CSV (Output)
> Date,Description,Original Description,Amount,Transaction 
> Type,Category,Account Name,Labels,Notes
> 
> The new columns will be either:
> Constants,
> Empty.
> Duplicates of other columns
> 
> Can someone please point me in the right direction?  Ideally, can you point 
> me towards a script that does most of this and that I can modify?
> 
> Thank you.
> 

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/D4B96FA2-0F35-42ED-BED8-E78E10791A56%40gmail.com.


Re: Keyboard-shortcuts for the navigation within the Currently Open Documents

2023-04-05 Thread Tom Robinson
If they’re separate windows, there’s the OS-wide command-backtick ⌘` and 
shift-command-backtick ⇧⌘`

Cheers


> On 2023-04-05, at 18:45, Vlad Ghitulescu  wrote:
> 
> Hey,
> 
> 
> are there any keyboard-shortcuts for the navigation within the Currently Open 
> Documents?
> 
> Thanks!
> 
> 
> Regards,
> Vlad
> 

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/F3B37C1D-6456-4AF2-B3AF-4464B8FA8BF8%40gmail.com.


Re: Search and replace dilemma

2023-04-21 Thread Tom Robinson
Select the search pattern in the Find dialog, head up to the Edit menu and 
select Copy as Styled Text

\d{3,5}

Voila :]


> On 2023-04-22, at 07:16, Kevin Shay  wrote:
> 
> Oops, sorry. No syntax highlighting in Gmail :)
> 
> On Fri, Apr 21, 2023 at 3:03 PM Kaveh Bazargan  > wrote:
>> Kevin, small typo:
>> 
>> \d{2,] should be \d{2,}
>> 
>> ;-)
>> 
>> On Fri, 21 Apr 2023 at 19:58, Kevin Shay > > wrote:
>>> If you only want to apply this to figures of a certain length (i.e. 3 or 
>>> more digits) so it would skip things like "3d" or 'B2B" or "23AndMe", you 
>>> can use curly brackets to specify a number of occurrences, like:
>>> 
>>> \d{2,]  <--matches 2 or more digits
>>> \d{3,5} <--matches 3 to 5 digits
>>> 
>>> Kevin
>>> 
>>> On Fri, Apr 21, 2023 at 2:09 PM Neil Faiman >> > wrote:
 So you want to find all occurrences of a digit immediately followed by a 
 letter and insert a space between them?
 
 Get the search dialog. Check the Grep box. Clear the Case sensitive box.
 
 Find: (\d)([a-z])
 Replace: \1 \2
 
 Click the Replace All button.
 
 Detailed explanation:
 \d matches any digit.
 [a-z] matches any letter.
 \d[a-z] would match a digit immediately followed by a letter. 
 Parenthesizing the two parts of the search string, (\d)([a-z]) does the 
 same search, but when it finds a match, it “captures” the substrings that 
 match the parenthesized components — I,e, the digit and the letter.
 In the replacement string, \1 and \2 stand for the captured substrings 
 that match the parenthesized sub patterns, i.e., the digit and the letter.
 So the replacement string \1 \2 stands for the matched digit, a space, and 
 the matched letter.
 
 So if your input text is 123XyZ, (\d) matches the 3 and assigns it to \1, 
 ([a-z]) matches the X and assigns it to \2, and the the string 3X is 
 replaced by 3 X.
 
 Regards,
 Neil Faiman
 
> On Apr 21, 2023, at 1:47 PM, 'Andy Nickless' via BBEdit Talk 
> mailto:bbedit@googlegroups.com>> wrote:
> 
> Forgive the level 0 question, but I want to find instances in a simple 
> text document where various figures have got up against some text, with 
> no space between them. (For example 123Xyz).
> I want to keep the figures the same, and the following text the same, but 
> put a word space between them. (For example 123 Xyz).
> 
 
 
 -- 
 This is the BBEdit Talk public discussion group. If you have a feature 
 request or need technical support, please email "supp...@barebones.com 
 " rather than posting here. 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 view this discussion on the web visit 
 https://groups.google.com/d/msgid/bbedit/BD1E-702B-45C4-817D-1C7A41F2DB40%40faiman.org
  
 .
>>> 
>>> 
>>> -- 
>>> This is the BBEdit Talk public discussion group. If you have a feature 
>>> request or need technical support, please email "supp...@barebones.com 
>>> " rather than posting here. 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 view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/bbedit/CAKi-cftg1Tjh%2BVjYj6vkPx%3DNAxZFzSov3-SnO84jF7zeqLgTgw%40mail.gmail.com
>>>  
>>> .
>> 
>> 
>> -- 
>> Kaveh Bazargan PhD
>> Director
>> River Valley Technologies  ● Twitter 
>>  ● LinkedIn 
>>  ● ORCID 
>>  ● @kaveh1000@mastodon.social 
>> 
>> Accelerating the Communication of Research
>>  
>> 
>>
>> 

Re: LSP does not work

2023-07-04 Thread Tom M
Hello Rich,

Thanks for the response.

I don't believe that the compile_commands.json file is the (main) issue. I 
tried generating the file[1] using cmake[2], but even after restarting 
BBEdit continues to display a gray dot in the editor (and a green circle in 
the "Installed Languages" list). The same thing happens for Python 
(jedi-language-server), Go (gopls), and Fortran (fortran-language-server). 
Again, these all work after installing the proper extensions in VS Code. 
BBEdit's logs do list errors for Go and Fortran though; see attached files.

Thanks,
Tom


[1] compile_commands.json contents:
[
{
  "directory": "/tmp/a",
  "command": 
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
 
   -isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk
 
-mmacosx-version-min=11.7 -o CMakeFiles/a.dir/a.c.o -c /tmp/a/a.c",
  "file": "/tmp/a/a.c",
  "output": "CMakeFiles/a.dir/a.c.o"
}
]


[2] version 3.26.4; CMakeLists.txt contents:
cmake_minimum_required (VERSION 2.6)
project(A)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
add_executable(a a.c)

On Thursday, June 29, 2023 at 12:08:14 PM UTC-7 Rich Siegel wrote:

> You will probably need to do some additional configuration. The LSP notes 
> discuss this a bit.
>
> The clangd configuration page describes how to manually configure compile 
> flags and other behaviors using a ".clangd" YAML file at the root level of 
> the directory.
>
> A suitably configured `.clangd` file might have a `CompileFlags:` section 
> which specifies include directories and other things that will help make 
> clangd behave more usefully for you.
>
> The configuration page is here: <https://clangd.llvm.org/config>.
>
> R.
>
> On Jun 29, 2023, at 7:42 PM, Tom M  wrote:
>
> Hello,
>
>
> I have installed the clangd language server and symlinked it to 
> /usr/local/bin[1]. The server is also clearly found and “ready to start” 
> according to Preferences:
>
> 
>
>
>  When I open a C file in BBEdit, the language server does start, as shown 
> by `pgrep clangd` and by the log file[2]. However, it only shows a gray 
> circle:
>
> 
>
>
> According to the BBEdit LSP documentation 
> <https://www.barebones.com/support/bbedit/lsp-notes.html>, this means 
> that “the server has not (yet) returned any diagnostics information for 
> this file.” The problem is that I’m not sure how to get it to produce any 
> such info. I get the same issue with every other language server that I’ve 
> tried, including Python (jedi-language-server) and Go (gopls). All three 
> language servers “just work” in VS Code.
>
> Any help would be much appreciated!
>
>
> [1] Using the following commands:
>
> brew install llvm
> for f in /usr/local/opt/llvm/bin/*; do ln -s "$f" 
> "/usr/local/bin/${f##*/}"; done
>
> `which clangd` shows /usr/local/bin/clangd.
>
>
> [2] The contents of 
> “~/Library/Containers/com.barebones.bbedit/Data/Library/Logs/BBEdit/LanguageServerProtocol-ANSI
>  
> C.txt” (via the BBEdit/Folders/Logs menu) from the most recent invocation 
> are shown below. The latter three lines were added when I quit BBEdit.
>
>
> 
> 2023-06-28 23:11:05.536: Application startup: 14.6.6 (14D78), r29014
> 2023-06-28 23:11:05.536: macOS version: 11.7.7 (20G1345)
> 2023-06-28 23:11:05.540: Waiting for server startup to complete...
> 2023-06-28 23:11:05.835: ...completed server startup.
> 2023-06-29 09:59:52.994: Stopped language server for ANSI C
> 2023-06-29 09:59:52.994: Cleaning up after normal server shutdown.
> 2023-06-29 10:00:11.010: CLanguageModule.mm:2607: calling _StartLSPServer.
>
> -- 
> This is the BBEdit Talk public discussion group. If you have a feature 
> request or need technical support, please email "sup...@barebones.com" 
> rather than posting here. Follow @bbedit on Twitter: <
> https://twitter.com/bbedit>
> --- 
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/bbedit/9bb070f7-ab9d-49fd-9980-fd5f0d3bd7f6n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/bbedit/9bb070f7-ab9d-49fd-9980-fd5f0d3bd7f6n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
> 
>
> 
>
>

-- 
This is the BBEdit Talk public discussion 

Re: LSP does not work

2023-07-07 Thread Tom M
Resolved! I'm not exactly sure what fixed it, but notably I enabled sandbox 
access and reinstalled Brew (and, by extension, its packages and npm's 
packages).

Thanks!
Tom
On Tuesday, July 4, 2023 at 7:20:55 AM UTC-7 Rich Siegel wrote:

> I have no reason to believe that compile_commands.json is at issue. 
>
> You may need to turn on additional logging in clangd via the command line 
> options.
>
> What if you put the project somewhere on your home directory, rather than 
> in /tmp?
>
> R.
>
> On Jul 4, 2023, at 1:29 PM, Tom M  wrote:
>
> Hello Rich,
>
>
> Thanks for the response.
>
> I don't believe that the compile_commands.json file is the (main) issue. I 
> tried generating the file[1] using cmake[2], but even after restarting 
> BBEdit continues to display a gray dot in the editor (and a green circle in 
> the "Installed Languages" list). The same thing happens for Python 
> (jedi-language-server), Go (gopls), and Fortran (fortran-language-server). 
> Again, these all work after installing the proper extensions in VS Code. 
> BBEdit's logs do list errors for Go and Fortran though; see attached files.
>
> Thanks,
> Tom
>
>
> [1] compile_commands.json contents:
> [
> {
>   "directory": "/tmp/a",
>   "command": 
> "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
>  
>-isysroot 
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk
>  
> -mmacosx-version-min=11.7 -o CMakeFiles/a.dir/a.c.o -c /tmp/a/a.c",
>   "file": "/tmp/a/a.c",
>   "output": "CMakeFiles/a.dir/a.c.o"
> }
> ]
>
>
> [2] version 3.26.4; CMakeLists.txt contents:
> cmake_minimum_required (VERSION 2.6)
> project(A)
> set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
> add_executable(a a.c)
>
> On Thursday, June 29, 2023 at 12:08:14 PM UTC-7 Rich Siegel wrote:
>
>> You will probably need to do some additional configuration. The LSP notes 
>> discuss this a bit.
>>
>> The clangd configuration page describes how to manually configure compile 
>> flags and other behaviors using a ".clangd" YAML file at the root level of 
>> the directory.
>>
>> A suitably configured `.clangd` file might have a `CompileFlags:` section 
>> which specifies include directories and other things that will help make 
>> clangd behave more usefully for you.
>>
>> The configuration page is here: <https://clangd.llvm.org/config>.
>>
>> R.
>>
>> On Jun 29, 2023, at 7:42 PM, Tom M  wrote:
>>
>> Hello,
>>
>>
>> I have installed the clangd language server and symlinked it to 
>> /usr/local/bin[1]. The server is also clearly found and “ready to start” 
>> according to Preferences:
>>
>> 
>>
>>
>>  When I open a C file in BBEdit, the language server does start, as shown 
>> by `pgrep clangd` and by the log file[2]. However, it only shows a gray 
>> circle:
>>
>> 
>>
>>
>> According to the BBEdit LSP documentation 
>> <https://www.barebones.com/support/bbedit/lsp-notes.html>, this means 
>> that “the server has not (yet) returned any diagnostics information for 
>> this file.” The problem is that I’m not sure how to get it to produce any 
>> such info. I get the same issue with every other language server that I’ve 
>> tried, including Python (jedi-language-server) and Go (gopls). All three 
>> language servers “just work” in VS Code.
>>
>> Any help would be much appreciated!
>>
>>
>> [1] Using the following commands:
>>
>> brew install llvm
>> for f in /usr/local/opt/llvm/bin/*; do ln -s "$f" 
>> "/usr/local/bin/${f##*/}"; done
>>
>> `which clangd` shows /usr/local/bin/clangd.
>>
>>
>> [2] The contents of 
>> “~/Library/Containers/com.barebones.bbedit/Data/Library/Logs/BBEdit/LanguageServerProtocol-ANSI
>>  
>> C.txt” (via the BBEdit/Folders/Logs menu) from the most recent invocation 
>> are shown below. The latter three lines were added when I quit BBEdit.
>>
>>
>> 
>> 2023-06-28 23:11:05.536: Application startup: 14.6.6 (14D78), r29014
>> 2023-06-28 23:11:05.536: macOS version: 11.7.7 (20G1345)
>> 2023-06-28 23:11:05.540: Waiting for server startup to complete...
>> 2023-06-28 23:11:05.835: ...completed server startup.
>> 2023-06-29 09:59:52.994: Stopped language server for ANSI C
>> 2023-06-29 09:5

Updates for v14?

2024-01-20 Thread Tom Mai
Will there be further bugfix-updates for BBEdit 14 – now that v15 is out?

Thanks
Tom

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/f068929c-71f7-4952-af7f-00f452e1n%40googlegroups.com.


Re: Changing the rule for word-jumping navigation?

2024-07-07 Thread Tom Robinson
I love tidbits like this, it's as interesting as reading some of the release 
notes :]


> On 2024-07-06, at 13:11, Rich Siegel  wrote:
> 
>> I use Option-left/right arrow to jump across words very frequently in
>> BBEdit and everything else I edit text with.
> 
> BBEdit's behavior predates the macOS intrinsic behavior by a couple of 
> decades; there's an argument to be made that the upstarts got it wrong. :-)

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or believe that the application isn't working correctly, please email 
"supp...@barebones.com" rather than posting here. Follow @bbedit on Mastodon: 

--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/C46CC353-E54F-4D7C-AF88-EEACE97E551F%40gmail.com.


Re: Regular Expression help with search ranges and replacing

2024-07-23 Thread Tom Robinson
'Capture buffers' are the answer.

Find:

(Jn[0-9][0-9])_

Replace with

\1.

Left bracket starts the capture, right bracket finishes it, \1 references what 
was between the brackets.  You can have more than 1 set of brackets, then use 
\2 for the 2nd, etc.

(Formatting brought to you by BBEdit’s Copy as Styled Text)

Cheers


> On 2024-07-24, at 11:06, Lloyd Goss  wrote:
> 
> How do you carry over a result of a range like [0-9] to the replace side.
> 
> So that when "Jn[0-9][0-9]_"  finds "Jn12_" the 12 (or and pair of digits) 
> carries over to the replacement.
> 
> My goal is to replace all occurrences of the ending "_" with a "."
> 
> So "Jn01_" becomes "Jn01." 
> So "Jn12_" becomes "Jn12." 
> 
> Thanks in advance.

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or believe that the application isn't working correctly, please email 
"supp...@barebones.com" rather than posting here. Follow @bbedit on Mastodon: 

--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/A2DEB7E1-4C63-4237-A0A1-79141FE09C2F%40gmail.com.


Import Bookmarks?

2011-07-19 Thread Tom Cheney
Is there a way to import bookmarks into BBEdit 10?

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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: 


Re: Filepath when editing remote files

2011-10-10 Thread Tom Robinson
See the footer of every message:

> If you have a feature request or would like to report a problem, 
> please email "supp...@barebones.com" rather than posting to the group.

Cheers


On 2011-10-11, at 03:52, simonzebu wrote:

> Since installing the trial of BBedit 10, the filepath at the top of
> the editing window now shows some BBedit internal filepath rather than
> the filepath to the website on the server.
> Since I am usually working on several websites simultaneously and the
> pages often have the same names, this is terrible.
> I reverted to BBedit 9, but now 9 does the same as 10. Help.

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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: 


Re: Filepath when editing remote files

2011-10-11 Thread Tom Robinson
No need to get snarky, I was simply pointing you to the best forum for your 
problem.

Sent from my iPhone

On 11/10/2011, at 20:45, John Delacour  wrote:

> At 08:42 +1300 11/10/11, Tom Robinson in response to simonzebu:
> 
>> See the footer of every message:
> 
> I really do think it is for the Barebones people and not for their guests on 
> the list to do any necessary policing, as from time to time they do. No 
> self-appointed listmoms are needed.
> 

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
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: <http://www.twitter.com/bbedit>


Tweaking SourceFormat.profile

2011-10-28 Thread Tom Robinson
Hi, I've copied SourceFormat.profile from the BBEdit app bundle and placed in 
the BBEdit Application Support folder, and been tweaking the profile to match 
my coding style.

I've changed the paragraph definition to:



so paragraphs (mostly) appear as:

para

only when there's existing indentation, e.g.:


existing para


BBEdit retains whitespace inside the tags so it actually looks like:

 para 

Is there a way to prevent this?  (Yes, I could grep afterwards)

Cheers

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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: 


Re: Extend selection with search

2011-11-19 Thread Tom Robinson
Obviously in this case there's a few people who miss this particular 
functionality being removed.  But if you keep updating software and never 
remove redundant/out-dated features you end up with a hard-to-maintain piece of 
bloatware, as often seen in this industry.

Cheers

Sent from my iPad

On 19/11/2011, at 9:25, Fritz Anderson  wrote:

> On 18 Nov 2011, at 11:56 AM, Marek Stepanek wrote:
> 
>> I never understood, why taking away features is improving a software. Should 
>> be the other way round: add new features ...
> 
> My head + desk…
> 
> 
> 
> 
> 
> 
>— F
> 

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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: 


Re: Document Manager for individual settings of document items

2011-11-30 Thread Tom Robinson
I'd like to have a per-filetype setting for stripping trailing white space on 
save:  useful for HTML but not something I want on for other types of data.  On 
a per document basis, like line wrap, would be just OK.

Cheers

On 30/11/2011, at 19:41, HaFr  wrote:

> In the current version of BBedit the only option available for the
> settings of 'tabs' or 'spaces' is global.
> But that's not what I wanna have.
> In C++ program code I wanna have spaces instead of tabs, but for
> (Unix) C++ make files I need to have tabs because that's the delimiter
> used.
> A work around is to make use of the 'entab' and 'detab' menu options,
> but not very convenient.

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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: 


Re: Document Manager for individual settings of document items

2011-12-04 Thread Tom Robinson
>From the notes for the latest beta:

> *   [218300] The "Strip trailing whitespace" and "Ensure file ends with
>line break" options can now be configured per-language, if desired.


You guys rock 8-)  I look forward to the new release.

Cheers


On 3/12/2011, at 8:48, Gribnif  wrote:

> On Nov 30, 3:31 am, Tom Robinson  wrote:
>> I'd like to have a per-filetype setting for stripping trailing white space 
>> on save:  useful for HTML but not something I want on for other types of 
>> data.  On a per document basis, like line wrap, would be just OK.
> 
> I also wish this were the case, and suggested it to support a while
> back. They rejected the idea, on the basis that it would clutter the
> UI too much.

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
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: <http://www.twitter.com/bbedit>


Re: Stop BBEdit from adding .txt extension to default file name when saving

2012-01-05 Thread Tom Robinson
Adding extensions came in 3117.  Given OS X is all but forcing them on us 
(sigh), personally I like BBEdit's change.  You can adjust according to taste 
though:

> Changes
> ---
> 
> *   [211621] BBEdit now makes a reasonable guess at a filename
>extension when using "Save As" for a new document.
> 
>Language modules can specify a "`BBLMPreferredFilenameExtension`" key,
>with a string value. This will be used if necessary. If it is
>absent, the first item in the BBLMSuffixMap array is used.
> 
>You can also use an expert preference to set the preferred extension
>on a per-language basis:
> 
>`defaults write com.barebones.bbedit 
> PreferredFilenameExtension_ -string "abc"`
> 
>Replace `` with the actual language name; for example:
> 
>`defaults write com.barebones.bbedit PreferredFilenameExtension_C++ 
> -string "cxx"`
>`defaults write com.barebones.bbedit PreferredFilenameExtension_YAML 
> -string "yaml"`
> 
>Note that the extension you specify should *not* include the leading 
> period.

Sent from my iPad

On 6/01/2012, at 8:46, John Siracusa  wrote:

> On Thu, Jan 5, 2012 at 2:39 PM, Jean-Baptiste  
> wrote:
>> It has to be possible because your desired behavior is the default one for 
>> me (i.e. 'untitled text' being selected).
>> 
>> Using BBEdit 10.1 (3110)
> 
> Hm, maybe that's it.  I'm using 10.1.1 (3127)
> 
> -John
> 

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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: 


Re: BBEdit looks quite bad on Retina MBP

2012-06-18 Thread Tom Robinson
Yes deprecation uses up dev's time, but it keeps OS X nimble and able to be 
supported by a relatively small team of programmers.

The other option is to be like Windows which is extensively backward compatible 
for apps, but the OS is a mountain of legacy cruft.

Cheers


On 2012-06-17, at 02:28, mason k wrote:

> Personally I find it annoying that Apple deprecated Carbon.  The constant 
> deprecations create an annoying gerbil wheel which sucks up a lot of dev 
> cycles that could be spent on far more interesting things.  
> 
> Apple's shitastic backwards compatibility policies are one of the main 
> reasons I've stayed off of actually developing apps for my favorite platform. 
>  It's a bag of hurt, to quote someone famous.

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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: 


Re: BBEdit looks quite bad on Retina MBP

2012-07-31 Thread Tom Robinson
TidBITS has a good article on starting Apache from the command line, a free 3rd 
party preference pane, etc:




On 2012-08-01, at 06:59, Hugin  wrote:

> Besides the pixelated fuzzy bad text rendering in BBEdit on my new MBP 
> Retina, how about your planned support for other changes in 10.8? I am 
> specifically thinking about that Web Sharing is gone in ML

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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: 


Re: Finding lines that do NOT contain a pattern

2012-08-27 Thread Tom Robinson
This GREP pattern can be used to delete lines which don't begin with 'save', 
but I don't know enough about negative lookahead assertions to know if it can 
be changed to look anywhere in the line:

^(?!save)


On 2012-08-27, at 17:47, gugus2000  wrote:

> How can I remove lines from a large file that do not contain a certain 
> pattern? I can easily find the lines with the pattern but then...? The way I 
> do it today is using grep on the command line with io-redirection but I think 
> there should be a way to do it from within BBEdit.
> 
> Thanks for your help
> ---markus---

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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: 





Text Substitution with "Language & Text"?

2012-09-16 Thread Tom S.
Hi,

I'm a relatively new BBEdit user and I've been enjoying it quite a but. 
 However, I am having one problem.  I have a number of "text substitutions" 
set up in System Settings that don't seem to work in BBEdit.  For instance, 
under "Language & Text" if you go to the "Text" pane I have the table there 
set up to substitute ";qb" with "quarterback".  This works in pretty much 
all of the other programs I use but not BBEdit.  Is there a setting 
somewhere that I need to adjust to get this to work there, too?

Thanks for any help.

Tom S.

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
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: <http://www.twitter.com/bbedit>





Re: Stop find-and-replace results notifications?

2012-12-10 Thread Tom Robinson
This is probably the expert preference you're looking for.  From the command 
line, issue:

defaults write com.barebones.bbedit ReportReplaceAllResults -bool NO

> When performing a single-file "Replace All" operation, BBEdit will show a 
> confirmation sheet showing the number of replacements performed. If you would 
> prefer not to see this confirmation, you can suppress it:

See the built-in help for more expert preferences.

Cheers


On 2012-12-11, at 03:17, Grant Barrett  wrote:

> How can I stop the find-and-replace results notifications? BBEdit is disabled 
> in the system-wide notifications and Growl is not installed, yet I still get 
> them. Super-annoying. 

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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: 





Re: Overtype is there such a thing?

2012-12-21 Thread Tom Robinson
When I asked about adding an overtype mode a long time ago (to TextWrangler?), 
I was left with no uncertainty that's it's a path Bare Bones won't be going 
down :-)

Even in the SAS editor which supports it, I barely use it anymore--it's faster 
to realign columns after editing than go in & out of overtype mode.

Cheers


On 2012-12-21, at 11:17, Fritz Anderson  wrote:

> On 20 Dec 2012, at 3:36 PM, LuKreme  wrote:
> 
>> Wouho Otus spake on Thursday 20-Dec-2012@03:02:09
>>> Is there an overtype option for BBEdit?
>> 
>> Select the text you want to overtype and type the new text.
>> 
>> ?
> 
> The OP is thinking of the ability to take a line that is, say, in the format 
> of a FORTRAN card, click in the line-number field, and type a new number over 
> the existing contents without spoiling the column alignment of the rest of 
> the line. I wouldn't use it, but it's not a crazy requirement. I know 
> TextMate has an overtype mode (which is distressingly easy to get into 
> accidentally), and I'm sure others do, too.
> 
> I know of no such mode, and no obvious search of the BBEdit manual turns it 
> up. Unless this is another of those features that have been in the app for 
> twenty years and nobody noticed.
> 
>   — F

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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: 





Re: Missing ASCII Palette?

2013-01-03 Thread Tom Robinson
You can use the OS-wide Special Characters panel (bottom of the Edit menu):  
use the gear menu to customise the list, and turn on Unicode.  You can then 
insert any Unicode character you'd like, including control ones.  They can also 
be added to your favourites.

If you turn on Unicode Hex Input (System Prefs -> Language & Text -> Input 
Sources), you can also 'type' them directly:  e.g. option-0, option-0, 
option-0, option-9 (U+0009) yields a tab.

You may be able to use BBEdit Clippings too, I haven't played with them.

Cheers


On 2013-01-03, at 14:42, LuKreme  wrote:

> So how do I insert a control character into a text file now?

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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: 





Re: Missing ASCII Palette?

2013-01-14 Thread Tom Robinson
I don't follow how leaving the system character viewer open (once customised) 
and using that is more convoluted than leaving BBEdit's open and using it?


On 2013-01-14, at 06:02, LuKreme  wrote:

>> You can use the OS-wide Special Characters panel (bottom of the Edit menu):  
>> use the gear menu to customise the list, and turn on Unicode.  You can then 
>> insert any Unicode character you'd like, including control ones.  They can 
>> also be added to your favourites.
>> 
>> If you turn on Unicode Hex Input (System Prefs -> Language & Text -> Input 
>> Sources), you can also 'type' them directly:  e.g. option-0, option-0, 
>> option-0, option-9 (U+0009) yields a tab.
>> 
> 
>> You may be able to use BBEdit Clippings too, I haven't played with them.
> 
> This seems much more convoluted and difficult.

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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: 





Re: Managing WebObjects project in BBEdit?

2013-01-18 Thread Tom Termini
Hmmm, while I am *not* a fan of Eclipse, it is most definitely the way to 
go with WebObjects. Sure, I miss the quirks of ProjectBuilder, but, let's 
face it: Eclipse is the way to go for Java development.

You can keep up your love of all things Xcode by developing iOS apps. Of 
course, familiarity with the legacy that Objective C has on WebObjects 
helps, but at least you'll be able to study NIBs and use cool interface 
builder tools.

Wonder is a must for WebObjects, and the Holy Fathers who *are* the keepers 
of the flame of WebObjects continue to do a great job building out WO.

BTW, I love BBEdit, and use it as my HTML (interface) editor for my 
WebObjects work.

On Wednesday, July 27, 2011 9:23:46 AM UTC-4, Jon wrote:
>
> As Apple no longer supports working with WebObjects projects in Xcode, 
> I'm looking for alternatives for use on OSX 10.6.8. I guess Eclipse 
> with WOLips is the most obvious option, but I also wonder if BBEdit 
> could be used. I understand that WOLips has quite a few features that 
> one may have to do without in BBEdit, but I would be interested in 
> hearing from anyone who has used BBEdit as an "IDE" for WebObjects 
> (Java) projects. 
>
> /Jon

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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: 





Re: Behavior of Find/Multi file Find - need help changing it

2013-02-26 Thread Tom Duke
Patrick,

Just came across this post and your BBPony scripts.   Thanks so much for 
this - I have been driven demented by the v.10 find / multi-file search 
behaviour and dialogs!

- Tom



-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
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: <http://www.twitter.com/bbedit>

--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: SoftWrap in worksheets

2013-03-22 Thread Tom Robinson
You can also have soft wrap, and other options, per file type:

Preferences > Languages > right click desired language (may need to define it 
first) > select Edit.

Cheers


On 2013-03-23, at 08:17, Bruce Van Allen  wrote:

> On 2013-03-22 at 11:27 AM, krem...@kreme.com (LuKreme) wrote:
> 
>> I have soft text wrap enabled for my text files, but I would like to
>> have it DISABLED in worksheets where I find it extremely annoying.
>> However, as far as I can tell, soft-wrap is a global on/off that
>> applies to every document of every type.
> 
> You can turn soft wrap on or off for individual files with menu commands or 
> by clicking the "T" in the upper left of the window and choosing options. 
> Once the file is saved, that setting will stick regardless of the general 
> preferences setting.
> 
> There might also be an "expert preference" for setting text wrap with 
> worksheets in general, but I don't know it...
> 
> HTH
> 
> 
> Best Regards,
> 
>  - Bruce
> 
> _bruce__van_allen__santa_cruz_ca_
> 

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Need Code

2013-03-29 Thread Tom Robinson
That's not something BBEdit can do.  Try Automator, AppleScript, or something 
similar to this on the command line (this code adds the prefix '403' to all the 
files in the current directory):

for f in *; do mv "$f" "403 $f"; done

Cheers

Sent from my iPad

On 30/03/2013, at 13:14, MikeC  wrote:

> I seldom use BB Edit so I am a novice.
> 
> Would someone please provide code for placing .jpg at the end of hundreds of 
> file names in a single folder.
> 
> Example: Folder A contains files:
> ATH01
> ATH02
> ATH03
> BKJ01
> and so on.
> 
> Thank you in advance
> Mike Casey
> -- 
> -- 
> You received this message because you are subscribed to the 
> "BBEdit Talk" discussion group on Google Groups.
> To post to this group, send email to bbedit@googlegroups.com
> To unsubscribe from this group, send email to
> bbedit+unsubscr...@googlegroups.com
> For more options, visit this group at
> 
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Using BBEdit to make an ePub

2013-04-08 Thread Tom Robinson
I find BBEdit and Sigil a great combination:  I can edit the markup directly 
while letting Sigil worry about the packaging:

http://code.google.com/p/sigil/

Sent from my iPhone

On 9/04/2013, at 9:24, Christopher Finazzo  wrote:

> Now that BBEdit can open and edit an ePub file directly, I decided to give it 
> a try and use it to make an eBook. Writing the HTML and transforming the 
> content has been fine for the most part, but I can't seem to figure out how 
> to generate the actual .epub file. I know that under the covers it's a zip 
> archive, but the files have to go into it in a specific order. I used the 
> following command to do most of this work: 
> 
> zip -0 -X test.zip mimetype
> zip -r test.epub META-INF/
> zip -r test.epub OEBPS/
> zip -d ePub.epub `unzip -l ePub.epub | grep .DS_Store | awk '{print $4}'`
> 
> It looks like everything should work, but epubcheck reports errors such as:
> 
> ERROR: [top level]: Length of the first filename in archive must be 8, but 
> was 9
> INFO: Validating against EPUB version 3.0
> ERROR: OEBPS/package.opf(8,71): The prefix "opf" for attribute "opf:file-as" 
> associated with an element type "dc:creator" is not bound.
> ERROR: OEBPS/package.opf: The prefix "opf" for attribute "opf:file-as" 
> associated with an element type "dc:creator" is not bound.
> WARNING: [top level]: item (OEBPS/references.html) exists in the zip file, 
> but is not declared in the OPF file
> 
> Does anyone have experience doing this or know the proper way to zip an epub 
> and refer to files in the package document?
> -- 
> -- 
> You received this message because you are subscribed to the 
> "BBEdit Talk" discussion group on Google Groups.
> To post to this group, send email to bbedit@googlegroups.com
> To unsubscribe from this group, send email to
> bbedit+unsubscr...@googlegroups.com
> For more options, visit this group at
> 
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at

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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Automatically opening window as wide as the longest line

2013-05-24 Thread Tom Robinson
If the filename & location is always the same, then hit save after widening the 
window, and BBEdit will remember the setting for next time.

(Hmm... this is probably dependant on a setting to save window state, but it 
works in my setup.)

You could also control this from a Mail rule--open & resize when the message 
arrives; or maybe even an AppleScript action attached to the Mail download 
folder--open & resize when attachment is saved into folder.

Sent from my iPad

On 24/05/2013, at 18:30, Ivar  wrote:

> Dear All,
> 
> First post, I am grateful for any help but realize that it is not a huge 
> issue.
> 
> I get a daily log-file sent from my web based application and it contains 
> single log entries, 1 per line. While some are short and are visible when I 
> open the file, others are longer and get soft wrapped to the next line. I 
> then enlarge the BBedit window so these longer lines also fit on one line. 
> This is just easier to read.
> 
> Surely, widening the window once a day is no big issue, but it feels so 
> silly. So I wonder if anyone else recognizes this and either has a solution 
> or can tell me it is no use because of contradicting settings. Turning off 
> soft wrap does not do the trick, it will still force me to widen the window.
> 
> Thanks in advance and  a great weekend to all!

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




Re: Feature suggestion: filter for diffs

2013-06-25 Thread Tom Robinson
I'd find this useful too.  When finding differences I often have to pre-process 
program log files to remove headers, line numbers, etc.

Cheers

Sent from my iPad

On 25/06/2013, at 5:35, Ben Rubinstein  wrote:

> But what I'd like is to be able to create a named filter, just like I can for 
> the files in a multi-file diff, consisting of patterns to be applied to both 
> texts, to stamp out differences to be ignored.  I imagine a single named 
> filter would consist of one or more pairs of match pattern and replace 
> expression (just as a single named file filter consists of one or more 
> attribute/test/value triples.)

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




Re: should + match across line breaks?

2013-09-28 Thread Tom Robinson
It's been either since 10.5:

> "\n" is now a synonym for "\r" when searching and replacing, with or without 
> Grep; use either when you wish to find or replace with a line break

Cheers


Sent from my iPad

> On 28/09/2013, at 8:01, Ronald J Kimball  wrote:
> 
> If you don't want to match newline characters, then you want [^/\n]+
> instead.  (Or it might be [^/\r]+ - I can't remember at the moment whether
> BBEdit uses \r or \n for the newline character.)

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


Open related on FTP server

2013-11-20 Thread Tom Robinson
Hi guys

I have 2 HTML documents on an FTP server (in different directories), which I 
regularly edit with BBEdit (using Open from FTP Server).  They’re closely 
related to each other, so it would be nice to be able to open one, then use 
Open Related or similar to open the other one, instead of navigating to it.

Can I use something like Open Related to accomplish this?

I’m thinking a shortcut in the document, rather than elsewhere, so others can 
follow the trail too — it’s already in the comments.

Cheers

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


Re: Open related on FTP server

2013-11-24 Thread Tom Robinson
Open Counterpart sounds like what I need thanks Charlie, but BBEdit just beeps 
at me.

Even keeping it simple by pointing to another HTML file in the same FTP 
directory:

http://www.w3.org/TR/html4/loose.dtd";>





...

Cheers


On 2013-11-23, at 19:57, Charlie Garrison  wrote:

> Good afternoon,
> 
> On 21/11/13 at 8:39 PM +1300, Tom Robinson  wrote:
> 
>> I have 2 HTML documents on an FTP server (in different directories), which I 
>> regularly edit with BBEdit (using Open from FTP Server).  They’re closely 
>> related to each other, so it would be nice to be able to open one, then use 
>> Open Related or similar to open the other one, instead of navigating to it.
>> 
>> Can I use something like Open Related to accomplish this?
>> 
>> I’m thinking a shortcut in the document, rather than elsewhere, so others 
>> can follow the trail too — it’s already in the comments.
> 
> I use emacs variables to do that for local files; not sure how it would work 
> for files opened via SFTP. Here is a sample from one of my files:
> 
> # Local Variables:
> # x-counterpart: ../Search/Media.pm
> # End:
> 
> Note, those are perl comments. You would need to switch to html comments.
> 
> 
> Charlie

-- 
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: <http://www.twitter.com/bbedit>

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


Re: Open related on FTP server

2013-11-28 Thread Tom Robinson
On 2013-11-25, at 22:18, Charlie Garrison  wrote:

>> Open Counterpart sounds like what I need thanks Charlie, but BBEdit just 
>> beeps at me.
> 
> I doubt I can help with that. Could be that it simply doesn't work with files 
> opened via FTP. I suggest submitting a support/feature request to BBSW.

Yep, '"Open Counterpart" isn't supported for items opened from FTP/SFTP servers 
using the built-in commands'.

Cheers 8-)

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


Re: How can I gather data from a set of HTML documents and place it in an Excel spreadsheet?

2014-01-18 Thread Tom Robinson
You could always hire a student.

Someone would have to spend an hour or two investigating and coding that up.  
Still, you might get lucky.

Personally I spend a reasonable amount of time and dollars ensuring I have good 
backups, including offsite.  I spend more time either setting up backups for 
family, friends, and clients; or encouraging them to do so.

Cheers

Sent from my iPad

> On 17/01/2014, at 21:50, Johan Niklasson  
> wrote:
> 
> I wonder if You could help me to set up a script that gathers a few lines of 
> text from a bunch of HTML documents and then places it in an excel 
> spreadsheet. We lost a site and all we have is a backed up local copy that 
> unfortunately does not have the site database, just the actual generated HTML 
> pages. We need to get the data into a database again.

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


Re: Text Parsing

2014-03-02 Thread Tom Robinson
You could also try option-selecting a block of text in Preview before copying, 
as that can improve formatting.

Also LibreOffice can open PDFs into a drawing document, where you can then 
manipulate the component parts.

Cheers

Sent from my iPad

> On 3/03/2014, at 5:07, BeeRich  wrote:
> 
> Hi folks.  I have a challenge for the BBEdit peeps out there.  
> 
> I have a PDF that has a chart in it.  I want to turn it into some real data 
> as the pdf is pretty much useless to me.  Upon copying a page of cells, I 
> want to parse that into tab delimited text in BBEdit, but the cells wrap and 
> I have a list of values instead.  Here's a chunk:
> 
> Airdrie
> 7254
> AIRDRIE
> 2925 Main Street West
> (403) 945-3865
> M-F 7AM-10PM
> SAT 7AM-9PM
> SUN 8AM-8PM
> Calgary
> 7250
> CALGARY (TUSCANY)
> 5019 Nose Hill Drive N. W.
> (403) 241-4060
> M-F 7AM-10PM
> SAT 7AM-9PM
> SUN 8AM-8PM
> Calgary
> 7076
> CALGARY BEACON HILL
> 11320 Sarcee Trail NW
> (403) 374-3860
> M-F 7AM-10PM
> SAT 7AM-9PM
> SUN 8AM-8PM
> Sherwood Park
> 7172
> SHERWOOD PARK
> 200, 390 Baseline Rd.
> (780) 417-7875
> M-F 7AM-10PM
> SAT 7AM-9PM
> SUN 8AM-8PM
> Spruce Grove
> 7050
> SPRUCE GROVE
> 180 Hwy. 16A
> (780) 960-5600
> M-F 7AM-9PM
> SAT 7AM-9PM
> SUN 8AM-8PM
> St. Albert
> 7088
> ST. ALBERT
> 750 St. Albert Road
> (780) 458-4026
> M-F 7AM-10PM
> SAT 7AM-9PM
> SUN 8AM-8PM
> 
> The last entry is the SUN (...) line, so every record has 8 fields.  
> 
> Anybody have an approach to this?  My approach would be to replace all \n 
> with \t, then grep for SUN(.+)PM\t and replace with (1)\n but I would like to 
> see how others would parse it.  Could prove interesting.
> 
> Cheers
> 
> -- 
> 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.

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


Re: FEATURE REQUEST: Regex Subtraction and Intersection

2014-03-05 Thread Tom Robinson
Check the footer of every message:  Bare Bones like feature requests (and bug 
reports) to be sent directly to them.

Cheers


On 2014-03-05, at 13:58, Rick Gordon  wrote:

> Is it possible that regex subtraction and intersection, as included 
> experimentally in Perl 5.18, and available in NET and Java, be included in 
> BBEdit? It would greatly facilitate certain searches.
> 
> http://www.regular-expressions.info/charclasssubtract.html
> http://www.regular-expressions.info/charclassintersect.html
> http://www.regular-expressions.info/xmlcharclass.html
> -- 
> ___
> 
> RICK GORDON
> EMERALD VALLEY GRAPHICS AND CONSULTING
> ___
> 
> WWW:   http://www.shelterpub.com
> 
> -- 
> 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: 

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


Re: BBEdit slow large file opening

2014-04-21 Thread Tom Robinson
Don't know if it's still the case, but a version or 2 ago the default for
Soft Wrap Text made a huge difference to the speed of BBEdit opening large
files.


On Mon, Apr 21, 2014 at 11:45 AM, Thomas Mai wrote:

> Became curious – had to try that by myself...
> For testing I used a 129 MB SQL-Dump on my new 3.5 GHz i7 iMac with 32 GB
> RAM, Fusion Drive and Mavericks.
>
> BBEdit:
> ~2 sec to open, smooth scrolling, everything's fine. Fantastic! Could
> hardly believe that.
>
> Textmate 2:
> ~12 sec to open, smooth scrolling, pausing when resizing the window,
> syntax highlighting was fast on the first 100.000 lines or so, but then
> took minutes for the rest of the file.
>
> Textmate 1:
> Almost the same as TM 2, but beach ball for many seconds when jumping
> around via "Go to line"
>
> Coda 2:
> ~15 sec to open, no syntax highlighting, every scrolling showed the beach
> ball, unusable
>
> PhpStorm 7.1:
> "Too large" message and that's it.
>
> Sublime Text 2:
> ~1,5 min to load, but then super fast and responsive incl. syntax
> highlighting and minimap
>
>
> Another test with ~100 K HTML Code:
> BBEdit: Super fast!
> Textmate: Syntax highlighting needs some time...
> Sublime: ~3 sec to load, but then really fast
> Coda: No syntax highlighting, lazy, sticky, no fun
> Dreamweaver CS 5.5: ~18 secs to load, then a min or so beach ball after
> scrolling to end of page... but then ok, even in Code/Design split-view
>
>

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


Show file info in Hierarchy

2014-06-19 Thread Tom Carlson
Hi,

This is my first time here, so I hope I am using the correct verbiage:

I have used BBEdit to create a hierarchical folder tree of the contents of 
a hard drive which I am archiving. I simply dragged the top level folder 
into the BBEdit window and the tree was created. From that point, I can 
copy and paste it into Excel for further tweaking and delivery. I am 
wondering now if there is a simple way to also list file info such as date 
created and size for the files in the same hierarchal list.

Thanks in advance for any help,

Tom Carlson

-- 
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: <http://www.twitter.com/bbedit>

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


Re: Show file info in Hierarchy

2014-06-19 Thread Tom Carlson


On Thursday, June 19, 2014 11:02:58 AM UTC-7, Tom Carlson wrote:
>
> Hi,
>
> This is my first time here, so I hope I am using the correct verbiage:
>
> I have used BBEdit to create a hierarchical folder tree of the contents of 
> a hard drive which I am archiving. I simply dragged the top level folder 
> into the BBEdit window and the tree was created. From that point, I can 
> copy and paste it into Excel for further tweaking and delivery. I am 
> wondering now if there is a simple way to also list file info such as date 
> created and size for the files in the same hierarchal list.
>
> Thanks in advance for any help,
>
> Tom Carlson
>

-- 
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: <http://www.twitter.com/bbedit>

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


Re: Show file info in Hierarchy

2014-06-19 Thread Tom Carlson
Thank you Fletcher. I tried that but it didn't seem to work. Here is my 
command and the response:

Toms-MacBook-Pro:4 D2 Mix tomcarlson$ ls -l | bbedit

-bash: bbedit: command not found

Toms-MacBook-Pro:4 D2 Mix tomcarlson$ 

Am I typing something incorrectly here? By the way, this is my first time 
using the terminal as well, so I wouldn't be surprised if I'm messing up 
the syntax somehow...

Tom

-- 
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: <http://www.twitter.com/bbedit>

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


Re: Show file info in Hierarchy

2014-06-19 Thread Tom Carlson

Aha! Thanks, Rich!

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


Re: Put AppleScript search pattern into BBEdit Find dialog

2014-08-04 Thread Tom Robinson
Something to do with using Live Search and command-G is one way it'll become 
unset.

Sent from my iPad

> On 5/08/2014, at 14:21, Christopher Stone  wrote:
> 
> Under certain circumstances I cannot directly define {Grep} can become unset 
> without the user directly clicking the check-box.

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


Re: You Will Love This: Balthisar Tidy

2014-11-10 Thread Tom Robinson
How is it on tidying XML?  My main use of the built-in tidy in BBEdit 10 is 
cleaning run-together XML for debugging.

Sent from my iPhone

> On 10/11/2014, at 11:38, Jim Derry  wrote:
> 
> More importantly, I hope that you find that Balthisar Tidy is well-designed 
> and usable (if it's the type of tool you would use, that is).

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


Re: You Will Love This: Balthisar Tidy

2014-11-11 Thread Tom Robinson
Nice thought Lee, but that command's only for formatting HTML documents, not 
XML.


> On 2014-11-11, at 13:06, Lee Hinde  wrote:
> 
> Markup/Utilities/Format.. might work for you...

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


Re: How to change a TOC with text factories (or AppleScript or RegEx)?

2014-12-14 Thread Tom Robinson
You've enthused me to look at libraries again.  Interested to know why you're 
saving the location though — from my reading anything in ~/Library/Script 
Libraries is in the AppleScript search path and you just need to write 'use 
script My Library.scpt'?

e.g. 
http://www.macstories.net/stories/applescript-automator-and-automation-improvements-in-mavericks/

Cheers

Sent from my iPad

> On 12/12/2014, at 06:54, Christopher Stone  wrote:
> 
> You mean if you put handlers in a library how do you use them?
> 
> Basically you create a script with handlers in it.
> 
> Then you use load script .
> 
> So.  You might end up with something like this:
> 
> set myLib to load script alias ((path to library folder from user domain as 
> text) & "Script Libraries:z_Test.scptd:")
> set myLibraryHanderOutput to myLib's TEST_LIBRARY_HANDLER()

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


Re: [ OFFLIST ] How to scroll the row with the cursor to the top / bottom?

2014-12-29 Thread Tom Robinson
The address given at the bottom of every e-mail on this list, following 'If you 
have a feature request or would like to report a problem' 8-)

Sent from my iPhone

> On 29/12/2014, at 22:28, Vlad Ghitulescu  wrote:
> 
> Could you please tell me WHERE (which mail-address) to send this feature 
> request?

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


Auto save when losing focus

2014-12-30 Thread Tom Mai
Hi,
does anybody know how to convince BBEdit to auto save the current 
document(s) when it loses focus?

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


Re: Auto save when losing focus

2015-01-02 Thread Tom Mai
Thanks, TJ!

I'm giving KM currently a try. I knew about this app before but didn't know 
how "mighty" it actually is...
Strange: Triggering "Save" in BBEdit works for the event type "Activation", 
but not "Deactivation"...
bb Tom


>

-- 
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: <http://www.twitter.com/bbedit>

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


Re: Auto save when losing focus

2015-01-04 Thread Tom Mai
Got it! For those who'd like to auto-save with Keyboard Maestro:

1. Create a new Macro in "Global Macro Group" (It's important to use this 
group – that was my fault)
2. Define this trigger: "This application: BBEdit Deactivates"
3. Define this action: "Execute Apple Script" and insert TJ's script

If you want to save all changed docs that already have a file name, then 
you can use this script in step #3:

tell application "BBEdit"
set docList to every text document
repeat with doc in docList
if doc is modified then
if doc is on disk then
save doc
end if
end if
end repeat
end tell


While searching for how to save all changed documents I stumbled upon this:
https://gist.github.com/benspaulding/1287814/
This Script saves all changes w/o Keyboard Maestro. Downside: You can't 
disable it as easy as you can in KM.

I'll go with Keyboard Macro because you can easily disable the "Auto Save" 
feature.

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


Re: Uncomment in 11.0.2 creates a newline

2015-01-26 Thread Tom Robinson
According to the release notes, this is fixed in the latest beta 11.0.3 (3505)  
 (2015-01-26)

Sent from my iPhone

> On 24/01/2015, at 19:16, Jeff Bingham  wrote:
> 
> I've experienced the same problem since version 11 no matter the language of 
> the file, including no language set.
> I've reported it, including sending a video showing the problem, to support.  
> It is under Support Case #302681.
> 
> 
>> On Wednesday, January 7, 2015 at 2:27:18 PM UTC-7, useEvil wrote:
>> When uncommenting a single line, bbedit will create an unwanted newline.  
>> This does not happen when uncommenting multiple lines.

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


Can't quit BBEdit

2015-01-29 Thread Tom Mai
>From time to time it happens that I can't quit BBEdit - or, to be more 
>precise, after Cmd+Q it immediately starts up again. Shutting down the Mac 
>helps sometimes. Other times BBEdit blocks the shutdown process so that I have 
>to "kill" it before. 
Am I the only one where this happens or did you experience the same?
Any tipps?
bb Tom

-- 
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: <http://www.twitter.com/bbedit>

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


Re: Can't quit BBEdit

2015-01-30 Thread Tom Mai
Got it!
Found the "culprit": It's a certain Keyboard Maestro action – or simply my 
stupidity.

When pressing Cmt+Q, BBEdit really tries to quit – no alerts or whatever 
that would stop the process. While shutting down, it loses focus, and that 
triggers the Keyboard Maestro macro I use for Auto Saving. Here's the 
Script:

tell application "BBEdit"
set docList to every text document
repeat with doc in docList
if doc is modified then
if doc is on disk then
save doc
end if
end if
end repeat
end tell

This "reanimates" BBEdit.
Well then... thanks again :)

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


Re: default magnification

2015-02-16 Thread Tom Robinson
Would increasing the default font size work for you instead?

Preferences > Editor Defaults.

Cheers

Sent from my iPad

> On 16/02/2015, at 03:24, Scott Calabrese Barton  
> wrote:
> 
> Is there a setting or "defaults write" to set the default display 
> magnification?
> 
> I just discovered magnification, and have a nifty script to set it to 150%.  
> However, I'd prefer to just make that the default.
> 
> Thanks!

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


Duplicate text

2015-02-23 Thread Tom Mai
I've used the "duplicate line(s) up-/downwards" AppleScript from Johan 
Sölve for a while, but have not been totally pleased with it because of its 
missing ability to duplicate only the selected part of a sentence.
Meanwhile I've looked a bit into AppleScript and now here's a script, that 
works (almost) like the "duplicate" command of TextMate and SublimeText.
Maybe you have use for it...

bb Tom


tell application "BBEdit"
tell window 1
-- get the length of the current selection
set selLength to (length of selection)
 -- if there's no text selected, then select the whole line 
if selLength = 0 then
set hasSelection to false
set currentLine to startLine of selection
select (line currentLine of document 1)
set selLength to (length of selection)
else
set hasSelection to true
end if
 -- remember start-position/offset of selection
set seloffset to (characterOffset of selection)
 -- get selected text and duplicate it
set selectedText to get selection
set output to (selectedText as string)
set output to output & output
 -- overwrite the currently selected text
set text of selectedText to output
 -- adjust selection
if hasSelection is equal to true then
set selStart to seloffset + selLength
set selEnd to seloffset + selLength * 2 - 1
select (characters selStart thru selEnd of document 1)
else
-- remove selection and position the cursor behind the inserted text
set endOfLine to endLine of selection
select insertion point after line endOfLine
end if
end tell
end tell


-- 
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: <http://www.twitter.com/bbedit>

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


Re: ASCII characters insert removed. Why?

2015-03-02 Thread Tom Robinson
The same palette can be brought up with Edit > Special Characters (in BBEdit 
and every standard Mac application).

It's incredibly handy:



Cheers


> On 2015-03-03, at 03:48, François Schiettecatte  
> wrote:
> 
> - use the Character Viewer in the menu bar, you can enable it using Systems 
> Preferences => Keyboard => Input Sources => Show input menu in menu bar

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


Re: replace text while typing

2015-03-22 Thread Tom Robinson
On 2015-03-22, at 09:34, Patrick Woolsey  wrote:
> 
>> Apparently BBEdit is not (per default) obeying to the keyboard text 
>> replacements as entered in the keyboard settings under the text tab. Is 
>> there a setting within BBEdit for it to switch this on?
> 
> Not currently, though there will be in a future update. 

Odd:  it expands *some* shortcuts for me, e.g. '.12' = '½'.

It's annoying, because unlike other apps you don't get the opportunity to 
decline the replacement; and my normally safe prefix of dot gets used a lot in 
grep patterns.

BBEdit 11.0.3, Yosemite 10.10.2

Copied to support.

Cheers

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


Re: Problem with Single Window Differences UI & Staggered Windows

2015-04-06 Thread Tom Robinson
On 2015-04-05, at 18:41, Rich F  wrote:
> 
> AppleScirpt's days numbered.

Source?

People have been saying that for years.  AppleScript may not be a high priority 
for Apple, but they diligently keep it running despite the OS evolving (e.g. 
sandboxing), and there's always a few new features each OS release (e.g. 
progress dialogs).

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


Dropbox sync when using Dropbox for Business

2015-05-11 Thread Tom Streeter
I have a personal Dropbox account and a work account. I'd like to sync my 
BBEdit clippings, text factories and the like via my personal account. 
 Unfortunately it appears that BBEdit hardwires the sharing to this path:

Users//Dropbox/ Application Support/BBEdit/ 

When (in my case) my Dropbox folder is named:

Users//Dropbox (Personal)/ Application Support/BBEdit/ 

And, before you ask, I can't change that directory name.

Any way around this?

Thanks!

--Tom Streeter

-- 
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: <http://www.twitter.com/bbedit>

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


Re: Need to kill stalled "Search Results" window without having to force-quit

2015-10-15 Thread Tom Robinson
Sounds like you should e-mail support so they can fix the stall.


> On 2015-10-16, at 06:58, Michelle  wrote:
> 
> When using GREP commands to do "Find All" or "Replace All" searches, a 
> particular GREP can result in a stalled "Search Results" window.  Clicking 
> the little "X" in the window does nothing.  Attempting to close the window 
> does nothing.  The only way to kill the window/process is to force-quit, 
> which is a huge pain for various reasons. 
> 
> Here's the $1,000,000 question:
> 
> Is there a way to kill that stalled window/process without having to 
> force-quit the application?

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


Re: adding other doc types to the ones suggested for Open With...

2015-11-01 Thread Tom Robinson
Interesting read :]

Looks like Apple flattened the Finder's right-click menu though, and now the 
available Services appear at the bottom of the menu.

Cheers


> On 2015-11-02, at 08:42, Rich Siegel  wrote:
> 
> The OS application/document binding system is built on the assumption that  
> there is typically a one-to-one correspondence between file types (based on 
> filename extensions) and the applications that can open them.
> 
> One exception to this is the unidirectional one-to-many relationship between 
> certain "core" file types and the applications that can open them: for 
> example, ".txt" files are universally recognized as text files, and thus any 
> application that advertises its ability to open text files can thus be listed 
> as available to open a ".txt" file.
> 
> Unfortunately, the OS does not support the converse case of this, namely, you 
> can't tell the OS that a file of arbitrary type (based on filename extension) 
> is a text file, because that's a use case that was either never considered, 
> or was marginalized during the design of the OS document binding system.
> 
> So there's no way (at the user level) to tell the OS "Files whose names end 
> in .ino are text files" -- all you can do is designate a single default 
> application to open those .ino files.
> 
> All of that said: even though you can't set things up to make the application 
> available in the "Open With" list, for a number of years BBEdit has exported 
> a service: "Open File in BBEdit". This is available under the "Services" 
> submenu when you right-click on a file in the Finder, and when you choose it 
> will open the file in BBEdit, whether the OS thinks it's a text file or not.

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


Re: BBEdit 11 Randomly(?) Tiling Windows

2016-01-04 Thread Tom Robinson
Sounds like you're after this undocumented expert pref:

defaults write com.barebones.bbedit CascadeNewWindows -bool NO

Cheers


> On 2015-12-28, at 11:55, Richard Fairbanks  wrote:
> 
> Months ago, I bumped from BBEdit 9 to 11, and a minor annoyance is that when 
> I open an existing text document, the window now gets tiled to the right (or 
> not . . . ).
> 
> I would like it to stop doing this, but have found no setting to change.
> 
> Any suggestions would be appreciated.

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


Re: Recent items appearing next to Dock icon in OS X v10.11.2

2016-01-13 Thread Tom Robinson
Don't right-click the Dock icon? :]

I find it handy:  you can open a recent and switch to BBEdit with a single 
click.

Cheers


> On 2016-01-14, at 09:42, Rob Stevenson  wrote:
> 
> I've turned off Recent items under the Apple menu, but still there is a list 
> that pops up next to the BBEdit Dock icon if I click and hold on it. I really 
> don't need that list there, and I really like a clean interface, so is there 
> maybe some way in BBEdit to make that list go away? But not go away within 
> BBEdit, of course. That's where recent items belong!

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


Excluding a directory from the project files list

2016-03-02 Thread Tom Mai
I am trying to exclude the directory "m" (or at least the files inside this 
directory) from my project files list by defining a filter (via "Manage 
filters..." at the bottom of the list) — without success.

These rules don't seem to work:

File path [Does not match wildcard pattern] */m/*
File path [Does not match wildcard pattern] *m*
File path [Does not start with] m
File path [Does not contain] m
File name [Is not] m

Hm... so what's the trick?

Thanks 
Tom

-- 
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: <http://www.twitter.com/bbedit>

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


Colour background of scratchpad

2016-03-02 Thread Tom Robinson
Hi, I’m wanting to colour the background of the Scratchpad window to make it 
standout.

Thinking I could do this by creating a colour scheme with the desired 
background (or use ‘Dusk’), creating an empty custom language, assigning the 
new colour scheme to that language in the Custom Language Prefs, and finally 
set the language of the Scratchpad window to said language.

Seems convoluted, have I missed something?

Cheers

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


Re: Disabling Search/Find Dialog from showing up on all desktops

2016-03-07 Thread Tom Mai
I normally keep the "Open file by name" window open, in order to bypass the 
time-consuming indexing process.
But this window follows me to each one of my virtual desktops (while the 
main/app window stays on its desktop). That's not ideal... 
Would be great to see that fixed.

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


Re: Inverted question marks and carriage returns

2016-04-18 Thread Tom Robinson
I realise sarcasm is engaged, but BBEdit does normally handle line breaks 
transparently, so there’s probably an inconsistent mixture in those docs.

Cheers


> On 2016-04-19, at 03:44, Bruce Linde  wrote:
> 
> why is it on us to RTFM? why can't bbedit just 'know' when line returns need 
> normalizing, and automatically take care of it? for that matter, why can't 
> bbedit figure out why my code doesn't work? or why i have to pay property 
> taxes? or why i lost that particular eBay auction?

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


Re: Kite - Interesting for you too?

2016-04-21 Thread Tom Mai
Thanks Vlad, but I don't think that Kite is interesting for me:

* It works by sending my code to a server where it gets analyzed: Sounds 
like lots of delays, if you don't have a super fast internet connection.
* If I need documentation and/or examples, I use Dash. This requires just a 
key combination and is much more versatile than Kite.
* When working on large projects, I use PhpStorm. This IDE detects errors 
too and makes suggestions how to fix them. 
And it shows help for functions (my own ones included) like Kite and many 
things more.

If you haven't already done so, have a look at the trial version of 
PhpStorm!
To get a bit back to topic... ;) ... I mostly use PhpStorm and BBEdit side 
by side: PhpStorm for heavy coding, BBEdit mostly for documentation and 
notes.

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


Re: Wrap Issue With CJK Characters

2016-05-08 Thread Tom Robinson
I suggest you e-mail support as detailed in the footer of every post here.


> On 2016-05-08, at 03:33, David Branner  wrote:
> 
> Six and a half years on, I am having the same issue. But I can solve it by 
> changing a setting:

[…]

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

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


Re: Reload from disk should work in ftp/sftp mode also, and a shortcut would be appreciated

2016-05-14 Thread Tom Robinson
Welcome Gilles :]

BB do read this group, but ask that feature requests (and bug reports) be sent 
directly to them — see the footer.

Cheers

Sent from my iPhone

> On 13/05/2016, at 23:46, Gilles MISSLIN  wrote:
> 
> When debugging, i would love to have a reload button, shortcut, that would 
> enable to reload the active document from disk (this function exists) and 
> also from ftp/sftp remote file.

[…]

> I do not know is somebody of barebones is reading this group, i hope so !
> 
> -- 
> 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.

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


Re: AppleScript – Toggle Between 2 Magnification Levels

2016-05-29 Thread Tom Robinson
If by ‘newly added’ you mean 10.5, then yes :]

http://www.barebones.com/support/bbedit/arch_bbedit105.html


> On 2016-05-30, at 05:59, Lawrence San  wrote:
> 
> Is "magnification" a property newly added to recent versions of BBEdit? I'm 
> still running version 9.6.3 and I suspect that's the case because I can't 
> find it in the program's AS Dictionary, but I'm not sure

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


Re: Colored Text String

2016-08-21 Thread Tom Robinson
Presuming you’re only expecting colourisation in the editor, and not saved to 
the file, etc.:

You *should* be able to do that through a Codeless Language Module and 10–20 
lines of XML:

http://www.barebones.com/support/develop/clm.html

Cheers


> On 2016-08-20, at 03:18, Kyle DeMilo  wrote:
> 
> I have to do a lot of documentation - in plain text, and would like to be 
> able to have BBEdit automatically change the color of certain bits of text so 
> that they stand out.
> For example, I want to have BBEdit color the word "printer" in the sentence 
> "When you need to add a printer to your Mac…", so that it stands out from the 
> surrounding text. Is there a way to do that?
> 
> Thanks in advance!

-- 
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: open document file path

2016-08-22 Thread Tom Robinson
Looks like it’s covered by an upcoming fix:

> version 11.6.1 (3945)   (2016-07-15)

> *   [324069] Fixed bug in which files opened via the ODB external
>editor interface (e.g. from other file transfer clients) would
>show the path to the temporary file rather than the display path
>provided by the client.

Open beta if you need it now:   


Cheers


> On 2016-08-23, at 03:52, Ted Burger  wrote:
> 
> It appears that with a recent update (now at 11.6) the file path at the top 
> of the document window has changed.
> I use Transmit for FTP, and a double click in Transmit causes the file to be 
> downloaded and opens in Bbedit.
> The File path used to show the FTP server, now it just shows:
> ~/Library/Caches/Cleanup At Startup/Transmit/
> 
> Many times I have a file with the same name from two different servers open 
> at the same time.
> The path info always identified which server this file came from.
> Now I am lost.

-- 
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: Leveled up in grep

2016-09-15 Thread Tom Robinson
Correct, from the online help:




> On 2016-09-16, at 07:00, Rod Buchanan  wrote:
> 
> I think "\010" would have worked also, but don't hold me to that.

-- 
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: Why this layout?

2016-10-26 Thread Tom Robinson
Line 74 is too wide to fit within the window, so BBEdit has split the line 
after the tab and after the hyphen.  Is that what you’re asking?

> On 2016-10-27, at 06:30, Marcello Antonini  wrote:
> 
>  
> Hi,
>  I'd like to know why the number 74 line is a line further down than it 
> should be:

-- 
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: Remove the ".bbprojectd"?

2016-11-21 Thread Tom Robinson
Did you see the release notes for the latest beta :]

> *   [328705, 328716] Project window titles in the Window menu now
>omit the "`.bbprojectd`" suffix, since after all brevity is the
>soul of wit.


> On 2016-11-02, at 00:53, H. Mijail Antón Quiles  wrote:
> 
> In case it's not clear, I don't mind (too much) the Finder extension; what I 
> would like to get rid of is the .bbprojectd shown in the BBEdit Window menu 
> and in the BBEdit window titles.

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


  1   2   >