Re: Two windows for the same project

2016-07-29 Thread Christopher Stone
On Jul 29, 2016, at 12:43, Adrian Manea wrote: > My idea is, indeed, to open a file in an additional window, but I want the > project folders, tree and navigation in both of them, if possible. Hey Adrian, I doubt the developers will be interested in implementing that

Re: Two windows for the same project

2016-07-29 Thread Christopher Stone
On Jul 29, 2016, at 12:03, Adrian Manea wrote: > Is there any way I could have the same sidebar contents for both of the > windows (basically, the full project), if I've opened two files from the same > project? Hey Adrian, Does Menu-Bar > View > Open in Additional

Re: Just bought BBEdit. Previously used TextWrangler. Did I get ripped?

2016-07-28 Thread Christopher Stone
On Jul 28, 2016, at 11:31, Fletcher Sandbeck wrote: > I gladly pay for BBEdit anyway since it's such an essential tool to my > business and at times those more advanced features can save a lot of hassle. Amen. Let us not forget that TextWrangler only exists because of the

Re: Modify all instances of selection a la columnar selection

2016-07-13 Thread Christopher Stone
n the regex, so currently this will only work on a string that has clear boundaries at beginning and end. --- # Auth: Christopher Stone # dCre: 2016/07/13 13:30 # dMod: 2016/07/13 14:06 # Appl: BBEdit #

Re: Sort email addresses by domain name...

2016-07-06 Thread Christopher Stone
On Jul 06, 2016, at 10:45, Bo wrote: > How do I sort email addresses by domain name? Hey Bo, Use Text > Sort Lines... Search Pattern: ^.+@(.+) Sub-Pattern: \1 -- Best Regards, Chris -- This is the BBEdit Talk public discussion group. If you have a feature request

Re: BB and ccrypt

2016-06-22 Thread Christopher Stone
On Jun 18, 2016, at 10:07, Robert wrote: > Is there a way that BBEdit can use ccrypt to dencrypt and load it in BB? I > have it in Vim, trying to in BB as well. Hey Robert, This appears to work when run as a filter: #!/usr/bin/env bash ccrypt --encrypt --key

Re: How to search for a specific text string ending in digit and replace with digit incremented by one

2016-06-12 Thread Christopher Stone
On Jun 11, 2016, at 18:36, Michael Baker > wrote: > I'm sorry if I don't understand the perl script enough to follow your attempt > helping me. > It might be I didn't explain my task well enough. In case it helps I'll be a > little

Re: untitled text files

2016-06-10 Thread Christopher Stone
On Jun 09, 2016, at 15:21, Greg Reyna wrote: > Is there a way to learn the creation date of an unsaved, "untitled text" > file? I never have reset the numbering so it's up to 191. Hey Greg, As has been mentioned a creation date isn't available, however you can get a

AppleScript - Toggle between wrap-to-page-guide and current settings.

2016-05-28 Thread Christopher Stone
Hey Folks, Another script I've repurposed from the TextWrangler list. After printing a few pages to PDF I got my Page Guide width pretty close to the printed page width. This script toggles the front window between Page Guide [ON] and Soft-Wrap to Page Guide and the current settings. -- Best

Re: Search/Replace with GREP wildcards

2016-05-18 Thread Christopher Stone
------ # Auth: Christopher Stone # dCre: 2016/05/18 17:08 # dMod: 2016/05/18 17:13 # Appl: BBEdit & Safari # Task: Open BBEdit's “Searching with Grep” Chapter in Safari # Tags: @Applescript, @Script, @,

Re: How does one preview anything?

2016-04-28 Thread Christopher Stone
On Apr 28, 2016, at 19:13, Richard Cook wrote: > The 'preview command' is referenced a lot but I cannot find said command. __ Hey Richard, When looking for commands in an app on OSX the first step is to use

Re: [ANN] BBEdit 11.5.2

2016-04-21 Thread Christopher Stone
On Apr 21, 2016, at 11:22, Rich Siegel wrote: > We are pleased to announce the release and immediate availability of BBEdit > 11.5.2. __ Thanks Rich! :) -- Take Care, Chris -- This is the BBEdit Talk

