Find Alll: Text and XML output could contain exact match of

Are you missing a feature? Request its implementation here.
tatra603
Posts: 83
Joined: Fri Sep 17, 2004 10:53 am
Location: Prague, the Czech Republic, Europe

Find Alll: Text and XML output could contain exact match of

Post by tatra603 »

Hello,

can I ask You for a small improvement of the text and XML result of Find All functionality? I would appreciate, if the output (Save Results..., Save Results as XML...) could contain exact match of searched string as is highlighted now in the GUI of oXygen? Now I have to do find & replace in the resulted document. It is the request of enhancement with low priority - nice to have.

Thank You, Stepan

Example

Text to be searched:

Code: Select all

Hello, my name is ABC!
Hello, our name is ABC!
Text to find (using regular expression in this case):

Code: Select all

(my|our)\s*name
Current output:

Code: Select all

System ID: C:\Users\t603\AppData\Local\Documents\Untitled1.txt
Description: Hello, my name is ABC!
Start location: 1:8
Offset: 7
Length: 7

System ID: C:\Users\t603\AppData\Local\Documents\Untitled1.txt
Description: Hello, our name is ABC!
Start location: 2:8
Offset: 30
Length: 8
Requested output (something like this, better more compact description thank this mine):

Code: Select all

System ID: C:\Users\t603\AppData\Local\Documents\Untitled1.txt
Matched text in context: Hello, my name is ABC!
Matched text exact: my name
Start location: 1:8
Offset: 7
Length: 7

System ID: C:\Users\t603\AppData\Local\Documents\Untitled1.txt
Matched text in context: Hello, our name is ABC!
Matched text exact: our name
Start location: 2:8
Offset: 30
Length: 8
ionela
Posts: 407
Joined: Mon Dec 05, 2011 6:08 pm

Re: Find Alll: Text and XML output could contain exact match

Post by ionela »

Hi Stepan,

Thank you for you feedback.

I've logged your feature request to our issue tracking tool. This will be analyzed and if found appropriate, it will be implemented in a future version of Oxygen.

Regards,
Ionela
Ionela Istodor
oXygen XML Editor and Author Support
Post Reply