Re: [Framers] Search for text + tag?

2017-06-22 Thread Robert Lauriston
I'm certain you could do this with a regular expression on exported MIF. Search for strings that begin with # end of Para, and contain the phrase in question, and in those strings replace with . ___ This message is from the Framers

Re: [Framers] Search for text + tag?

2017-06-22 Thread Lin Sims
We know Adobe people monitor this list. Perhaps they've already made note? On Thu, Jun 22, 2017 at 12:11 PM, Peter Gold wrote: > This is one of those knotty complexities of language that have fascinated > technical writers since those early scribes who wrote "Lorem

Re: [Framers] Search for text + tag?

2017-06-22 Thread Peter Gold
This is one of those knotty complexities of language that have fascinated technical writers since those early scribes who wrote "Lorem Ipsum." I think she wants to keep the text unchanged, but does want to change the paragraph format of some paragraphs in which the text can be found with Edit >

Re: [Framers] Search for text + tag?

2017-06-22 Thread Craig Ede
com> on behalf of Craig Ede <craig...@hotmail.com> Sent: Wednesday, June 21, 2017 11:13 AM To: An email list for people using Adobe FrameMaker software. Subject: Re: [Framers] Search for text + tag? Try this: Copy the phrase (without the paragraph marker at the end). Do a replace sel

Re: [Framers] Search for text + tag?

2017-06-22 Thread Shmuel Wolfson
Although FM does not have the feature of searching for a specific phrase that has a specific paragraph/character tag, one thing to make the search a little easier is to use the ALT key when searching. In recent versions of FM, after clicking Find, the focus stays on the Find/Change pod, so

Re: [Framers] Search for text + tag?

2017-06-22 Thread Shmuel Wolfson
She does want to change the text string in a paragraph tagged with a specific format, without having to keep an eye on the lower-left corner of the status bar. This is an important feature in Word that is missing in FM. -- On 22-Jun-17 1:18 AM, Peter Gold wrote: "Now,

Re: [Framers] Search for text + tag?

2017-06-21 Thread Robert Lauriston
Karen, do you want to change paragraph tag A to paragraph tag B only when the paragraph contains the specified phrase? ___ This message is from the Framers mailing list Send messages to framers@lists.frameusers.com Visit the list's homepage at

Re: [Framers] Search for text + tag?

2017-06-21 Thread Fred Ridder
n email list for people using Adobe FrameMaker software. Subject: Re: [Framers] Search for text + tag? Karen doesn't want to change the paragraph tag, she wants to restrict the change to instances of the string that are in paragraphs of a particular tag. ___

Re: [Framers] Search for text + tag?

2017-06-21 Thread Peter Gold
As I saw the range of suggestions, I wondered if I'd oversimplified the issue by working from memory, since I haven't actually fired FM up for a few years. So, I invoked FM 9 on WinXP SP2 under Parallels on my early 2008 MacBookPro, to see what's what. Although your original statement of

Re: [Framers] Search for text + tag?

2017-06-21 Thread Robert Lauriston
Karen doesn't want to change the paragraph tag, she wants to restrict the change to instances of the string that are in paragraphs of a particular tag. On Wed, Jun 21, 2017 at 9:13 AM, Craig Ede wrote: > Try this: > > Copy the phrase (without the paragraph marker at the

Re: [Framers] Search for text + tag?

2017-06-21 Thread Robert Lauriston
That would replace all instances of the string, not only those in paragraphs with a particular tag. You could do it on a MIF using regular expressions: https://stackoverflow.com/questions/1237/regex-to-pull-out-a-sub-string-between-two-tags-in-a-string On Wed, Jun 21, 2017 at 7:00 AM, Grant

Re: [Framers] Search for text + tag?

2017-06-21 Thread Karen Robbins
Thanks all for the suggestions. Temporary manual fix in place (this is how we get repetitive motion injuries!). After deadline I will try these & report back. Karen ___ This message is from the Framers mailing list Send messages to

Re: [Framers] Search for text + tag?

2017-06-21 Thread Craig Ede
ne 20, 2017 3:43 PM To: framers@lists.frameusers.com Subject: Re: [Framers] Search for text + tag? This should be simple using plain old search/replace. Modify the first instance of the phrase to use the new paragraph tag, and then copy that phrase. Search for the phrase and change by pastin

Re: [Framers] Search for text + tag?

2017-06-21 Thread Pat Christenson
: [Framers] Search for text + tag? This should be simple using plain old search/replace. Modify the first instance of the phrase to use the new paragraph tag, and then copy that phrase. Search for the phrase and change by pasting. Use the pull-down to see the "By pasting" option for changing

Re: [Framers] Search for text + tag?

2017-06-21 Thread Scott Prentice
Hi Karen... The only way I can think of to do this would be via scripting of some kind .. ExtendScript, FrameScript, or FDK (or Perl, Python, etc. on a MIF file). If you don't find a reasonable solution, my FM2DITA plugin may have an undocumented feature that could let you do this. If it's a

Re: [Framers] Search for text + tag?

2017-06-21 Thread Grant Hogarth
gt; To: "framers@lists.frameusers.com" <framers@lists.frameusers.com> Sent: 6/20/2017 11:34:00 AM Subject: [Framers] Search for text + tag? Hello Framers, I want to change all instances of a phrase using one paragraph tag to another tag. I do not want to change all instances of th

Re: [Framers] Search for text + tag?

2017-06-21 Thread Shmuel Wolfson
Unfortunately this is one feature that Word has, but FrameMaker does not have: The ability to search for specific text with a specific paragraph or character tag. Adobe People: Please add this feature eventually. -- Shmuel Wolfson Technical Writer 058-763-7133 On

Re: [Framers] Search for text + tag?

2017-06-20 Thread Pat Christenson
2017 3:43 PM To: framers@lists.frameusers.com Subject: Re: [Framers] Search for text + tag? This should be simple using plain old search/replace. Modify the first instance of the phrase to use the new paragraph tag, and then copy that phrase. Search for the phrase and change by pasting.

Re: [Framers] Search for text + tag?

2017-06-20 Thread Robert Lauriston
ignore *other* instances of the string. On Tue, Jun 20, 2017 at 2:09 PM, Robert Lauriston wrote: > Karen wants to change all instances of a string when it is in a > paragraph with a particular tag and ignore instances of the string. > > I don't think the Find/Change dialog

Re: [Framers] Search for text + tag?

2017-06-20 Thread Robert Lauriston
Karen wants to change all instances of a string when it is in a paragraph with a particular tag and ignore instances of the string. I don't think the Find/Change dialog lets you specify a paragraph tag for the Find string. On Tue, Jun 20, 2017 at 1:42 PM, Paquet, Becky [US] (MS)

Re: [Framers] Search for text + tag?

2017-06-20 Thread Pat Christenson
To: framers@lists.frameusers.com Subject: Re: [Framers] Search for text + tag? This should be simple using plain old search/replace. Modify the first instance of the phrase to use the new paragraph tag, and then copy that phrase. Search for the phrase and change by pasting. Use the pull-down to see

Re: [Framers] Search for text + tag?

2017-06-20 Thread Paquet, Becky [US] (MS)
This should be simple using plain old search/replace. Modify the first instance of the phrase to use the new paragraph tag, and then copy that phrase. Search for the phrase and change by pasting. Use the pull-down to see the "By pasting" option for changing. And, use Change All to make this

[Framers] Search for text + tag?

2017-06-20 Thread Karen Robbins
Hello Framers, I want to change all instances of a phrase using one paragraph tag to another tag. I do not want to change all instances of the phrase (it occurs using other tags), nor replace the current tag with the new tag (both tags remain in use). The target phrase-tag combo occurs hundreds