Re: html2txt.py as a text filter

2016-04-19 Thread Christopher Stone
On Apr 18, 2016, at 11:34, TJ Luoma > wrote: > If I want to _replace_ the contents of the current file, NOT create a > separate document, I thought this would be what I needed to do as a Text > Filter

Re: projects and applescript

2016-04-18 Thread Christopher Stone
On Apr 17, 2016, at 16:48, captkirk wrote: > Thanks! That does show me a way of working. It also shows me more limitations! __ Everything has limitations... :) What exactly are you trying to do? --

Re: projects and applescript

2016-04-17 Thread Christopher Stone
On Apr 16, 2016, at 19:50, captkirk wrote: > BBEdit Projects don't seem to be able to access the list of files in the > project with Applescript (except for selected files). Folders and their > contents in the project don't seem to be accessible either.

Re: Auto-enter new unordered list line in Markdown files

2016-04-10 Thread Christopher Stone
On Apr 09, 2016, at 12:31, dp wrote: > When Markdown syntax is selected and the current line begins with a dash, is > it possible to configure BBEdit to detect that and to begin the next line > with a dash when the return key is pressed?

Re: Problem with "Multi-File Search" results

2016-04-08 Thread Christopher Stone
Hey Folks, This is the old lexical vs numeric sort issue. For those who don't remember the Finder used to have a lexical sort, and it made everyone nuts for years. (Same with Micro$oft Windows.) http://hints.macworld.com/article.php?story=20021002061850171 For that matter the Finder still

Re: Link to this group?

2016-03-21 Thread Christopher Stone
On Mar 21, 2016, at 09:29, Kyle DeMilo wrote: > Any chance there can be a link, perhaps under the Help menu, to either the > BBEdit Google Group, or the page on barebones.com that links here? __ Hey

Re: BBEdit in Split View

2016-03-09 Thread Christopher Stone
On Mar 09, 2016, at 05:39, László Sándor wrote: > Funny I could not Google this up. __ Hey László, Very. Google: BBEdit splitview El Capitan First two hits: Bare Bones Software | TextWrangler FAQs

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

2016-03-05 Thread Christopher Stone
On Mar 05, 2016, at 13:48, Mark Walker wrote: > Currently with BBEdit 11 the Search and Find dialogs show up on all desktops. > Is there a way to configure this so the windows only show up where the app is > active?

Re: Find and Replace many paragraphs between 2 unique phrases

2016-02-23 Thread Christopher Stone
On Feb 23, 2016, at 17:52, Bill Walker wrote: > I would like to replace large chunks of code bracketed by the same tags in > many files. I can replace large sections using start and ending tags … > provided I duplicate the +.*[/r] the correct number of times.

Re: Viewing CSV Files in BBEdit - How to Automatically Visually Format Columns

2016-02-23 Thread Christopher Stone
On Feb 23, 2016, at 08:39, Adam Wise > wrote: > I'm editing a lot of delimited files in BBEdit & was hoping there was a way > to space out columns & align them so they look more like an excel sheet...

Re: AppleScript: exporting active text document to a file

2016-02-05 Thread Christopher Stone
On Feb 05, 2016, at 09:24, Max Horn > wrote: > You probably can use a regular text filter by putting your get-text > AppleScript in with `osascript`. > > Note sure what you mean with that. Perhaps this is a misunderstanding? To > clarify, I would prefer

Re: AppleScript: exporting active text document to a file

2016-02-04 Thread Christopher Stone
On Feb 03, 2016, at 11:28, Max Horn wrote: > it requires the contents of the whole file. This means that I unfortunately > cannot (as far as I know) use a regular text filter. __ Hey Max, You probably can use a

Re: Insert a space every 5 characters

2016-01-27 Thread Christopher Stone
On Jan 26, 2016, at 03:44, Simon Allen wrote: > I am anew to BBEdit. I want to insert add a space every 5 characters of a > text file and then group every 2000 characters as a separate page. __ Hello

Re: Hide Formatting?

