image display

2024-03-18 Thread Michael Yearsley
Text generated in html displays correctly via Markup. Is it possible to display images (for use as background to the text)? -- 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 her

Possible to duplicate one paragraph after another throughout a doc?

2023-06-01 Thread Michael Heth
I have a long document that I now want to revise extensively. But I would like to have the original paragraphs inline with the new as a reference for what I was up to originally. Each paragraph starts with an equals sin and a space =(sp)my text Is there a way to do this? Original Outline = P

Re: Grep: Delete everything that doesn't match.

2022-11-12 Thread Michael Kocher
this operation with a short script in > Perl or Applescript, saved as a BBEdit text filter. > > HTH > >> On Nov 12, 2022, at 2:12 PM, Michael Kocher > <mailto:m.p.koc...@gmail.com>> wrote: >> >> The problem with Extract is that it makes a new file, and I have

Re: Grep: Delete everything that doesn't match.

2022-11-12 Thread Michael Kocher
The problem with Extract is that it makes a new file, and I have a thousands of files. Is there a way to do it within the original file? On Saturday, November 12, 2022 at 3:23:13 PM UTC-6 sie...@barebones.com wrote: > On 12 Nov 2022, at 16:09, Michael Kocher wrote: > > > I'

Grep: Delete everything that doesn't match.

2022-11-12 Thread Michael Kocher
I'm trying to use a multi-file search and replace using grep. I'm still pretty new to grep and BBEdit and could use some help. I can isolate the text I want to keep using this: https://twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Tal

Re: Need a little GREP help

2022-10-04 Thread Michael Heth
> On Oct 4, 2022, at 5:37 AM, Kaveh wrote: > > Search: > (.+) > Replace: > \1 Thanks much, worked like a champ. I’ll have to try and wade through the docs on GREP again and see if it catches this time. Or, Or, The folks at BB could do a 5 minute YT video showing various examples of commo

Need a little GREP help

2022-10-04 Thread Michael Heth
Say Folks, Have been trying to get my head around GREP for many years and never quite get it. I've asked for help before and folks were able to give me the cryptic code to get my little task in the done column. So, I have a list with over 450 lines like these 1995 DUCATI M600 Monster 1995 DUC

Re: Bespoke preferences

2021-08-30 Thread &#x27;Michael Hall' via BBEdit Talk
arter. Mike On Sunday, 29 August 2021 at 22:42:48 UTC+1 listmei...@gmail.com wrote: > On Aug 29, 2021, at 05:48, 'Michael Hall' via BBEdit Talk < > bbe...@googlegroups.com> wrote:I think I'm asking for a particular set of > preferences based on the type of file I w

Re: Bespoke preferences

2021-08-29 Thread &#x27;Michael Hall' via BBEdit Talk
Thanks, but I've already read that article and found it useful for my writing needs but not for coding. Sounds from your reply that a ready solution might not exist. If that's the case I wonder if it is something the developers could look at. It's not a major issue as I can always continue writ

Bespoke preferences

2021-08-29 Thread &#x27;Michael Hall' via BBEdit Talk
1. I'm new to BBEdit (v14) and am trying to create an editing environment based on the file type I'm editing. For instance, when editing an html document I want to have line numbers and the gutter visible, amongst other things, but when editing a markdown or text document I want

Re: Delete space at the beginning of line

