How to find the "highlighted text" by "track change" feature

Everything related to our flagship word processor.
Post Reply
tomoyuki-kosaka
Posts: 41
Joined: 2009-02-17 17:44:12

How to find the "highlighted text" by "track change" feature

Post by tomoyuki-kosaka »

I'd like to replace the "highlighted text" by "track change" feature by using "find" feature, as like the other text by normal highlight feature.
Sometimes, I'd like to change color of the modified text to different color, red, for to notice different reader easily recognizing the changed point. If I can use track change feature with find&replace, I don't need to remember the changed text points.
Is there anyone know how to do this?
I think if it can be we can search also comment including text, which is highlighted one.

Kosaka
User avatar
martin
Official Nisus Person
Posts: 5228
Joined: 2002-07-11 17:14:10
Location: San Diego, CA
Contact:

Re: How to find the "highlighted text" by "track change" fea

Post by martin »

Hi Kosaka- something like this is not possible with the normal Find/Replace dialog. There's no way to only match text that is a tracked change or comment.

However, you could accomplish your goal using a macro. I'm attaching such a macro that highlights all tracked changes using a red color. If you wanted to do something different, it wouldn't be too hard to edit the macro as needed.
tomoyuki-kosaka wrote:I think if it can be we can search also comment including text, which is highlighted one.
I'm not sure I understand exactly. What did you have in mind for comments?
Attachments
Make Tracked Changes Text Red.nwm
(19.92 KiB) Downloaded 446 times
tomoyuki-kosaka
Posts: 41
Joined: 2009-02-17 17:44:12

Re: How to find the "highlighted text" by "track change" fea

Post by tomoyuki-kosaka »

Thank you martin! This macro works well that I thought.

I believe that macro feature can do it like you showed me!
But, I did not try to make it.
I wanna know how to do this in find feature of NWP.
NWP's macro feature is so powerful.
I'm not still used to "NWP macro language".
I'll start to use it more deeply. (I can use ruby partially)
I'm not sure I understand exactly. What did you have in mind for comments?
My point is if we can find out highlighted text by "track changes" then we can find out highlighted text by "comments".
I'll try to make macro on highlighted text by comments as your macro.

Anyway, this macro code is very helpful for me.


Kosaka
User avatar
martin
Official Nisus Person
Posts: 5228
Joined: 2002-07-11 17:14:10
Location: San Diego, CA
Contact:

Re: How to find the "highlighted text" by "track change" fea

Post by martin »

Glad to help!
tomoyuki-kosaka wrote:My point is if we can find out highlighted text by "track changes" then we can find out highlighted text by "comments".
Yes that's true- a macro can visit all text with comments applied in a similar way. I'll attach a macro that makes commented text red. Hope it helps.
Attachments
Make Commented Text Red.nwm
(19.32 KiB) Downloaded 453 times
Post Reply