2016-01-14 Thread Christopher Stone
On Jan 12, 2016, at 14:10, Robert A. Ober wrote: > Interesting, surprising, and dissapointing. If they can read the formatting > it would seem that a preview would be fairly easy. __ Hello Robert, BBEdit

Re: Hide Formatting?

2016-01-14 Thread Christopher Stone
On Jan 14, 2016, at 13:41, Patrick Woolsey wrote: >> If you want a more full-featured RTF editor and are willing to spend money >> then take a look at Jedit X. > > Or you can just use Pages. :-) __ Hey

Re: Getting just the differences.

2016-01-09 Thread Christopher Stone
On Jan 08, 2016, at 18:04, Lee Hinde wrote: > I'm doing a Find Differences between two files. I want to copy just the lines > that are different, from both files, into a new document so I can send that > to someone.

Re: Massaging CSV Data

2016-01-09 Thread Christopher Stone
On Jan 08, 2016, at 20:16, Jaimie Lancaster wrote: > I recently received a list of contacts in a csv format. (About 1400 pages) > and I'm trying to get them into Filemaker pro. __ Hey Jaimie, Your

Re: Setting default language (syntax coloring) for new documents?

2016-01-06 Thread Christopher Stone
ds, Chris --- # Auth: Christopher Stone # dCre: 2015/05/07 01:05 # dMod: 2016/01/07 00:22 # Appl: Finder, Safari # Task: Open BBEdit's Expert Preferences Help in Safari # Tags: @Applescript, @Script, @Finder, @Safa

Re: BBEdit 11 Randomly(?) Tiling Windows

2015-12-30 Thread Christopher Stone
On Dec 29, 2015, at 18:52, Richard Fairbanks wrote: > Please excuse me for not being more clear; I assumed that this had been > covered at length, long ago, but searching the archives was unsuccessful. > > The issue is that all prior versions of BBEdit kept any given window

Re: BBEdit 11 Randomly(?) Tiling Windows

2015-12-28 Thread Christopher Stone
On Dec 27, 2015, at 16: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

Re: Edit > Show Clipboard (BBEdit 10)

2015-12-17 Thread Christopher Stone
nd pasting X times? __ Hey Lee, No. At least not built-in. You can do it with an AppleScript though. -- Best Regards, Chris --- # Auth: Christopher Stone # dCre: 2015/12/17 17:37 # dMod

Re: Multi-file search and replace with a script

2015-12-09 Thread Christopher Stone
On Dec 09, 2015, at 09:34, Joska Moeller wrote: > Is there any possibility to apply such a script to a bunch of files at once > (multi-file)? __ Hey Josch, Try recording a multi-file search in BBEdit

Re: Edit all selected (?)

2015-12-08 Thread Christopher Stone
On Dec 07, 2015, at 09:44, Kerri Hicks wrote: > While a little more involved than I think you're asking for, this has helped > me a lot: __ Hey Kerri, You can skip a couple of steps. Once you select

Re: Edit all selected (?)

2015-12-05 Thread Christopher Stone
On Dec 05, 2015, at 15:04, Vlad Ghitulescu wrote: > I’ve made a Keyboard Maestro - macro for only the above steps __ Hey Vlad, Good idea. Those who don't have Keyboard Maestro can save an AppleScript to the

Re: Novices (Attempting) to learn Python :)

2015-11-28 Thread Christopher Stone
On Nov 26, 2015, at 18:24, Achim Siebert wrote: > You can just type your python program into BBEdit, save it as myapp.py or > some such, and press Cmd+R to run it. BBEdit will open a window with the > output.

Re: How to set size of blank new document

2015-11-28 Thread Christopher Stone
On Nov 28, 2015, at 11:48, Bob Futrelle wrote: > The default appears to be a blank document that reaches all the way to the > bottom of the screen. > I rarely need that. Plus, it covers up other items on the screen. How do I > set that size?

Re: Strip Trailing Whitespace via TextFilter, not Preference