2019-01-22 Thread Michael Mak
Try select the text , then command " ] " and see if this is the result you want. Michael On Wed, Jan 23, 2019, 8:03 AM Barbara Snyder I would just do a non-grep search for \n and then > replace all with \n. (And like everyone else, means type a space > here. > > --

Re: Assigning BBEdit to be the editor for Xcode

2018-11-09 Thread Michael Brian Bentley
ng the files from the finder > window into the upper part of the BBEdit project window. That’s how I keep > my projects together. > Bucky > > On Nov 9, 2018, at 10:39 AM, Michael Brian Bentley > wrote: > > I'm working with both Xcode and Android Studio, editing files in

Assigning BBEdit to be the editor for Xcode

2018-11-09 Thread Michael Brian Bentley
I'm working with both Xcode and Android Studio, editing files in weird programming languages. The project panes in either of these IDEs do not list most of the compiland files because they're not handled by them. Neither Xcode nor Android Studio show a complete set of source files. The notion o

Re: PHP development ?

2018-07-21 Thread Michael Mak
BBEdit has function to add your own script (support many languages) and add to the menu. On Sat, Jul 21, 2018, 11:33 AM Michael Mak wrote: > Why not run on Mac's own apache server? You can write applescript to call > Safari or Chrome to refresh the page. > > On Sat, Jul 21, 20

Re: PHP development ?

2018-07-21 Thread Michael Mak
Why not run on Mac's own apache server? You can write applescript to call Safari or Chrome to refresh the page. On Sat, Jul 21, 2018, 11:21 AM Jean-Christophe Helary wrote: > > > On Jul 21, 2018, at 0:06, bruce linde wrote: > > mamp, git, vagrant. > > i’ve been using mamp forever but my partner

BBEdit 12 released?

2017-11-22 Thread Michael Mak
Hi, So 12 was released and I can upgrade now? Michael -- 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://ww

Re: BBEdit 12 - Services Menu Item "New BBEDit document with selection" No Longer Working

2017-10-17 Thread Michael Newman
On Monday, October 16, 2017 at 7:19:55 AM UTC+7, Michael Newman wrote: > > After installing BBEdit 12 the Services Menu Item "New BBEDit document > with selection" is no longer working. > > Other text related Services ("New TextEdit window with selection") a

Re: BBEdit 12 - Services Menu Item "New BBEDit document with selection" No Longer Working

2017-10-17 Thread Michael Newman
On Monday, October 16, 2017 at 8:52:28 AM UTC+7, Lee Hinde wrote: > > Which OS? I tried it in Sierra, with Mail and it worked. > > This is on High Sierra (10.13). Every other Services menu item I've tried has worked. It is only the two BBEdit Services that don't work ("New BBEdit document wit

BBEdit 12 - Services Menu Item "New BBEDit document with selection" No Longer Working

2017-10-15 Thread Michael Newman
After installing BBEdit 12 the Services Menu Item "New BBEDit document with selection" is no longer working. Other text related Services ("New TextEdit window with selection") are still working, so it seems to not be a Services problem. How do I restore the BBEdit Service? -- This is the BBEd

Re: Script for doing stuff in current file's folder

2017-02-26 Thread Michael Mak
Applescript can call a bash commandline statement. U can make up a statement like rm fullpath/*.jpg On Feb 26, 2017 10:12 PM, "Adrian Manea" wrote: > OK, I seem to have sorted out the filePath part, but apparently > AppleScript does not take many extensions with "or"? Or am I doing > something w

Re: Selected fixed pitch font displays as variable pitch occasionally

2016-08-26 Thread Michael Wheeler
uot;Consolas" font > which comes with that, since these fonts should all be immune to the > problem. -Mike On Friday, August 26, 2016 at 1:45:02 PM UTC-5, Michael Wheeler wrote: > > I'm running BBEdit 11.6.1 on the latest Mac OS 10.11.6. This issue has > cropped up a

Selected fixed pitch font displays as variable pitch occasionally

2016-08-26 Thread Michael Wheeler
I'm running BBEdit 11.6.1 on the latest Mac OS 10.11.6. This issue has cropped up across multiple versions of BBEdit however. I'm not sure what triggers this issue but rebooting corrects the problem temporarily but it seems to always crop back up after a few days. My default font is Consolas f

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

2016-06-14 Thread Michael Baker
Ronald, Thanks for the added info. Michael -- 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.twitt

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

2016-06-12 Thread Michael Baker
m ready to number them with your script so I don't have to correct any duplicate or erroneous id #s. Thank you, Michael On Sunday, June 12, 2016 at 6:01:01 AM UTC-4, Christopher Stone wrote: > > On Jun 11, 2016, at 18:36, Michael Baker > wrote: > > I'm sorry if I don't und

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

2016-06-11 Thread Michael Baker
her suggestion, it is appreciated. If not, thanks for taking the time to try. Michael On Saturday, June 11, 2016 at 6:34:09 PM UTC-4, Sam H. wrote: > > Indeed, Perl will help you here. Call it like this: > > perl find-missing.pl 'KyChr-DB-B-(\d+)' < my_xml_file.pl &

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

2016-06-11 Thread Michael Baker
ipt that is close enough I could modify, it would save me a lot of time. Or at least if somebody could point me in a direction as to which scripting system or BBEdit function I should pursue. Thank you, Michael B. -- This is the BBEdit Talk public discussion group. If you have a feature

Re: BBEdit 10.5.13 - HTML header tags in PHP file...

2015-05-08 Thread Michael Delle
nguage" from PHP in HTML to just plain PHP. > > Good luck. > > Ted > > On Thu, May 7, 2015 at 11:54 PM Michael Delle > wrote: > >> When I select the drop down box that lets me jump from method to method >> in my PHP document it shows me "4 File Detai

BBEdit 10.5.13 - HTML header tags in PHP file...

2015-05-07 Thread Michael Delle
When I select the drop down box that lets me jump from method to method in my PHP document it shows me "4 File Details" where I have an File Details tag and cuts off the rest of my methods. It can be seen in the screen shot. How can I fix this? -- This is the BBEdit Talk public discussion grou

Re: Question re: color highlighting in XML BBEdit 11

2015-04-03 Thread Michael Baker
Sorry about that, my misunderstanding. I'll post it to the support forum. Thanks for the link. Michael On Thursday, April 2, 2015 at 9:57:41 AM UTC-4, Rich Siegel wrote: > > On Wednesday, April 1, 2015, Michael Baker > > wrote: > > >Can anybody help with this. I'

Re: Question re: color highlighting in XML BBEdit 11

2015-04-02 Thread Michael Baker
Can anybody help with this. I'm having a very difficult time composing and reading in red on black for hours on end? Thanks, if you can or confirm the same happening elsewhere in case this is a program bug. On Saturday, March 28, 2015 at 12:49:21 PM UTC-4, Michael Baker wrote: > &

Question re: color highlighting in XML BBEdit 11

2015-03-28 Thread Michael Baker
ld love to hear from anybody that can suggest where I could changed this preference. I'll post an example of the section of xml file below. Thanks, Michael -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, ple

Re: Folding for simple outlines?

2015-03-05 Thread Michael Saji
Walter, Thank you for your (perhaps unintentional) tip to use the Python indentation module! Best Regards, Mike On Sunday, February 7, 2010 at 9:53:12 AM UTC-5, Walter Overby wrote: > > Hello all, > > Sorry for the newbie post. > > I would like to use BBEdit for simple text-based outlines. Eac

Re: Text Filter for BBEdit 11 to reformat ("pretty print") XML using `tidy`

2014-12-18 Thread Michael Carlson
Thank you for this tip! I was relying on tidy for years in BBEdit to troubleshoot xml files i send and receive in other programs. When it went away I did some grep search/replace to breakdown the one-line file to something a bit easier to read, but it wasn't satisfying. I found your fix and it

Re: Stationery + placeholders

2014-10-05 Thread Michael Green
You might be able to accomplish what you want just using stationery. Suppose your stationery looked like this: -- title: <##> date: #LOCALTIME %B %-e, %Y# author: Jan Erik Moström id: #UUID# <##> -- Create a new document based on your stationery file and us

Re: Display lags waaay behind my typing

2014-03-10 Thread Michael Grant
Sorry, I know most of your users are programmers, but I'm not, and I have no idea what a backtrace looks like. The log entries I copied were the only ones in that timeframe that mention BBEdit. Michael On Sun, Mar 9, 2014 at 7:59 PM, Rich Siegel wrote: > On Sunday, March 9, 2014,

Display lags waaay behind my typing

2014-03-09 Thread Michael Grant
rver[181]: common_reenable_update: UI updates were finally reenabled by application "BBEdit" after 1.02 seconds (server forcibly re-enabled them after 1.00 seconds) Any ideas? Thanks, Michael -- There's really no such thing as translating. It's all a scam. We basically just m

Re: Growl notifications disappeared in 10.5.9

2014-03-07 Thread Michael Tsai
On Mar 7, 2014, at 3:27 PM, Rich Siegel wrote: > On Friday, March 7, 2014, Michael Tsai wrote: > >> Is there any way to filter out certain notifications that BBEdit sends to >> Notification Center, as was possible with Growl? > > I do not believe that Notificat

Re: Growl notifications disappeared in 10.5.9

2014-03-07 Thread Michael Tsai
On Mar 7, 2014, at 2:09 PM, Rich Siegel wrote: > Growl support has been removed while we isolate some related stability > issues. Sorry for the inconvenience. Is there any way to filter out certain notifications that BBEdit sends to Notification Center, as was possible with Growl? --M

Would prefer old Zap Gremlins / Replace with Code behavior

2013-03-17 Thread Michael Wiik
John Delacour Mar 16 02:07PM writes: > Why preserve such a bad "legacy"? All you need to do is save the files > as UTF-8 and declare UTF-8 in the headers. The use of "mnemonic or > numeric equivalents" is absolutely unnecessary and often leads to quite > anomalous results, especially when multip

Would prefer old Zap Gremlins / Replace with Code behavior

2013-03-15 Thread Michael Wiik
I don't have to do this often so didn't notice till now. For legacy issues all our html is vanilla ascii. To find non-ascii my workflow has been: zap gremlins, replace with code search for the resulting hex codes use each in a find/replace to replace all such occurrences with their mnemonic or

BBEdit draws focus to itself (not when opening files)

2013-02-04 Thread Michael Bunkin
I am currently evaluating BBEdit in Mountain Lion. I have BBEdit in fullscreen mode, with a few local, few remote and a few new (unsaved) documents opened in it. As I switch from one full screen application to another, passing BBEdit, the latter, apparently, initiates some hidden refreshing pro

Re: BBEdit 10.5 and Transmit

2013-01-03 Thread Michael Trezza
WOW! Thanks Fletcher - that worked a charm. This has been slowing down my workflow for months! I owe you a beer Michael On Wednesday, January 2, 2013 12:05:57 PM UTC-8, flet...@cumuli.com wrote: > > I've come up with a possible workaround for this bug until it can be > address

Re: [ADMIN] Re: Seeking for last version with PowerPC support and Tiger support

2013-01-01 Thread Michael
I too am looking for a code editor that will run on my 2005 PowerPC. I am not a coder but would like to do make some minor changes to a wordpress theme using a child theme. Where can I download a code editor? Thanks On Monday, September 12, 2011 3:16:45 PM UTC-4, Rich Siegel wrote: > > On Monday

Text Factory action issue?

2011-12-09 Thread Michael Wiik
Is it just me or does the select action list in Text Factory dialog not change until the Options or Comment button is pressed? I could have sworn in BBEdit 9 the action changed immediately. Thanks, -Mike -- You received this message because you are subscribed to the "BBEdit Talk" discussion

Re: BBEdit and automatic completion

2011-11-13 Thread Michael
Hi, thanks to all for your help. Regards, Michael On Nov 12, 9:15 pm, Ken Lanxner wrote: > michael.roe...@gmail.com (Michael) wrote on  11/12/11  8:36 AM > > >1. I testet TextMate before and there's a nice feature in it, that > >everytime you type an open tag like &quo

BBEdit and automatic completion

2011-11-12 Thread Michael
ot; for me and I just have to hit return or TAB? Thanks Regards, Michael -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to bbedit@googlegroups.com To unsubscribe from this group, send

Re: line comments for Text > Un/Comment Selection?

2011-09-10 Thread Michael T. Wescoat
On Sep 9, 2011, at 12:04 PM, John Delacour wrote: >> defaults write com.barebones.bbedit >> LanguageSpecific:PreferLineCommentsWhenCommenting -bool YES > > Try this instead. It works here: > > defaults write com.barebones.bbedit PreferLineCommentsWhenCommenting -bool YES > > JD It works here

line comments for Text > Un/Comment Selection?

2011-09-09 Thread Michael T. Wescoat
I have just acquired BBEdit 10, and I have discovered that Text > Un/ Comment Selection is using block comments (in JavaScript, /*...*/, aka "C comments") rather than line comments (//..., aka "C++ comments"). For various reasons, I find this incompatible with the way that I have used the tool prio

Re: CoffeeScript syntax highlighting

2011-08-26 Thread Michael Bradley, Jr.
I've just successfully loaded your syntax module into my BBEdit, but I must admit that I'm really hoping for highlighting that looks as nice as what's displayed on CoffeeScript's home page: http://jashkenas.github.com/coffee-script/ Should I prepare myself for disappointment, i.e. is highlighti

Keyboard shortcut for fullscreen in 10.0?

2011-08-10 Thread Dan Michael
item, since I don't work with HTML anyways, but now Cmd-Ctrl-F just does nothing.. Is there another keyboard shortcut for fullscreen mode? And is there a way to assign Cmd-Ctrl-F to it? Thanks -- Dan Michael -- You received this message because you are subscribed to the "BBEdit Ta

Is there no longer a palette for simple HTML formatting?

2011-07-20 Thread Michael P McHugh
does. Is this functionality lost? -Michael -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to bbedit@googlegroups.com To unsubscribe from this group, send email to bbedit+unsubscr...@googl

Re: Possible, worthwhile to port Solarized for use with BBEdit?

2011-04-11 Thread Michael Bradley, Jr.
Thanks, Steve. I'll give the updated bbcolors themes a whirl and let you know my impressions after some time spent coding with them. -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to bbedit@googl

Re: Possible, worthwhile to port Solarized for use with BBEdit?

2011-04-09 Thread Michael Bradley, Jr.
Steve, thanks for your effort. I experimented with bbcolors and the Solarized palette for a couple of hours on the day I started this thread, but never arrived at a result I was very happy with nor felt that my attempts were worthy of being posted back to this discussion group ... Then I moved

Re: Possible, worthwhile to port Solarized for use with BBEdit?

2011-04-01 Thread Michael Bradley, Jr.
Okay, maybe the BBColors tool authored by John Gruber would make this fairly straightforward: http://daringfireball.net/projects/bbcolors/ I've never used it, and I'm not sure whether it works with v9.6.3, but I'll give it a shot a bit later on. -- You received this message because you are su

Possible, worthwhile to port Solarized for use with BBEdit?

2011-04-01 Thread Michael Bradley, Jr.
Solarized: http://ethanschoonover.com/solarized https://github.com/altercation/solarized.git Since 2000, I've just always used BBEdit's default colors, though sometimes I've wished I could plop in, try some color schemes like I can with Terminal.app and vim / MacVim (maybe I can do that and I'v

Re: Feature requests: vertical split; opening different documents in a split window

2011-03-03 Thread Michael Bradley, Jr.
Upon your suggestion, I emailed Bare Bones support with my feature request. They responded quite quickly and noted that these features are on their list of future considerations. -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To

Feature requests: vertical split; opening different documents in a split window

2011-02-27 Thread Michael Bradley, Jr.
I've had a BBEdit license since 2000 -- always buy the paid upgrades too, as they're always worth it. About 18 months ago, I became enamored with MacVim and used it on a daily basis. Using it with the NERD Tree plugin makes MacVim a powerful, general purpose project editor. BUT ... I always f

Something changed with grep?

2010-11-19 Thread Michael Wiik
Ah, thanks folks, the initial (?s) was the answer. Still curious re hitting the 'selected text only' checkbox didn't uncheck 'wrap around', iirc it used to do this. -Mike -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post

Something changed with grep? followup

2010-11-17 Thread Michael Wiik
Er, I should have said that my search didn't return any results. Fixed, to be clear: I have a bunch of html rows I want to remove, all similar to: Percent -- Tried a grep find (case sensitive, grep, wrap around) using: .*? and this does not return any results. Bug, or feature? Also n

Something changed with grep?

2010-11-17 Thread Michael Wiik
I have a bunch of html rows I want to remove, all similar to: Percent -- Tried a grep find (case sensitive, grep, wrap around) using: .*? Bug, or feature? Also noted that checking Selected text only no longer turns Wrap around off. Thinking I should read the release notes. This is BBEdi

Re: Keyboard shortcut or programmatic way to open the Function menu

2010-05-14 Thread Michael Tsai
eferences. --Michael -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to bbedit@googlegroups.com To unsubscribe from this group, send email to bbedit+unsubscr...@googlegroups.com For more option

Re: another dummy GREP plea

2010-05-11 Thread Michael Heth
On May 11, 2010, at 11:05 AM, Ronald J Kimball wrote: On Tue, May 11, 2010 at 11:04:06AM -0700, Michael Heth wrote: I have a series of lines with this type of data Moto Guzzi 1000 S1991 Find: (\d{4})$ Replace: \t\1 Ronald Worked like a champ, much appreciated. Thanks, M./ Michael

another dummy GREP plea

2010-05-11 Thread Michael Heth
n the line Moto Guzzi 1000 Quota Injection1991 Moto Guzzi 1000 Quota Injection1992 Moto Guzzi 1000 S1990 Moto Guzzi 1000 S1991 Any tips/advice is appreciated. Thanks, M./ Michael Heth m...@serversmiths.com -- You received this message because you are subscribed to the "BBEdit Talk&q

BBEdit 9.5 getting 'no search sources were specified'

2010-05-11 Thread Michael Wiik
Again, an issue with searching multiple open files that are in a BBEdit project where all the files exist on a remote server. I'm getting a dialog message saying 'No search sources were specified' even though I have all but one of the Open Text Documents checked in the multi-file search/replace di

Strange behavior when searching multiple open remote files in a project.

2010-05-11 Thread Michael Wiik
I'm noticing something strange and unexpected in BBEdit 9.5. I have a BBEdit project open with several XML files, all inserted into the project via dragging from the FTP file browser. I open all the files. I select 'Open Text Documents' to be searched. I am searching for a string like '' and am r

Is there a way to avoid folding expansion when search/replace selected text only?

2010-05-06 Thread Michael Wiik
I note that when doing a search/replace across a file or even just 'selected text only' that all folds are expanded. This makes it tedious as I need to re-fold everything to select the text for the next search/replace (think several thousand lines of html in nearly-identical groupings). Is there a

alternative to /r for linebreaks?

2009-11-08 Thread Michael Heth
This is probably rudimentary but I can't find what I need so I thought I would ask. I am massaging 11K emails that were in a proprietary archive database. They were exported as a large text file. The field delimiters were high ASCII characters as there might be embedded tabs and CRs. So n

Re: still not grokking grep

2009-10-28 Thread Michael Heth
On Oct 28, 2009, at 7:43 AM, William Reveal wrote: > Just want to applaud Bill for this explanation. It may well help > Michael in his journey to grok grep. > > Bill Yes, I meant to chime in and thank him for the tutorial and I will refer to it before I whine for help again

still not grokking grep

2009-10-26 Thread Michael Heth
Boy, I cant figure out why I can't get grep down but I get lost every time I try I have a series of files that I have cleaned with a textfactory and have this type of smunge left in almost every line; 53 Yamaha 400 XJR R 4HM 95-97

Re: Grep, remove link code?

2009-09-25 Thread Michael Heth
On Sep 25, 2009, at 12:49 AM, Christopher Stone wrote: > > On Sep 24, 2009, at 12:54, Michael Heth wrote: >> I very much appreciate the help above but I guess I was lax in my >> example text. > ______ >

Re: Grep, remove link code?

2009-09-24 Thread Michael Heth
On Sep 23, 2009, at 5:50 PM, le...@gmail wrote: > > On 23-Sep-2009, at 17:33, Michael Heth wrote: >> 650.494 >> 00 02 >> >> >> 650.494 00 02 > > Find: ^.*([^<]+).*$ > Replace \1 > I very much appreciate the help above but I guess I was lax in

Grep, remove link code?

2009-09-23 Thread Michael Heth
Hi, I have a 1000 links like the one below. The vendor refused to send me a data export and I had to pull pages off his site and build a textfactory to process out the gunk. It worked well but I still have to deal with the link below. Each one has a different part number embedded. Is t

Hacking bbprojectdata

2009-08-18 Thread Michael Wiik
I frequently use BBEdit Projects to access files on remote servers. What I would like to do is figure out how to populate bbprojectdata files on my own. Here's my use case: 1) I get a list of files to fix. 2) I convert the filenames to ftp URLs 3) add the files to the Project by selecting and drag

Re: unable to set BBEdit as the default app to open .php files (correction)

2009-06-08 Thread michael dunston
michael dunston / Tuesday, June 9, 2009 / 2:08 AM >Can anyone tell me how to insure that BBEdit is launched by the >Finder as the default application when opening PHP text files? >The "Change All" button in the Finder Get Info window appears >to successfully set BBEdit

unable to set BBEdit as the default app to open .php files

2009-06-08 Thread michael dunston
r is still launched when double-clicking the same PHP files after the next restart. It only seems to be reset on logout, but it does not appear that the Adobe CS3 installer placed anything in the StartupItems folders that might be doing this. Thanks in advance for any suggestions. -- -- Micha

Preference to open file in new window instead of project?

2009-01-14 Thread Michael Wiik
Pardon my ignorance, but is there a preference allowing documents opened either from disk or an ftp browser to open in a new window instead of a project browser? Basically, I have a bunch of files opened in a project, but when I select 'new document', or open a file not in a project, I want that fi

Re: Git

2008-12-10 Thread Michael Tsai
mmand to run "git diff" and show the output with syntax highlighting (red for removed lines, green for added lines). 3. Access to the log for the current file. 4. A command to revert the current file. --Michael --~--~-~--~~~---~--~~ You received t

Re: BBedit vs. textmate

2008-11-09 Thread Michael Flynn
Thanks for the review. I opted to take the plunge and purchase BBedit, I've been comparing features and usage between BBedit and textmate and found BBedit has a lot more going for it :) On Nov 8, 2008, at 1:04 PM, Dennis wrote: > > On Nov 7, 2008, at 4:43 AM, maflynn wrote: > >> I'm wondering

Re: BBedit vs. textmate

2008-11-07 Thread Michael Flynn
I work on php, html, basic text editing, including various scripts. I find I do a lot of searching/replacing so the power and flexibility of that function is important to my needs. Once I get home tonight, I'll be downloading the trial and seeing how it stacks up. All of my googling for bbedit

Re: scripted find routine still broken in 9.0.2

2008-10-30 Thread Michael Richards
Thanks Jim. I was searching a single file for multiple instances of a pattern and wanted the matches returned as strings. As it is a single file, I had not included the {list} brackets. This is not the behaviour I remember from six months ago. My app works now, I just have to figure out other su

Re: BBEdit find from Applescript

2008-09-30 Thread Michael Richards
Thanks muchI should have thought of using a variable for "starting at top". Now that section works After using "returning results: true" on my reference file to get a complete list of matches, I had to use multiple searches for single matches in other files. The only inconsistency was that I neede

Re: grep patterns in multi-file search

2008-09-21 Thread Michael Richards
That's the "found matches" from the find command. Can't use the script editor for an app so how do I access the "found matches"? They aren't exactly lists - must be some sort of record. 2008/9/21 [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > >

Re: grep patterns in multi-file search

2008-09-21 Thread Michael Richards
"found matches" although the error messages show that they exist and look like your example: {found:true, found object:characters 22 thru 32 of text document 1 of application "BBEdit", found text:"name=\"I1267"} How do you get at this? 2008/9/18 Michael Richards

Re: grep patterns in multi-file search

2008-09-18 Thread Michael Richards
Thank you! Adding "starting at top: true" works. That doesn't change the fact that the same script did work in the past on the same sort of files. 2008/9/18 [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > On 18-Sep-2008, at 15:25, Michael Richards wrote: > > A te

Re: grep patterns in multi-file search

2008-09-18 Thread Michael Richards
files and does examine the file in question but fails to match the pattern. Also smoke comes out of the computer. 2008/9/18 Jim Correia <[EMAIL PROTECTED]> > > On Sep 18, 2008, at 5:04 PM, Michael Richards wrote: > > > I forgot to mention I'm using Applescript. The origina

Re: grep patterns in multi-file search

2008-09-18 Thread Michael Richards
I forgot to mention I'm using Applescript. The original pattern works in BBEdit itself but not when using BBEdit through Applescript. Thus the double backslash. If I try searching for a similar string without the double quotes e.g. 'name=I12345', the pattern minus the dot does work. However, I AM s