Page 1 of 1

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

Posted: Tue Jun 04, 2013 11:25 am
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

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

Posted: Tue Jun 04, 2013 3:25 pm
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