2015-11-12 Thread Christopher Stone
On Nov 12, 2015, at 11:05, TJ Luoma wrote: > Or you can go pure AppleScript which will not affect the selection. > > tell application "BBEdit" > tell front text document > tell its text to replace "[[:blank:]]+$" using "" options {search > mode:grep, starting at

Re: Strip Trailing Whitespace via TextFilter, not Preference

2015-11-12 Thread Christopher Stone
On Nov 11, 2015, at 14:32, TJ Luoma wrote: > BUT THEN I decided that I wanted it to automatically save, but that never > seemed to work _until_ I got a little sneaky. > > I used `zsh's` ability to fork and abandon a sub-shell using ( this ) &|

Re: Activating the last BBEdit document (once you are in Find dialogue)

2015-11-10 Thread Christopher Stone
On Nov 10, 2015, at 04:23, Robert Livingston wrote: > Thanks for chiming in. The problem is that I have to monitor the > replacements. Sometimes they are appropriate. Sometimes not. > > What I am doing is editing an OCR'ed document. There are certain patterns > that are

Re: Activating the last BBEdit document (once you are in Find dialogue)

2015-11-09 Thread Christopher Stone
On Sunday, November 8, 2015 at 6:00:53 AM UTC-8, Robert Livingston wrote: I am trying to automate a task with the help of Keyboard Maestro. I start in another program. I fill in the pieces of the Find dialogue window. That works fine. I can start searching and replacing in the last BBEdit

Re: Enhancement Request... FIle - Favorites.

2015-11-05 Thread Christopher Stone
n Support/BBEdit/Scripts/ Name it exactly this: 00)Favorite Files Save this script as a compiled AppleScript using the Script Editor. ------- # Auth: Christopher Stone # dCre: 2015/11/05 05:19 # dMod: 2015/11/05 05:

Re: RegEx / AppleScript for generating a numbered list from selection

2015-11-04 Thread Christopher Stone
On Nov 03, 2015, at 21:16, Vlad Ghitulescu wrote: > I’m still moving so I’m doing a lot of lists :-) > One of them looks like this: > … > and I want to change it to this: __ Hey Vlad, This is not precisely

Re: syntax aware formatting for programing languages

2015-11-03 Thread Christopher Stone
On Nov 02, 2015, at 10:00, Craig Heilman wrote: > I use Artistic Style aka astyle although I haven't tried to integrate it with > BBEdit... __ Hey Craig, It was easy enough to download from SourceForge and

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

2015-11-01 Thread Christopher Stone
On Oct 31, 2015, at 18:37, Andrew Davidson wrote: > I know about that trick, but that wasn't quite what I wanted. That will make > all .ino files open with BBEdit. I still want the primary choice to be the > Arduino app, but I just want to have BBEdit be listed as an

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

2015-11-01 Thread Christopher Stone
And of course you can assign a keyboard shortcut to BBEdit's own Service Menu item 'Open File in BBEdit' -- 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

Re: Tabs have different spaces

2015-11-01 Thread Christopher Stone
On Nov 01, 2015, at 01:22, Russell B wrote: > I've been trying to convert a Word doc with lots of wonky tab spaces. I > thought I would fix it by a cut and paste into BBEdit but no luck, the same > odd spacing appears in BBEdit.

Re: Need help with AppleScript that converts a selected string of words to "Title Case"

2015-10-29 Thread Christopher Stone
On Oct 28, 2015, at 20:15, Michelle wrote: > I ended up going with Christopher's solution because there is a lot less code > and the one-per-line "white list" feature is super convenient and easy to > edit/use.

Re: find & unfold

2015-10-26 Thread Christopher Stone
On Oct 26, 2015, at 01:06, Vlad Ghitulescu wrote: >> You can also use the relatively new feature "Extract" from the Find Dialog. >> >> ^.*0B WohnZimmer.* > > This doesn’t work: __ Hey Vlad, I reckon that's

Re: How to jump in the line to the first non-blank-character

2015-10-26 Thread Christopher Stone
On Oct 26, 2015, at 08:46, Vlad Ghitulescu wrote: >> Type Command-B (View -> Balance), then paste. :-) > > Ha! That’s amazing! Thanks, Patrick! __ Hey Vlad, If you do that a lot you can save a keystroke.

