Hi-
I have a script that searches for several keywords in a text file and then outputs--to the output window and in a message box--the number of times each keyword was found in the document.
Now, I want to show the lines that have the keyword found from a script. Is there a way to do this-> https://www.ultraedit.com/support/tutor ... lines.html from a script?
What I envision is this:
A user opens a text file, runs my script, and gets a message box saying that the word WARNING was found three times.
Once the user clicks OK, another message box appears asking them whether they want to see the lines that have WARNING (ideally with the three lines above and the three lines below).
I know you can do that in KEdit, can this be done in UltraEdit?
I have a script that searches for several keywords in a text file and then outputs--to the output window and in a message box--the number of times each keyword was found in the document.
Now, I want to show the lines that have the keyword found from a script. Is there a way to do this-> https://www.ultraedit.com/support/tutor ... lines.html from a script?
What I envision is this:
A user opens a text file, runs my script, and gets a message box saying that the word WARNING was found three times.
Once the user clicks OK, another message box appears asking them whether they want to see the lines that have WARNING (ideally with the three lines above and the three lines below).
I know you can do that in KEdit, can this be done in UltraEdit?