Page 1 of 1

Some more ideas

Posted: Wed Feb 02, 2011 7:39 am
by Rumbo
Some more small thoughts regarding TextCrawler:

1) I often use the Regular Expression Tester and mostly compare the results in the result windows "Matches (Text)" and "Replacements". For a good comparison a split window would be nice to see them both at the same time but it's also ok to quickly switch between the tabs per click. But the "Replacements" window adds the headline "(Preview with Replacements)". This is ok as a reminder but adds one line compared to the "Matches (Text)" window. So when you quickly switch back-forth-back-forth it's harder to spot small differences because of the line leap.
Maybe an extra empty first line in the "Matches (Text)" window would solve that.

2) Another idea for the Regular Expression Tester: so you tested your RegEx and are satisfied with the results. Then you have to manually copy the search-line and replace-line into the main window. A button beneath the Close button like "Close and copy pattern to the main window" (only shorter :-) would be more comfortable.

2) When I am doing a RegEx search like "LogFile.*" this finds the text "LogFile" up to the end of the line (in case the option "Dot Matches Newline" is not checked).
This is fine and exactly what I want but when I am doing an Extract on the same pattern all these found text lines are chained together into the scratchpad, without a newline at the end.
Would it be possible to pass those search results with the newline included to the scratchpad and instead add a "Remove Linebreaks" in the scratchpad's drop-down box?


Posted: Mon Feb 07, 2011 10:26 am
by DV
Thanks for these.
I've fixed all three of these issues in TextCrawler 2.1!

Posted: Mon Feb 07, 2011 5:59 pm
by Rumbo
Thanks a lot! You are the man!

Posted: Tue Feb 08, 2011 10:02 am
by Nitro
Hi, I wrote something similar to this for myself for WindowXP. I have not got it to work for Windows 7 so I found your program. I like it. Here are a few thoughts if you don't mind.

-file size (max and min)
-occurence (as you select on the founded file, it tab to the NEXT highlighted and founded occurence. When it reaches to the end, it goes back to the beginning but change the highlight color so that the user knows it went back to the top.)
-when you click on the (find or replace) it is only searches inside the file content. Could you make it to detect filenames too?

Other than that, your program really kick ass.

Posted: Tue Feb 08, 2011 5:51 pm
by Nitro
-Also, since recommended to put in a file size range in there, a date range would be good too.
-if you could include a button to show all the reg expressions, instead of going to this site to lookup the reg expression, that would help because there might be no internet
-Shell context menu from Window Explorer to bring up directly the searched folder

Thank You