Re: find & unfold

2015-10-25 Thread Christopher Stone
On Oct 25, 2015, at 06:00, Vlad Ghitulescu wrote: > I want to: > > 1.- Fold the whole text and > 2.- Unfold only the lines that contains "0B WohnZimmer". > 3.- Select only the unfolded lines > 4.- Copy them and > 5.- Paste them in a new file (and generate a list of all the

Re: Need help with AppleScript that converts a selected string of words to "Title Case"

2015-10-21 Thread Christopher Stone
hijacked Reply's keyboard shortcut and was only about 0.2 seconds slower than a normal reply. I had a similar script for editing the junk out of list-mail I wanted to keep. -- Best Regards, Chris --- # Auth:

Re: Option as meta

2015-10-16 Thread Christopher Stone
> Oh, Carabiner? That sounds right, but it’s not coming up on Google. __ Spelled with a 'K'. http://www.macupdate.com/app/mac/25141/karabiner -- Best Regards, Chris -- This is the BBEdit Talk public discussion group. If you

Re: Shortcut for typing the square-symbol in BBEdit?

2015-10-08 Thread Christopher Stone
On Oct 08, 2015, at 10:26, Patrick Woolsey wrote: > You can bring up the Character palette within many/most apps via the same > menu command of Edit -> Emoji & Symbols. > > Alternatively, you can enable the system-wide Input menu (the 'flag' menu) > via the Input

Re: Shortcut for typing the square-symbol in BBEdit?

2015-10-08 Thread Christopher Stone
for subscript. In fact I believe there are built-in sets for these. On the other hand it's easy enough to roll-your-own custom character table: ------- # Auth: Christopher Stone <scriptmeis...@thestoneforge.co

Re: Shortcut for typing the square-symbol in BBEdit?

2015-10-08 Thread Christopher Stone
On Oct 08, 2015, at 12:54, Patrick Woolsey wrote: > For reference, you can enter Unicode characters on a Mac by typing via the > "Unicode Hex Input" method (aka "source"). __ Hey Patrick, Ha! That's

Re: Shortcut for typing the square-symbol in BBEdit?

2015-10-08 Thread Christopher Stone
On Oct 08, 2015, at 13:06, Vlad Ghitulescu wrote: > I must have overwritten this somehow, because it doesn’t work for me :-( __ Hey Vlad, It doesn't work in BBEdit, but it does in most apps. You can set a

Re: Save As Stationery?

2015-10-03 Thread Christopher Stone
On Oct 03, 2015, at 16:24, Dave wrote: > Does anybody see a "Save As Stationery" checkbox in the save dialog when you > choose "Save As..." from the File menu? I don't. __ Hey Dave, That bit in the

Re: how to switch to last active in file in same project

2015-09-29 Thread Christopher Stone
On Sep 23, 2015, at 15:15, Christopher Stone <listmeis...@suddenlink.net> wrote: > This can be done with AppleScript with a couple of limitations. > > All documents must have been saved. __ Hey Folks, With P

Re: how to switch to last active in file in same project

2015-09-23 Thread Christopher Stone
're good to go. -- Best Regards, Chris ------- # Auth: Christopher Stone # dCre: 2015/09/22 15:33 # dMod: 2015/09/23 15:07 # Appl: BBEdit # Task: Go to last modified saved document in a project window (excluding front document). # Libs: None # Osax: None # Tags: @Applescript, @Script, @BBEd

Re: how to switch to last active in file in same project

2015-09-23 Thread Christopher Stone
Hey Lawrence, Expert settings are listed in the Help not the manual, but my memory is fuzzy about v9. -- 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

Re: how to automatically save before "Run in Terminal"

2015-09-22 Thread Christopher Stone
it's in. The front Terminal window will be used if it isn't busy, otherwise a new Terminal window will be opened and used. -- Best Regards, Chris ------- # Auth: Christopher Stone # dCre: 2015/09/22 11:00 # dM

Re: Preview in browser's _current_ tab?

2015-09-18 Thread Christopher Stone
On Sep 18, 2015, at 17:55, Lawrence San wrote: > The only refinement I could wish for is if it didn't actually, literally > bring the Firefox window to the front momentarily before shoving it back > behind the BBEdit window

Re: Preview in browser's _current_ tab?

2015-09-18 Thread Christopher Stone
> On Sep 18, 2015, at 15:27, San wrote: > … > Is there some way to have BBEdit preview/update the current code in the > _current_ Firefox tab, rather than opening a new one each time? __ Hey Lawrence,

Re: Jumping-to-the-top behavior in scrollable "Find" and "Multi-File Search" boxes

2015-09-10 Thread Christopher Stone
On Sep 09, 2015, at 20:10, Michelle wrote: > I frequently use long GREPs as part of doing bulk search-and-replace commands > in thousands of files at once. BBEdit performs an incredibly frustrating and > inconvenient action every time I click anywhere outside of the search

Re: Automator Search and Replace

2015-09-10 Thread Christopher Stone
On Sep 10, 2015, at 09:58, J Hall wrote: > So here are my Automator Action Steps: __ Hey There, Automator. Ugh... :) > It goes through, but even when I'm telling it to use grep, or even replace > all

Re: Removing Text Between Two items (Inclusive) across Multiple Lines

2015-09-10 Thread Christopher Stone
On Sep 10, 2015, at 11:37, J Hall wrote: > I have header and footer information that I need to kill. > > The header starts with > > > and ends 150 lines later with > __ Hey There, As has been mentioned

Re: Find all doesn't highlight (or run)

2015-09-08 Thread Christopher Stone
On Sep 08, 2015, at 10:58, David Roland-Holst wrote: > Sorry if this is trivial, but I am editing flat code text files and can't get > Find All (%G) to highlight or run on the search menu… __ Hey David,

Re: Control Window Size when Opening a Document

2015-08-26 Thread Christopher Stone
On Aug 26, 2015, at 19:00, Bruce Linde bli...@5happy.com wrote: tell application System Events tell process BBEdit repeat with x from 1 to (count windows) set this_name to (name of window x) as text

Re: Regex Question

2015-08-24 Thread Christopher Stone
On Aug 24, 2015, at 05:28, 'Holger B' via BBEdit Talk bbedit@googlegroups.com wrote: And in that case, text factories FTW ;) __ Hey Holger, Scripts tend to be faster than text factories. -- Best Regards, Chris -- This is

