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

Fix #9116: Error source highlighting in presence of tabs #9118

Open
wants to merge 9 commits into
base: trunk
Choose a base branch
from

Commits on Nov 17, 2019

  1. Add a test for error highlighting in presence of tabs

    Armaël Guéneau committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    cfa78b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87caeef View commit details
    Browse the repository at this point in the history
  3. Add a test for multiline errors involving tabs

    Armaël Guéneau committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    60bbe8e View commit details
    Browse the repository at this point in the history
  4. Tweak the highlighting of source code on multiple lines

    Display blank characters (' ' or '\t') as themselves instead of '.' to
    avoid messing with the alignment in presence of tabs.
    Armaël Guéneau committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    1d3f259 View commit details
    Browse the repository at this point in the history
  5. Update the testsuite

    Armaël Guéneau committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    9f5a214 View commit details
    Browse the repository at this point in the history
  6. Add a Changes entry

    Armaël Guéneau committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    c1e4ece View commit details
    Browse the repository at this point in the history
  7. Implement ellipsis markers

    Armaël Guéneau committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    d6c8bf2 View commit details
    Browse the repository at this point in the history
  8. check-typo: highlight_tabs.ml contains tabs

    Armaël Guéneau committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    453f8f1 View commit details
    Browse the repository at this point in the history
  9. Update tests

    Armaël Guéneau committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    cffb75f View commit details
    Browse the repository at this point in the history