-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Winmerge 2011 Linefilter doesn't work #20
Comments
I cannot confirm this issue. Regexp "=>wwv_flow_api.id(\d+)" seems to yield expected results. |
WinMerge configuration log
Version information: ~COMCTL32.dll 10.0.19041.1110 dllversion=6.16 dllbuild=10586 WinMerge configuration: Other settings: Folder compare: File compare: Editor settings: Font: System settings: |
Can you share the involved files? |
Yes, when I cleared a couple of line filter options, the comparison ignored the id value differences between the rows what contains the "wwv_flow_api.id()" reference |
do you have any update for this issue? thanks. |
Can you give me some instructions how to solve this issue? |
Can you share your LineFilters.ini? |
Where are the exact locations of the configuration files? The location used under Option|System|Supplement Folder points to my My Documents\Winmerge folder. But the LineFilters.ini does not contain my custom line filters I set. |
(Un)fortunately, the 0.2011.211.182 build is not among released ones, and meanwhile disappeared from AppVeyor. |
It seems that line filter doesn't work for a while in Winmerge 2011. I'm installe the latest release, which is 0.2011.211.182.
I've some Oracle APEX application export files (PL/SQL) where I want to filter out those lines which contains a "=>wwv_flow_api.id(xxx)" call anywhere in the current file. xxx always means an integer number.
I set a regular expression in the Tools|Filters|Linefilter and enabled it also. But after refreshing the compare nothing has changed at all. If I select this kind of line in the compare window and also select the referenced line filter the test case will underscore the whole line with green color (which should means the regexp search was success?)
I appreciate some help in this case. Thanks.
The text was updated successfully, but these errors were encountered: