is it possible to customize right click contextual menu

2013-10-10 Thread JT
is it possible to customize right click contextual menu when selecting 
text?

e.g. I'd like to select some text and have the Change Case menu appear 
on contextual menu with  right click 

and if so, will the  Change Case sub-menu as a  flyout (see attached)

e.g. to do this on  right click

TEAPUBLICAN PARTY  Teapublican Party 

this would be so cool

:: Thanks, Jim ::


-- 
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.
attachment: flyout.jpg

filters/groupings for search/replace

2012-07-26 Thread JT
Hey all, I really like BBedit's ability to save search/replace presets but 
am finding that my selection is getting a bit big.

Would it be possible to have search groups/filter. That way when I am 
working on a particular project only certain saved search/replace saves are 
found?

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


Exporting Patterns

2012-05-27 Thread JT
Hi, could someone tell me if there is a way to export the saved grep
patterns in bbedit? Want to make sure I don't lose all my patterns in
the event I have to do a fresh install.

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


Process line not containing

2012-05-25 Thread JT
Hi All,

Does anyone know if there is a way to process lines not containing a
grep pattern? At the moment I am using the process lines containing
and copying to clipboard, pasting over current document and saving. I
would much prefer to be able to delete everything in the document that
doesn't match as it would help me with automation.

Cheers,

JT

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


grep help

2012-03-26 Thread JT
  I'm trying to replace the  /td in a long table with /th using
grep

th scope=row6-Grain   Flakes/td  .. to.. th scope=row6-
Grain   Flakes/th

i tried th scope=row*/td .. to.. th scope=row*/th to no
avail

there are over 100 rows ion this table


tr
th scope=row6-Grain   Flakes/td
td1 cup/td
td align=right3 3/8/td
  /tr
   tr
th scope=rowAlmond   flour, toasted/td
td1 cup/td
td align=right3 3/8/td
  /tr
   tr
th scope=rowAlmonds,   sliced/td
td1/2 cup/td
td align=right1 1/2/td
  /tr

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


Re: how to mark html document headings

2012-01-29 Thread JT
Chris

Mark With: \1

returns
h1
h2
h3

how could i mark with the heading level AND content  like so

h1 Winter
h2 Skiing
h3 Vermont

- JT

On Jan 9, 12:45 am, Christopher Stone listmeis...@thestoneforge.com
wrote:
 On Jan 08, 2012, at 20:17, JT wrote: i'm looking for a pattern / regular 
 expression where i can find  mark all headings ( h1, h2, etc) using BBEdit's 
 Set Marker  menu

 __

 Hey JT,

 Maybe something like this?

  Search For: (h\d)

   Mark With: \1

 --
 Best Regards,
 Chris

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


how to mark html document headings

2012-01-08 Thread JT
i'm looking for a pattern / regular expression where i can find 
mark all headings ( h1, h2, etc) using BBEdit's Set Marker  menu

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


BBEdit - Find Replace using a list

2011-08-31 Thread JT
Hi,

I find myself daily using Find and Replace in a simple text editor
with about 30 open documents going one by one and searching for a
small snippet of text and saving each file one by one. Is there a way
to do this automagically in BBEdit?

I have 30 language files that I automate graphics production and the
text files are identical except each one calls a new file in the path.
For example,

file://KR.tif

and I need to change the 'KR' to AU, GB, DK and so on and save each
find and replace as a new text file. Can this be done with BBEdit? Is
this something else other than what BBEdit was designed for?

Thanks!

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