Re: BBEdit Application Support Dropbox Reversal

2024-03-14 Thread BeeRich33
I quit the app, moved the folder, and BBEdit picked it up automagically.  
Not sure if this is complete.  

On Thursday, March 14, 2024 at 2:03:20 PM UTC-4 BeeRich33 wrote:

> How can I get BBEdit to read from ~/Application Support/BBEdit as opposed 
> to the Dropbox alternative I've been using?
>
>
>

-- 
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/97a0a43c-9486-4a15-a6a1-ba6e020959d9n%40googlegroups.com.


BBEdit Application Support Dropbox Reversal

2024-03-14 Thread BeeRich33
How can I get BBEdit to read from ~/Application Support/BBEdit as opposed 
to the Dropbox alternative I've been using?


-- 
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/429dd2d0-f137-47e4-9388-a9b0a34706b5n%40googlegroups.com.


Re: Language Module for Logs

2023-11-20 Thread BeeRich33
Fixed.  I had to add the Language Feature: Identifier and Keyword Character 
Class:






































*http://www.apple.com/DTDs/PropertyList-1.0.dtd";> BBEditDocumentType 
CodelessLanguageModule BBLMLanguageDisplayName 
Passenger Log BBLMLanguageCode 
PLOG BBLMFileNamesToMatch  
passenger_log.pog  name 
PassengerLogs BBLMColorsSyntax  
BBLMIsCaseSensitive  Language Features  
SyntaxColoring  Identifier and Keyword Character 
Class A-Za-z0-9_\?!  
BBLMKeywordList  error 
GET POST NameError 
undefined Exception 
*

On Sunday, November 19, 2023 at 4:56:46 PM UTC-5 BeeRich33 wrote:

> Ok that entry should have been this:
>
> *Language Features*
>
> So this is what I currently have, and the settings has the assigned .pog 
> suffic mapped to this language.  However, no syntax colouring.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *  "-//Apple//DTD PLIST 1.0//EN" 
> "http://www.apple.com/DTDs/PropertyList-1.0.dtd 
> <http://www.apple.com/DTDs/PropertyList-1.0.dtd>"> version="1.0"> BBEditDocumentType 
> CodelessLanguageModule BBLMLanguageDisplayName 
> Passenger Log BBLMLanguageCode 
> PLOG name PassengerLogs 
> BBLMColorsSyntax  *
> *BBLMKeywordList*
>
>
>
>
>
>
>
>
>
> *  error GET 
> POST NameError undefined 
> Exception  *
> *Language Features*
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *  SyntaxColoring  FunctionNavigation 
>  SymbolCompletion   language 
>  name PassengerLogs 
> fileExtensions  pog  *
>
>
> **
>
> On Sunday, November 19, 2023 at 4:34:49 PM UTC-5 BeeRich33 wrote:
>
>> Ya I validated it but I’m using the Dropbox alternative location for this 
>> file.  When I use the menu option to open the Language Module directory, 
>> the Dropbox path is the path that opens up.  
>>
>> /Users/rich/Library/CloudStorage/Dropbox/Application 
>> Support/BBEdit/Language Modules/PassengerLogs.plist
>>
>> So that CLM log says the following, even with the edited version.  That 
>> BBLMLanguageFeatures 
>> is now in the file.  The log isn’t specific other than that.
>>
>> —
>>
>> The following problem(s) were encountered while loading the language 
>> module at /Users/rich/Library/CloudStorage/Dropbox/Application 
>> Support/BBEdit/Language Modules/PassengerLogs.plist:
>> The Language Features key is missing.
>> The reported problems will prevent the language module from loading.
>>
>> 
>> > http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
>> 
>> 
>> BBEditDocumentType
>> CodelessLanguageModule
>> BBLMLanguageDisplayName
>> Passenger Log
>> BBLMLanguageCode
>> PLOG
>> name
>> PassengerLogs
>> BBLMColorsSyntax
>> 
>> BBLMLanguageFeatures
>> 
>> SyntaxColoring
>> 
>> FunctionNavigation
>> 
>> SymbolCompletion
>> 
>> 
>> language
>> 
>> name
>> PassengerLogs
>> fileExtensions
>> 
>> pog
>> 
>> keywords
>> 
>> error
>> GET
>> POST
>> NameError
>> undefined
>> Exception
>> 
>> 
>> 
>> 
>>
>>
>>
>>
>> Cheers
>> bee...@gmail.com
>>
>>
>>
>> On Nov 19, 2023, at 4:10 PM, Rich Siegel  wrote:
>>
>> Likely it's in the wrong place, or it's malformed.
>>
>> To see if it's in the right place: choose "Language Modules" from the 
>> Folders submenu of the BBEdit application menu. If your plist file isn't in 
>> the Finder window that opens, it's in the wrong place.
>>
>> If it's in the right place, choose "Logs" from the Folders submenu. If 
>> there's a log file for language module errors, open it up and look inside; 
>> the recent entries (if any) may contain diagnostic information.
>>
>>
>>

-- 
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/9e402afd-364c-4dbf-9e1c-6bceef41ed34n%40googlegroups.com.


Re: Language Module for Logs

2023-11-19 Thread BeeRich33
Ok that entry should have been this:

*Language Features*

So this is what I currently have, and the settings has the assigned .pog 
suffic mapped to this language.  However, no syntax colouring.











































* http://www.apple.com/DTDs/PropertyList-1.0.dtd";> BBEditDocumentType 
CodelessLanguageModule BBLMLanguageDisplayName 
Passenger Log BBLMLanguageCode 
PLOG name PassengerLogs 
BBLMColorsSyntax  BBLMKeywordList  
error GET POST 
NameError undefined 
Exception  Language Features  
SyntaxColoring  FunctionNavigation  
SymbolCompletion   language  
name PassengerLogs fileExtensions 
 pog  *

On Sunday, November 19, 2023 at 4:34:49 PM UTC-5 BeeRich33 wrote:

> Ya I validated it but I’m using the Dropbox alternative location for this 
> file.  When I use the menu option to open the Language Module directory, 
> the Dropbox path is the path that opens up.  
>
> /Users/rich/Library/CloudStorage/Dropbox/Application 
> Support/BBEdit/Language Modules/PassengerLogs.plist
>
> So that CLM log says the following, even with the edited version.  That 
> BBLMLanguageFeatures 
> is now in the file.  The log isn’t specific other than that.
>
> —
>
> The following problem(s) were encountered while loading the language 
> module at /Users/rich/Library/CloudStorage/Dropbox/Application 
> Support/BBEdit/Language Modules/PassengerLogs.plist:
> The Language Features key is missing.
> The reported problems will prevent the language module from loading.
>
> 
>  http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
> 
> 
> BBEditDocumentType
> CodelessLanguageModule
> BBLMLanguageDisplayName
> Passenger Log
> BBLMLanguageCode
> PLOG
> name
> PassengerLogs
> BBLMColorsSyntax
> 
> BBLMLanguageFeatures
> 
> SyntaxColoring
> 
> FunctionNavigation
> 
> SymbolCompletion
> 
> 
> language
> 
> name
> PassengerLogs
> fileExtensions
> 
> pog
> 
> keywords
> 
> error
> GET
> POST
> NameError
> undefined
> Exception
> 
> 
> 
> 
>
>
>
>
> Cheers
> bee...@gmail.com
>
>
>
> On Nov 19, 2023, at 4:10 PM, Rich Siegel  wrote:
>
> Likely it's in the wrong place, or it's malformed.
>
> To see if it's in the right place: choose "Language Modules" from the 
> Folders submenu of the BBEdit application menu. If your plist file isn't in 
> the Finder window that opens, it's in the wrong place.
>
> If it's in the right place, choose "Logs" from the Folders submenu. If 
> there's a log file for language module errors, open it up and look inside; 
> the recent entries (if any) may contain diagnostic information.
>
>
>

-- 
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/7a7ac4f7-9644-4269-a788-84c945dd1d7dn%40googlegroups.com.


Re: Language Module for Logs

2023-11-19 Thread BeeRich33
Ya I validated it but I’m using the Dropbox alternative location for this file. 
 When I use the menu option to open the Language Module directory, the Dropbox 
path is the path that opens up.  

/Users/rich/Library/CloudStorage/Dropbox/Application Support/BBEdit/Language 
Modules/PassengerLogs.plist

So that CLM log says the following, even with the edited version.  That 
BBLMLanguageFeatures is now in the file.  The log isn’t specific other than 
that.

—

The following problem(s) were encountered while loading the language module at 
/Users/rich/Library/CloudStorage/Dropbox/Application Support/BBEdit/Language 
Modules/PassengerLogs.plist:
The Language Features key is missing.
The reported problems will prevent the language module from loading.


http://www.apple.com/DTDs/PropertyList-1.0.dtd";>


BBEditDocumentType
CodelessLanguageModule
BBLMLanguageDisplayName
Passenger Log
BBLMLanguageCode
PLOG
name
PassengerLogs
BBLMColorsSyntax

BBLMLanguageFeatures

SyntaxColoring

FunctionNavigation

SymbolCompletion


language

name
PassengerLogs
fileExtensions

pog

keywords

error
GET
POST
NameError
undefined
Exception








Cheers
beer...@gmail.com



> On Nov 19, 2023, at 4:10 PM, Rich Siegel  wrote:
> 
> Likely it's in the wrong place, or it's malformed.
> 
> To see if it's in the right place: choose "Language Modules" from the Folders 
> submenu of the BBEdit application menu. If your plist file isn't in the 
> Finder window that opens, it's in the wrong place.
> 
> If it's in the right place, choose "Logs" from the Folders submenu. If 
> there's a log file for language module errors, open it up and look inside; 
> the recent entries (if any) may contain diagnostic information.

-- 
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/DB57DAE9-7423-4ABA-82B0-0D88EEE6E942%40gmail.com.


Re: Language Module for Logs

2023-11-19 Thread BeeRich33
So I've tried many plist entries and I've not been able to get this going 
for some reason.  I'm not sure if it's the plist structure or the BBEdit 
preferences.  Here is my plist, which is the most simple I have come up 
with:



































*http://www.apple.com/DTDs/PropertyList-1.0.dtd";>BBEditDocumentType
CodelessLanguageModule
BBLMLanguageDisplayNamePassenger Log
BBLMLanguageCodePLOGname
PassengerLogsBBLMColorsSyntax
languagename
PassengerLogsfileExtensions
pog
keywordserror
GETPOST
NameErrorundefined
Exception*
I was hoping for the following BB setting:


*Languages: Custom filename extension mappings: .pog => Passenger Log*
I can't see Passenger Log as an option.

Not sure where to go from here.  Any advice?

Cheers


On Friday, November 17, 2023 at 12:08:23 PM UTC-5 BeeRich33 wrote:

> Excellent.  Will take a look.  Thank you.  
>
> On Friday, November 17, 2023 at 8:31:49 AM UTC-5 Darren Duncan wrote:
>
>> You may also find useful this codeless language module I made, for 
>> reference. 
>>
>>
>> https://github.com/muldis/Muldis_Object_Notation/blob/master/tooling/BBEdit/BBEdit_LM_Muldis_Object_Notation_Plain_Text.plist
>>  
>>
>> -- Darren Duncan 
>>
>> On 2023-11-16 12:29 p.m., BeeRich33 wrote: 
>> > Hi Ben.  Thanks for the file. 
>> > 
>> > I’ve been looking at the other CLMs and that’s pretty much what I’ve 
>> come up 
>> > with as well.  Not active yet. 
>> > 
>> > 
>> > Cheers 
>> > bee...@gmail.com 
>> > 
>> > 
>> > 
>> >> On Nov 16, 2023, at 8:12 AM, Benjamin Irwin  
>> wrote: 
>> >> 
>> >> BeeRich33 
>> >> 
>> >> I have attached a very simple Language Module that you may be able to 
>> modify 
>> >> for your needs. 
>> >> 
>> >> It is in ~/Library/Application Support/BEdit/Language Modules 
>> >> 
>> >> Modifying the command list in the BBLMKeywordList 
>> and BBLMPredefinedNameList 
>> >> would cause those words to be colored to "pop out" when viewing the 
>> logs. 
>> >> 
>> >> Hope this helps, 
>> >> Ben 
>>
>>

-- 
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/ecb8efbb-c061-43ae-a2b5-c64b546e5510n%40googlegroups.com.


Re: Language Module for Logs

2023-11-17 Thread BeeRich33
Excellent.  Will take a look.  Thank you.  

On Friday, November 17, 2023 at 8:31:49 AM UTC-5 Darren Duncan wrote:

> You may also find useful this codeless language module I made, for 
> reference.
>
>
> https://github.com/muldis/Muldis_Object_Notation/blob/master/tooling/BBEdit/BBEdit_LM_Muldis_Object_Notation_Plain_Text.plist
>
> -- Darren Duncan
>
> On 2023-11-16 12:29 p.m., BeeRich33 wrote:
> > Hi Ben.  Thanks for the file.
> > 
> > I’ve been looking at the other CLMs and that’s pretty much what I’ve 
> come up 
> > with as well.  Not active yet.
> > 
> > 
> > Cheers
> > bee...@gmail.com
> > 
> > 
> > 
> >> On Nov 16, 2023, at 8:12 AM, Benjamin Irwin  wrote:
> >>
> >> BeeRich33
> >>
> >> I have attached a very simple Language Module that you may be able to 
> modify 
> >> for your needs.
> >>
> >> It is in ~/Library/Application Support/BEdit/Language Modules
> >>
> >> Modifying the command list in the BBLMKeywordList 
> and BBLMPredefinedNameList 
> >> would cause those words to be colored to "pop out" when viewing the 
> logs.
> >>
> >> Hope this helps,
> >> Ben
>
>

-- 
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/8631513f-4248-4fdb-8fe8-10ce8f2d5eb6n%40googlegroups.com.


Re: Language Module for Logs

2023-11-16 Thread BeeRich33
Hi Ben.  Thanks for the file.  

I’ve been looking at the other CLMs and that’s pretty much what I’ve come up 
with as well.  Not active yet.  


Cheers
beer...@gmail.com



> On Nov 16, 2023, at 8:12 AM, Benjamin Irwin  wrote:
> 
> BeeRich33
> 
> I have attached a very simple Language Module that you may be able to modify 
> for your needs.
> 
> It is in ~/Library/Application Support/BEdit/Language Modules
> 
> Modifying the command list in the BBLMKeywordList and BBLMPredefinedNameList 
> would cause those words to be colored to "pop out" when viewing the logs.
> 
> Hope this helps,
> Ben

-- 
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/4FED1A71-6ABF-4DAB-9C38-AD5E68A277A0%40gmail.com.


Language Module for Logs

2023-11-14 Thread BeeRich33
I'm trying to make some logs more visible as currently they are just a sea 
of white text.  Is there a way to provide a *plist* and match this up to 
log files?  Am I correct in assuming it should be in the *Language Modules* 
directory and be named *log.plist*?

Cheers

-- 
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/f4980004-c41f-4b79-b97f-20b2dd4f873dn%40googlegroups.com.


Re: Shell Integration Point to BBEdit File Line

2023-01-31 Thread BeeRich33
Perfect.  That syntax comes up in iTerm2 as syntax I've generated, and with 
a Command-key, becomes a link.  Opens up perfectly in *BBEdit*.

Thank you.  Cheers
On Tuesday, January 31, 2023 at 11:57:39 AM UTC-5 sie...@barebones.com 
wrote:

> On 31 Jan 2023, at 6:55, BeeRich33 wrote:
>
> > Is there a way to get *shell integration* to point to a specific line in 
> a
> > *BBEdit* file?
> >
> > I want to use *iTerm2* to display links to files that can be opened in
> > *BBEdit* (*.md *files), but I want that click navigation to also go to 
> the
> > line.
> >
> > Can this be done?
>
> I have no idea what "shell integration" is, but page 71 of the user manual 
> describes the `x-bbedit:` URL scheme, which provides the means to specify a 
> file and line. Perhaps that is fit for purpose.
>
> R.
>

-- 
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/0889d9e5-8638-4ae8-8f9a-e7a5657a149an%40googlegroups.com.


Re: Shell Integration Point to BBEdit File Line

2023-01-31 Thread BeeRich33
OK, but there's no *shell integration* using that.  *Shell integration* is 
a specific text sensitive clickable application inside a terminal program.  
Here is what it does:

iTerm Shell Integration 
<https://iterm2.com/documentation-shell-integration.html>

I thought somehow if I made some syntax in the results, I could instruct 
the file to open given metrics much like you provided above.  Almost like 
putting a *bbedit* link in the terminal.  

On Tuesday, January 31, 2023 at 8:55:39 AM UTC-5 Neil Faiman wrote:

> On Jan 31, 2023, at 6:55 AM, BeeRich33  wrote:
>
>
> Is there a way to get *shell integration* to point to a specific line in 
> a *BBEdit* file?
>
> I want to use *iTerm2* to display links to files that can be opened in 
> *BBEdit* (*.md *files), but I want that click navigation to also go to 
> the line.  
>
> Can this be done?
>
>
> From the BBEdit command line tool man page:
>
>*+*, filename*:*
> Go to line number. For example, to select line 33:
>
> bbedit +33 filename
> bbedit filename:33
>
> You may also use a character offset specification:
>
> bbedit +33:10 filename
> bbedit filename:33:10
>
> This will place the insertion point at character offset 10 on 
> line
> 33 in the above example.
>
> When piping data into *bbedit*, you can also add a line number
> specifier, and BBEdit will place the insertion point at the
> beginning of the indicated line, e.g.
>
> ls -la | bbedit +5
>
> will select the fifth line of text in the text document. (Using
> *--append* or *--prepend* is allowed, but works at cross 
> purposes: the
> indicated line in the document will be selected, irrespective 
> of
> whether it's in the piped data or not.)
>
> Character offset specifications are allowed here as well:
>
> ls -la | bbedit +5:60
>
> Regards,
> Neil Faiman
>

-- 
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/8de5f90a-7ba8-43e8-8b27-3e6d970e9846n%40googlegroups.com.


Shell Integration Point to BBEdit File Line

2023-01-31 Thread BeeRich33
Is there a way to get *shell integration* to point to a specific line in a 
*BBEdit* file?

I want to use *iTerm2* to display links to files that can be opened in 
*BBEdit* (*.md *files), but I want that click navigation to also go to the 
line.  

Can this be done?

Cheers

-- 
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/0c872525-333a-4905-a0af-9956db9cadd5n%40googlegroups.com.


Autocompletion Optimization

2022-03-27 Thread BeeRich33
Hi folks.  

Just wondering how I can get my Ruby modules and methods into 
autocomplete.  I just started LSP and it doesn't seem to be doing much for 
me, but I tripped over that new feature while reading up on 
autocompletion.  I thought it might have a way of sniffing my module/method 
files.  

The vast majority of my current work is in a development file at path 
*~/app.rb*.  I include *~/methods.rb* and *~/classes.rb* whose entries are 
currently not showing up as autocomplete qualifiers in the popup.  How can 
I get these to show up?  Is there a way to format the output?  

example: Modulename::methodname

Second question:  This autocomplete popup has 6 suggestions, with scrolling 
for further options.  Can I increase this value somehow, or even have it 
expand to the height of my display?  I searched Expert Prefs, but found 
nothing.  

I could export my preferred formats to text files for dummy clippings, but 
I'm thinking there is a better way of doing this.  

Cheers

-- 
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/616f3c09-0838-40cc-80a5-f5a0304af0fen%40googlegroups.com.


Re: Dropbox Version Application Support in Big Sur

2021-03-08 Thread BeeRich33
Just to follow up, Sandbox was turned off.  Looks like it's working now, so 
monitoring.

Cheers


On Monday, March 8, 2021 at 11:29:30 AM UTC-5 Steve wrote:

> Maybe you have the new Smart Sync enabled and those folders/files
> aren't actually local?
>
> - Steve
>
> On Mon, Mar 8, 2021 at 8:05 AM BeeRich33  wrote:
> >
> > I'm now getting an OS error as well:
> >
> > Operation not permitted by the OS (application error code: 11).
> >
> > Anybody else?
> >
> > Cheers
> >
> > On Thursday, March 4, 2021 at 10:23:53 PM UTC-5 BeeRich33 wrote:
> >>
> >> Hi folks.
> >>
> >> I have a "dev".project that has a folder in a Dropbox folder. It has a 
> bunch of documents inside it.
> >>
> >> It keeps disappearing when I restart the box. It's like this project 
> loads before Dropbox loads (which has a copy of this on the box as well). 
> The folder shows up in the sidebar, but it's empty.
> >>
> >> How can I fix this? Any insight appreciated.
> >>
> >> Cheers
> >
> > --
> > 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/62e7ee46-1d7a-4a62-b8e8-ac7e5612e478n%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: <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/f20c21f0-7645-48f6-be4f-4054ac3a8b3bn%40googlegroups.com.


Re: Dropbox Version Application Support in Big Sur

2021-03-08 Thread BeeRich33
Hi Steve.

Nope.  Manually added several files that are in ~.  Checked permissions, 
set some to 755, same issue.  Those ones aren't in Dropbox either.  

It seems *(application error code: 11) *is a Mac OS error of some 
sort.   Descriptions are a bit vague.

On Monday, March 8, 2021 at 11:29:30 AM UTC-5 Steve wrote:

> Maybe you have the new Smart Sync enabled and those folders/files
> aren't actually local?
>
> - Steve
>
> On Mon, Mar 8, 2021 at 8:05 AM BeeRich33  wrote:
> >
> > I'm now getting an OS error as well:
> >
> > Operation not permitted by the OS (application error code: 11).
> >
> > Anybody else?
> >
> > Cheers
> >
> > On Thursday, March 4, 2021 at 10:23:53 PM UTC-5 BeeRich33 wrote:
> >>
> >> Hi folks.
> >>
> >> I have a "dev".project that has a folder in a Dropbox folder. It has a 
> bunch of documents inside it.
> >>
> >> It keeps disappearing when I restart the box. It's like this project 
> loads before Dropbox loads (which has a copy of this on the box as well). 
> The folder shows up in the sidebar, but it's empty.
> >>
> >> How can I fix this? Any insight appreciated.
> >>
> >> Cheers
> >
> > --
> > 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/62e7ee46-1d7a-4a62-b8e8-ac7e5612e478n%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: <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/1d499667-8af8-45ab-81c7-5f82cff1a3c5n%40googlegroups.com.


Re: Dropbox Version Application Support in Big Sur

2021-03-08 Thread BeeRich33
I'm now getting an OS error as well:

*Operation not permitted by the OS (application error code: 11).*

Anybody else?

Cheers

On Thursday, March 4, 2021 at 10:23:53 PM UTC-5 BeeRich33 wrote:

> Hi folks.  
>
> I have a "dev".project that has a folder in a Dropbox folder.  It has a 
> bunch of documents inside it.  
>
> It keeps disappearing when I restart the box.  It's like this project 
> loads before Dropbox loads (which has a copy of this on the box as well).  
> The folder shows up in the sidebar, but it's empty.  
>
> How can I fix this?  Any insight appreciated.  
>
> Cheers
>

-- 
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/62e7ee46-1d7a-4a62-b8e8-ac7e5612e478n%40googlegroups.com.


Dropbox Version Application Support in Big Sur

2021-03-04 Thread BeeRich33
Hi folks.  

I have a "dev".project that has a folder in a Dropbox folder.  It has a 
bunch of documents inside it.  

It keeps disappearing when I restart the box.  It's like this project loads 
before Dropbox loads (which has a copy of this on the box as well).  The 
folder shows up in the sidebar, but it's empty.  

How can I fix this?  Any insight appreciated.  

Cheers

-- 
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/9e09bb59-4cc9-425d-8933-a1c640355d11n%40googlegroups.com.


Re: Autocompletion Population

2020-04-27 Thread BeeRich33
I guess the question is, which I left out, was "can this be done?"  And/or 
"What am I doing wrong?"

-- 
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/58d5213e-afce-4164-8322-c6352c94213c%40googlegroups.com.


Autocompletion Population

2020-04-27 Thread BeeRich33
Hi folks.

I'd like to have autocompletion of the modules/methods names that I 
create.  I can crontab a script that can export filenames and contents of 
the *modulename.methodname* to a folder that's been set up properly in the 
*Clippings* folder.

I was hoping to have them available in context when developing, but for 
some reason they aren't taking.  They show up in the clippings Palette (the 
permanent pallette, to be clear), so they work.  They just don't show up in 
autocomplete, which I have set to manual.