Re: Regex Question

2015-08-24 Thread Christopher Stone
On Aug 23, 2015, at 22:00, 'Holger B' via BBEdit Talk bbedit@googlegroups.com wrote: See a portion of the file below. The amount of categories as well as tags are the ones that can vary and getting it in one pass could replace both of them. I suppose it's not possible in one pass though, but

Re: Open Most Recent Log File

2015-08-12 Thread Christopher Stone
On Aug 12, 2015, at 15:27, BeeRich33 beer...@gmail.com wrote: I'm trying to bring into BBEdit, a log file with the most recent modification date/time. __ Hey There, Something like this will work. cd ~/Downloads; # Path to

Re: Replacing QuickCursor with BBEdit and Keyboard Maestro

2015-08-08 Thread Christopher Stone
On Aug 07, 2015, at 20:33, TJ Luoma luo...@gmail.com wrote: Aside: for reasons I do not understand, when I use the `--resume` option to the `bbedit` tool from inside a Keyboard Maestro macro, it does not seem to work, although it used to. However, when I call `bbedit` directly from the

Re: Best way to edit recently saved searches.

2015-07-02 Thread Christopher Stone
On Jul 02, 2015, at 13:09, dur...@vt.edu wrote: Umm. Not recently saved, just saved. __ Hey There, Try Menu-Bar BBEdit Setup Then go to the Patterns pane of the setup-window. -- Best Regards, Chris -- This is the BBEdit

Re: BBedit 10+ perlish menu, how to?

2015-06-19 Thread Christopher Stone
On Jun 19, 2015, at 06:35, alessandro bonzi dadop...@gmail.com wrote: I've been using very old version of bbedit and the PERL scripts used to smoothly run elsewhere with a sample code (just an example) like: __ Hey Alessandro,

