GrepConsole: Filter out doesn't remove the lines, but just blanks them, on IDEA 15
GrepConsole 5.8.134.1007 IntelliJ IDEA 15.0 build 143.381
It worked okay on 14.
Program output:
A
B
C
GrepConsole filters:
- Expression: B
- Filter out: yes
- Whole line: no/yes (tried both)
- Continue matching: no
Expected output:
A
C
Actual output:
A
C
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 19 (11 by maintainers)
Commits related to this issue
- Fixes #55 - removing empty lines as workaround for https://github.com/JetBrains/intellij-community/blob/476bb7db0b240af400624d748b9f626c21a4abab/platform/smRunner/src/com/intellij/execution/testframew... — committed to krasa/GrepConsole by krasa 7 years ago
- #55 cleanup — committed to krasa/GrepConsole by krasa 7 years ago
- Major GrepInputFilter rewrite - CLion pushes multiple lines to InputFilter at once - related to #55 — committed to krasa/GrepConsole by krasa 5 years ago
- #55 blank line workaround — committed to krasa/GrepConsole by krasa 5 years ago
try this: GrepConsole.zip