The manual says Clippings are included in the autocomplete options.  

I'm on version 12.1.6 if that makes any difference.  It shouldn't. 

Any insight appreciated.  Cheers

-- 
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/0cd7c6cd-5928-4f06-a03f-60cba2ba4e28%40googlegroups.com.


Re: BBEdit Backups for v12

2020-02-14 Thread BeeRich33
OK, a link is what I eventually get to, but thought there might be a fun 
*default* way of doing so inside BBEdit.  

Cheers.  

-- 
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/561d0982-1327-4d40-a14d-0f6e94e91d51%40googlegroups.com.


Re: Force Folding

2020-02-11 Thread BeeRich33
Workaround:

(in Ruby)

module Item_methods
def alpha()# => foldable
   self.fieldname = 'alpha'
end
end


class Item < Sequel::Model(:dingbat)
   include Item_methods
end





On Thursday, February 6, 2020 at 11:35:11 AM UTC-5, BeeRich33 wrote:
>
> Turns out some ruby syntax is messing this up:
>
> class Item < Sequel::Model(:dingbat)
>
> end
>
> That last hash thrown as a parameter, is the culprit.  
>
> Not sure this is fixable
>

-- 
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/caefae8b-2662-4d04-b673-702ef88ec6d6%40googlegroups.com.


Colorize nginx error.log?

2020-02-10 Thread BeeRich33
Hi folks.

I'm always in the nginx error.log.  I'd like to colorize it for quicker 
reading.  Any ideas how I can get this done?  

Settings::Languages: .log is a Log File, but that doesn't decipher anything 
in the BBEdit document.  Is this possible to achieve?

Any insight appreciated.  Cheers

-- 
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/d52eac9f-6b47-4974-acfb-0c9ddcda126c%40googlegroups.com.


Re: Force Folding

2020-02-06 Thread BeeRich33
Turns out some ruby syntax is messing this up:

class Item < Sequel::Model(:dingbat)

end

That last hash thrown as a parameter, is the culprit.  

Not sure this is fixable

-- 
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/b543eadc-c9ef-4b84-9200-6f41c0a50ba4%40googlegroups.com.


Force Folding