Re: Way to increase the number of previous searches?

2015-05-15 Thread Christopher Stone
On May 14, 2015, at 19:21, Michelle essayt...@gmail.com wrote: I just need the list of recently used GREPs to be longer. My hope is that one of the experts here will know how to increase the limit of 16. __ Hey Michelle,

Re: Way to increase the number of previous searches?

2015-05-15 Thread Christopher Stone
On May 15, 2015, at 16:17, Michelle essayt...@gmail.com wrote: What about collapsing the list of recent searches after 16? __ You may already be in the scrolling boat if you have your Find Dialog positioned low on your monitor.

Re: Bug in BBEdit ?

2015-05-12 Thread Christopher Stone
On May 12, 2015, at 06:51, François Schiettecatte fschietteca...@gmail.com wrote: Just ran into a bug with the latest build of BBEdit (3725). __ Hey François, For comparison see what the Safari Prefs General Default Web

AppleScript: Open BBEdit's Expert Preferences Help in Safari

2015-05-07 Thread Christopher Stone
there and wrote a script access it more easily with a keyboard shortcut from BBEdit. I gave mine a keyboard shortcut of ⌘⌥⇧^E. -- Best Regards, Chris --- # Auth: Christopher Stone # dCre: 2015/05/07 01:05 # dMod

Re: BUG! Composing indigenous literacy books... Please help me make a textfactory that'll help new readers!

2015-05-07 Thread Christopher Stone
On May 05, 2015, at 20:29, Christopher Jones onechrisjo...@gmail.com wrote: I think it is a bug or something, but upon 'Processing Duplicate Lines' in a text factory, It looks like maybe the first instance of duplication gets completely deleted or something... You can try it on my sample

Re: BUG! Composing indigenous literacy books... Please help me make a textfactory that'll help new readers!

2015-05-07 Thread Christopher Stone
Hello Christopher, I think this AppleScript is in the ballpark. --- tell application BBEdit tell text of front text window replace ^(.+)[[:punct:]]+$ using \\1 options {search mode:grep, case

Re: A notebook for BBEdit?

2015-05-01 Thread Christopher Stone
On Apr 30, 2015, at 18:44, Christopher Stone listmeis...@suddenlink.net wrote: The Finder it seems doesn't like moving or duplicating items into a package, so I had to use the shell in my tests - but that's easy enough. __ I

Re: A notebook for BBEdit?

2015-04-30 Thread Christopher Stone
On Apr 30, 2015, at 01:09, Jan Erik Moström li...@mostrom.pp.se wrote: but I don't really want to actively save and organize them. So I want to change my previous approach to write-it, archive-it, forget-it without having all the notes cluttering my normal folder structure.

Re: BBEdit 11.0.3 does not 'Ignore' or 'Learn' misspelled words

2015-04-26 Thread Christopher Stone
On Apr 26, 2015, at 17:30, Bruce Linde bli...@5happy.com wrote: Ok, just so no one confuses me with an expert bbedit user (or one who actually rtfm)... i recently got bit by a similar problem when bbedit stopped autocompleting variable names in a rather large .php script. I was led gently

Re: Calling a text filter from AppleScript

2015-04-25 Thread Christopher Stone
On Apr 24, 2015, at 11:13, Watts Martin lay...@gmail.com wrote: «event ¶erlRFtr» markdown with «class o2sl» … Now, you may wonder what that line with event garble markdown with class garble is, and the answer is: I don't know.

Re: Help with text factory, please?

2015-04-13 Thread Christopher Stone
On Apr 12, 2015, at 22:27, Claira Monica claira.mon...@gmail.com wrote: First, when I use Process Lines Containing, when I click on the Options button, the only checkbox that is active in the lower area is Delete matched lines...

Re: Getting into BBEdit

2015-04-07 Thread Christopher Stone
On Apr 04, 2015, at 23:40, Ben Klebe benlkl...@gmail.com wrote: I know how to make actions but the process is tedious because it involves manually writing a plist. __ Hey Ben, LaunchBar can run AppleScripts directly, and LB

Re: Problem with Single Window Differences UI Staggered Windows

2015-04-03 Thread Christopher Stone
-- # Auth: Christopher Stone scriptmeis...@thestoneforge.com # dCre: 2010/10/15 23:47 # dMod: 2010/11/04 13:10 # Appl: BBEdit # Task: Zoom front window to screen. (Not for multi-monitor set-ups.) # Libs: None # Osax: None # Tags

Re: operations in regex ?

2015-03-31 Thread Christopher Stone
On Mar 31, 2015, at 02:09, Jean-Christophe Helary jean.christophe.hel...@gmail.com wrote: Is there a way to do something like this: search for (\d) replace by \1+1 __ Hey Jean-Christophe, As far as I know regex cannot be

Re: Getting into BBEdit

2015-03-30 Thread Christopher Stone
On Mar 29, 2015, at 6:32 PM, Ben Klebe benlkl...@gmail.com 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

Re: Replace sting in between two delimiters (via standard search)?

2015-03-23 Thread Christopher Stone
On Mar 22, 2015, at 17:21, Jason Griffin jason.grif...@analog.com wrote: I'm trying to replace a string of text (in fact I want to remove it in 100 files). Any ideas on the query i need to run here? __ Hey Jason, Something

Re: replace text while typing

2015-03-23 Thread Christopher Stone
On Mar 21, 2015, at 19:17, Marc Wilson posgu...@gmail.com wrote: TextExpander works with BBEdit. :) __ As does Typinator. But that's no surprise. :) -- Best Regards, Chris -- This is the BBEdit Talk public discussion

[ OFFLIST ] Re: BBedit's Creaky Use of Finder For Doc/File/Project Management

2015-02-12 Thread Christopher Stone
On Feb 12, 2015, at 15:00, Alex Satrapa gr...@goldweb.com.au wrote: I got stuck trying to get the time of day into a useful format. __ Hey Alex,

Re: BBedit's Creaky Use of Finder For Doc/File/Project Management

2015-02-11 Thread Christopher Stone
On Feb 11, 2015, at 10:00, Jimmbo jimleff...@gmail.com wrote: But my suspicion is that if I can't do the organization, categorization, classification and tagging within the app (ala Scrivener), I'll wind up right back at my current cumbersome situation. On Feb 11, 2015, at 09:54, Jimmbo

Re: BBedit's Creaky Use of Finder For Doc/File/Project Management

2015-02-11 Thread Christopher Stone
On Feb 11, 2015, at 15:13, Jimmbo jimleff...@gmail.com wrote: Modern apps organize their data. __ This is a ridiculous overgeneralization. Can BBEdit improve? Sure. But the developers aren't going to tack a full-scale

Re: How to open a file (already present in a project window) in an additional window?

2015-02-04 Thread Christopher Stone
On Feb 03, 2015, at 15:01, Lee Hinde leehi...@gmail.com wrote: Oddly, (to me) once the document is open, you can move it to a new window from the Currently Open Documents pane. This pane appears below the project file list, once there are open files.

Re: How to open a file (already present in a project window) in an additional window?

2015-02-03 Thread Christopher Stone
On Feb 03, 2015, at 01:31, Vlad Ghitulescu v...@ghitulescu.de wrote: Once in a while I would like to open a file - already listed in a project window - in a separate, additional window. How to do this? __ Hey Vlad, Look in

Re: Missing the Recent documents section

2015-01-30 Thread Christopher Stone
On Jan 30, 2015, at 11:51, Watts Martin lay...@gmail.com wrote: I use the File Recent menu myself and was happy to see the Recent Documents box go away, because to me it just took up unnecessary space. __ I feel the same way.

Re: v10 Text Factory and Process Lines Containing

2015-01-27 Thread Christopher Stone
On Jan 26, 2015, at 12:51, iGods camer...@igods.com wrote: why is it that we can't properly setup a Process Lines Containing step in a v10 Text Factory? __ Hey Cameron, If you really want to know then contact the official

<    1   2   3   4   5   6   7   8   9   >