Skip to content
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

ErrorList lexer fixes #3

Open
wants to merge 1 commit into
base: wx
Choose a base branch
from
Open

Commits on Nov 29, 2024

  1. ErrorList lexer fixes

    - Better handling of CMake status messages
    
    With the current handling, lines starting with "-" are considered "Diff deleted" message
    except for lines starting with "---" which are considered as "Diff message". A common
    line is also the CMake status lines which generate lines starting with "--". This fix
    handles them as "normal" lines and not has "Diff deleted" lines
    
    - Exclude output of the command "ls -l" from labeled as "Diff deleted" lines
    
    A common output for the "ls -l" command are lines with a similar pattern to:
    
    `-rw-r--r--  1 user user   80864 Nov  4 23:35 file.cpp`
    
    These lines are mistakenly considered as "Diff deleted" lines - this commit
    fixes this behavior
    
    Signed-off-by: Eran Ifrah <[email protected]>
    eranif committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    ce0064f View commit details
    Browse the repository at this point in the history