2020-02-06 Thread BeeRich33
BBEdit 12.1.6 (ya, I'm old)

Folding has turned off for some reason.  Can I force it to re-assess the 
file for comment and method folding in a Ruby class?

I've tried taking everything out and trying a handful of commented 
lines...nothing.  I've tried changing the language below...nothing.

Any ideas?  The file works fine.  

Cheers

-- 
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/9ae72ca7-634d-4415-958c-57c3e542c550%40googlegroups.com.


BBEdit Backups for v12

2019-12-27 Thread BeeRich33
Happy belated holiday greetings and all that jazz.  

Just wondering if there is a way to move the ~/Documents/BBEdit Backups to 
another location other than *iCloud Drive* or *~/Dropbox/*.  I couldn't 
find any reference to choose a location.

Cheers 


-- 
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 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/e5807662-b916-427c-b012-6653c04c86da%40googlegroups.com.


Re: Single Line HTML Comments Possible?

2019-05-22 Thread BeeRich33
On Tuesday, May 21, 2019 at 1:07:57 PM UTC-4, Christopher Stone wrote:
>
> On 05/20/2019, at 11:16, BeeRich > wrote:
> Hey There,
>
> You don't have to *select* a line to comment it – you only need to have 
> the cursor somewhere in it.
>
>
Ah yes.  I use this all the time.  I guess the HTML throws me off.   

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/2880cc7a-56fb-4cc6-8ebe-8425ec93f8fb%40googlegroups.com.


Single Line HTML Comments Possible?

2019-05-19 Thread BeeRich33
Hi folks.

Just wondering, for HTML, is there a way to comment them out by not using 
*block 
comments*?  Blocking out single lines turns that single line into 3 lines.  
Ugly as a thing that's really ugly, that is.  

The preference pane has nothing in for *single line* comments.  Is there an 
entry with some kind of placeholder that works to do this?



As stated, this happens:



Cheers

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/cf547d71-d2e2-4fa7-8af8-e70ce1c6d81e%40googlegroups.com.


Optimized Balancing

2019-05-19 Thread BeeRich33
Hiya folks.  

I'm facing more and more JS and associated {} syntax in my projects.  I've 
always had an issue with balancing said syntax, and it drives me nuts.  I 
know other packages auto-insert and place closing parens but BBEdit does 
not. 

Does anybody have a way to ease up this confusion?  Other than using the 
*Balance* menu item, does anybody have an approach to getting around some 
complex applications using parens?

Would love to hear your ideas.  

Cheers

-- 
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 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/9255eb53-7f6e-43a0-aada-0db3cf29a9f1%40googlegroups.com.


Re: Log Clearing in BBEdit

2018-06-21 Thread BeeRich33
Actually, that was the ticket.  I inserted a sniffer that erased the log 
file after two seconds upon change of the file.  

Done.  Heh.  

On Thursday, June 21, 2018 at 5:03:31 PM UTC-4, Steve wrote:
>
> Seems to me the easiest way would to just have a terminal open and `tail 
> -f error.log`. Obviously you need to either be in the relevant directory or 
> include the full path in that command.
>
> - Steve
>
>
>>

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


Log Clearing in BBEdit

2018-06-21 Thread BeeRich33
Hi folks. 

I use BBEdit's projects to house a bunch of files in a project that pertain 
to development.  The main one I have is the nginx error.log.  

Does anybody have a better way of monitoring such a log?  I find myself 
wanting the latest error visible.  Then I modify code in another project 
window, select all in the nginx error.log, delete, save, then run the code 
again in the browser.  This process takes up a lot of time, erasing a log 
so often.  There has to be a better way.  

I loves me BBEdit.  Maybe there's a better way to do this, using BBEdit or 
otherwise (I have my terminal open constantly as well). 

Anybody have any ideas?  Very much appreciated.  

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.
Visit this group at https://groups.google.com/group/bbedit.


Re: A "notebook" for BBEdit?

2018-06-21 Thread BeeRich33
 Use a "Fixes" file in BBEdit.  Design a bash script that appends a master 
file in BBEdit:

- copy text to be archived
- run script
  - enter the title of this archived entry (I use this script in Launchbar, 
excellent tool)
  - paste title, current date and a visual divider
  - paste clipboard
- delete text from original source if need be

This file becomes searchable with a date and a title

HTH

-- 
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: Ruby Pipe to BBEdit

2018-01-11 Thread BeeRich33
I found an alternative shortly after:

r = "echo '#{ h.inspect }'"
`#{ r } | bbedit`


r is a hash.  

Cheers

On Wednesday, January 10, 2018 at 11:53:12 AM UTC-5, Sam Hathaway wrote:
>
> IO.popen("bbedit", "w") do |subproc|
> subproc.puts("string for bbedit")
> subproc.closeend
>
> On 9 Jan 2018, at 17:54, BeeRich33 wrote:
>
> Hiya folks.
>
> Just wondering if anybody knows how to pipe a ruby string to bbedit. Once
> in a while I'd like to send the output of a ruby script to bbedit.
> Obviously this would open in an untitled text file, unsaved. I have the
> bbedit command line tools installed, and I pipe other stuff to bbedit.
> Great tools actually.
>
> I'm currently trying this:
>
> system ('echo "#{ puts h }" | bbedit')
>
> Result:
>
> #{ puts h }
>
> So I reversed the quotations:
>
> system ("echo '#{ puts h }' | bbedit")
>
>
> ...which outputs nothing.
>
> So backticks:
>
> `echo '#{ puts h }' | bbedit`
>
>
> Also results in nothing. Tried double quotations, nothing.
>
> Without creating a temp file and some fancy workaround in the
> filesystem/bash, is this possible? Any insight appreciated.
>
> Cheers
>
> -- 
> 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.


Ruby Pipe to BBEdit

2018-01-09 Thread BeeRich33
Hiya folks.

Just wondering if anybody knows how to pipe a ruby string to bbedit.  Once 
in a while I'd like to send the output of a ruby script to bbedit. 
 Obviously this would open in an untitled text file, unsaved.  I have the 
bbedit command line tools installed, and I pipe other stuff to bbedit. 
 Great tools actually.  

I'm currently trying this:

system ('echo "#{ puts h }" | bbedit')

Result:

#{ puts h }

So I reversed the quotations:

system ("echo '#{ puts h }' | bbedit")


...which outputs nothing.  

So backticks:

`echo '#{ puts h }' | bbedit`


Also results in nothing.  Tried double quotations, nothing.  

Without creating a temp file and some fancy workaround in the 
filesystem/bash, is this possible?  Any insight appreciated.  

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.
Visit this group at https://groups.google.com/group/bbedit.


Dropbox Application Support Saved Temp Files

2017-11-22 Thread BeeRich33
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: 
--- 
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.


How Choose Non-Comment Lines Into New File

2017-08-26 Thread BeeRich33
Hi folks.  Can I use "Process Lines Containing...", coupled with "Delete 
Lines" and "Copy To New Document" to make a .conf file with only 
uncommented lines?

This also needs some empty line removal, but just curious about the 
previous process.

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.
Visit this group at https://groups.google.com/group/bbedit.


Re: Square Light Green "r" Completion Symbol?

2017-07-10 Thread BeeRich33
Preferences::Editing::Include system text replacements in completion list

Turned that off, it is now gone.

Thank you for your participation.  

Cheers

On Monday, July 10, 2017 at 2:54:43 PM UTC-4, BeeRich33 wrote:
>
> Hi folks.  Wondering what this is, the square light green "r" Completion 
> Symbol.  I'm entering the number 5, and it gives me two options, "⅚" and 
> "⅝", which both (as demonstrated right just now), that it might be a 
> system-derived replacement.  The manual has no combination of light green, 
> square, and small "r".  
>
> Would be nice to turn this off specifically.  
>
> 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.


Square Light Green "r" Completion Symbol?

2017-07-10 Thread BeeRich33
Hi folks.  Wondering what this is, the square light green "r" Completion 
Symbol.  I'm entering the number 5, and it gives me two options, "⅚" and 
"⅝", which both (as demonstrated right just now), that it might be a 
system-derived replacement.  The manual has no combination of light green, 
square, and small "r".  

Would be nice to turn this off specifically.  

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.
Visit this group at https://groups.google.com/group/bbedit.


Shell Scripting Folding

2017-04-20 Thread BeeRich33
Good day.

For some reason my shell scripts aren't showing any folding.  How can I 
make this happen?  What am I missing?

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.
Visit this group at https://groups.google.com/group/bbedit.


Re: Apply mods to Selected Text Only

2017-04-11 Thread BeeRich33
Yes.  Original saved path for both items:

/Users/rich/Dropbox/Application Support/BBEdit/Text Factories/append to 
file.textfactory
/Users/rich/Dropbox/Application Support/BBEdit/Text Factories/echo to 
target.textfactory

On Tuesday, April 11, 2017 at 2:03:13 PM UTC-4, Patrick Woolsey wrote:
>
> Please make sure to save (or move) your text factory file into 
> the correct folder, which by default is: 
>
> /Users/USERNAME/Library/Application Support/BBEdit/Text Filters/ 
>
> or adjust as appropriate if you're using a Dropbox (or iCloud) 
> app support folder. 
>
>

-- 
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: Apply mods to Selected Text Only

2017-04-11 Thread BeeRich33
Further to that text factory that I've created twice.  Neither are showing 
up in the Text/Apply Text Filter submenu.  What am I doing wrong?

There is no project, nor a file.  Just the selected text.  But it doesn't 
show up in the submenu.  

Cheers



On Tuesday, April 11, 2017 at 9:17:10 AM UTC-4, Patrick Woolsey wrote:
>
> In general, a _text filter_ is best suited for this type of 
> task[*] and you can use any kind of filter item that can do the 
> desired manipulation, from a shell script, or a Perl/Python/etc 
> script, to a _text factory_ which contains suitable action(s). 
>
> So per your example, I'd just create a text factory which 
> contains a Prefix/Suffix Lines action that prepends: 'echo "' 
> and appends '" >> $target' and there you have it. :-) 
>
> [* i.e. whenever you need to modify the contents of the current 
> selection or document] 
>
> Regards, 
>
>   Patrick Woolsey 
> == 
> Bare Bones Software, Inc. <http://www.barebones.com/> 
>
>
>
> On 4/6/17 at 5:04 PM, bee...@gmail.com  (BeeRich33) wrote: 
>
> >Hi folks. 
> > 
> >I'm still confused amongst text factories, scripts, etc.  I 
> >want to select some text in a file, and prepend and append the following: 
> > 
> >echo " 
> >" >> $target 
> > 
> >Not the whole file.  Not a whole folder.  Not a whole 
> >predefined set of files.  Not a project.  Just selected lines. 
> >Can this be done and how do I do 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: Apply mods to Selected Text Only

2017-04-07 Thread BeeRich33
Hi Fletcher.  Long time.  Rich F here.  

It's a per-line item.  A whole block of code would be inserted into that 
SELECT.  Been using SELECT for some time.  

On Thursday, April 6, 2017 at 6:52:30 PM UTC-4, flet...@cumuli.com wrote:
>
> This sounds like a job for Clippings which you can find in the Clippings 
> "C" menu or in Windows > Palettes.
>
> You can define a clipping by creating a pattern with #SELECT# in place of 
> where you want the current selection to go. If I understand what you're 
> looking for your clipping would like this. Select this text and choose 
> "Save Selection as Clipping" and give it a name.
>
> echo "
> " >> #SELECT#
>
> Now, select some text and apply the clipping by double clicking its name 
> in the palette or selecting it from the menu. You can give it a keyboard 
> shortcut if you use it a lot.
>
> There's a whole list of placeholders you can in place of #SELECT# in the 
> manual.
>
> [fletcher]
>
> On Apr 6, 2017, at 2:04 PM, BeeRich33 > 
> wrote:
>
> Hi folks.
>
> I'm still confused amongst text factories, scripts, etc.  I want to select 
> some text in a file, and prepend and append the following:
>
> echo "
> " >> $target
>
> Not the whole file.  Not a whole folder.  Not a whole predefined set of 
> files.  Not a project.  Just selected 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: <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: Apply mods to Selected Text Only

2017-04-07 Thread BeeRich33
Sounds like text filter is what I'm needing.  I'll have a look.  

The functionality of BB is confusing after all these years.  Cheers

On Thursday, April 6, 2017 at 6:39:47 PM UTC-4, Sam H. wrote:
>
> I think you'd use a text filter for that. But be warned; if your text 
> contains shell metacharacters ($, ", \, etc.) you're going to have a bad 
> time. 
> -sam 
>
> On 6 Apr 2017, at 5:04 PM EDT, BeeRich33 wrote: 
>
> > Hi folks. 
> > 
> > I'm still confused amongst text factories, scripts, etc.  I want to 
> > select 
> > some text in a file, and prepend and append the following: 
> > 
> > echo " 
> > " >> $target 
> > 
> > Not the whole file.  Not a whole folder.  Not a whole predefined set 
> > of 
> > files.  Not a project.  Just selected lines. 
> > 
> > Can this be done and how do I do 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 
> > "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: Apply mods to Selected Text Only

2017-04-07 Thread BeeRich33
Just tested.  I was correct in that assumption:

alpha
bravo
charlie


==> 

echo "alpha
bravo
charlie" >> $target


On Thursday, April 6, 2017 at 6:54:14 PM UTC-4, flet...@cumuli.com wrote:
>
> Actually, re-reading your post, I think the clipping you are looking for 
> is this:
>
> echo "#SELECT#" >> $target
>
> [fletcher]
>

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


Apply mods to Selected Text Only

2017-04-06 Thread BeeRich33
Hi folks.

I'm still confused amongst text factories, scripts, etc.  I want to select 
some text in a file, and prepend and append the following:

echo "
" >> $target

Not the whole file.  Not a whole folder.  Not a whole predefined set of 
files.  Not a project.  Just selected lines.  

Can this be done and how do I do 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: 
--- 
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.


Text Factory to Frontmost Text File

2017-03-07 Thread BeeRich33
Hi folks.

I'm wanting to use a Text Factory, a collection of search and replaces, to 
the frontmost file only, regardless of what type it is.  Right now it is 
not saved as anything and is an XML file structure, and BBEdit has noted 
that's what it is.  

Is there a way to run such a process without having to choose the frontmost 
file in the text factory Options every single time?

Love to learn more.

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.
Visit this group at https://groups.google.com/group/bbedit.


Is Dropbox Preferences Working?

2016-09-26 Thread BeeRich33
Hi folks.

I've been using the Dropbox method for prefs on my workstation for some 
time.  On another laptop on the LAN, with the same Dropbox account, I can't 
seem to get this working using Dropbox.  I would like to use the setup of 
the prefs already in Dropbox, and not copy the current ones on this laptop. 
 So toss the local ~ prefs, right?

BBEdit v11.6.2

- Quit the program
- Toss the ~/Library/Application Support/BBEdit ƒ
- Open BBEdit

That's all I need, correct?  Would be nice if that directory was not 
re-created, but that's another thing altogether.  I'm checking available 
colour schemes to see if they show up and they don't.  So it's using the 
regenerated prefs at ~ instead of Dropbox.  

Am I supposed to force this somehow?

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.
Visit this group at https://groups.google.com/group/bbedit.


Re: Ruby Group Comments

2015-11-20 Thread BeeRich33
I just realized it has to be flush up against the margin, and no spacing 
before these tags.  Those items were already in the preferences for Ruby.  

How can I force the block to use these comments?

Cheers

On Thursday, November 19, 2015 at 9:38:15 AM UTC-5, Prachi Gauriar wrote:
>
> Hi,
>
> You can get BBEdit to recognize them by going to Preferences:Languages and 
> adding Custom Language Preferences for Ruby. In the General tab, set the 
> Block comment start to “=begin” and the Block comment end to “=end”.
>
> For Ruby to recognize them, you need to make sure =begin and =end must 
> both be the very first thing on their respective lines. 
>
> Hope that helps!
>
>

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


Ruby Group Comments

2015-11-18 Thread BeeRich33
Hi folks.

I thought the following would group comment Ruby.  BBEdit isn't registering 
them, nor is Ruby for that matter.  I'm obviously missing something.  Also, 
I'm not sure how to group comment a block using this technique instead of 
the default line commenting with #.

=begin

commented out

=end

Any insight appreciated.

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.


Dropbox the Clippings Folder?

2015-08-26 Thread BeeRich33
Hi folks.

I thought shoving the Clippings folder into Dropbox, then aliasing that 
folder back into ~/Library/Application Support/BBEdit/ would allow me to 
share the Clippings amongst a bunch of machines.  It's now telling me I 
can't do that.  

Is there a way to fix this?

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.


Open Most Recent Log File

2015-08-12 Thread BeeRich33
Hi folks.

I'm trying to bring into BBEdit, a log file with the most recent 
modification date/time.

I'm using iTerm2, which has the ability to create a new log which records 
all input and output to a log file, each time a new session starts.  Some 
sessions start and end within a minute, and others update over time.  So 
the "Date Modified" value is what I would want to show up in BBEdit.  Some 
filename examples:

20150811_130822.Default.w0t3p0.293.6c856837.log
20150812_161448.HQ.w0t0p0.293.f90c7951.log
20150811_051023.Default.w0t1p0.293.f1867eeb.log
20150812_095300.Default.w0t4p0.293.d589a1e4.log
20150810_183456.Default.w0t2p0.293.70c471e7.log
20150811_052134.Default.w0t2p0.293.a74c7e0.log

The filename starts off with the creation date_time and doesn't represent 
the modified date_time.  

Does anybody know how I can do this?  I'm currently using a project that 
has the parent directory as an entry, to bring in the whole directory of 
log files.  The problem with that is that BBEdit sorts by name in the 
project sidebar, so the file I most likely want open, the last on the list. 
 BBEdit, from what I gather, doesn't allow me to sort descending by date in 
the sidebar.  

Anyway, any advice appreciated.

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.