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

Switch Unicode Escaping to a VSCode-like system #19990

Merged
merged 26 commits into from
Aug 13, 2022

Commits on Jun 16, 2022

  1. Switch Unicode Escaping to a VSCode-like system

    This PR rewrites the invisible unicode detection algorithm to more
    closely match that of the Monaco editor on the system. It provides a
    technique for detecting ambiguous characters and relaxes the detection
    of combining marks.
    
    Control characters are in addition detected as invisible in this
    implementation whereas they are not on monaco but this is related to
    font issues.
    
    Close go-gitea#19913
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    2e935d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. placate lint

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    0f00129 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    1b626e2 View commit details
    Browse the repository at this point in the history
  2. fix template issue

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    5d0aaf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    0fb4df2 View commit details
    Browse the repository at this point in the history
  2. placate yet another linter

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    7826c68 View commit details
    Browse the repository at this point in the history
  3. more placation

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    872844f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    a638e64 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Use var colors

    Co-authored-by: silverwind <me@silverwind.io>
    zeripath and silverwind authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    8a448aa View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    f49a102 View commit details
    Browse the repository at this point in the history
  2. add missing fix

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    3eddae1 View commit details
    Browse the repository at this point in the history
  3. permit raw nbsps in rendered markdown

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    d7b03b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb36c71 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    c74f7bf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    a3702f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Configuration menu
    Copy the full SHA
    739c4ba View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    9b83725 View commit details
    Browse the repository at this point in the history
  2. as per review

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    a16e264 View commit details
    Browse the repository at this point in the history
  3. as per review

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    39f15b9 View commit details
    Browse the repository at this point in the history
  4. fix test

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    c73d810 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. placate lint

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    bf0d9dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd27248 View commit details
    Browse the repository at this point in the history
  3. Make it clearer where ambiguous.json comes from

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    bd1336b View commit details
    Browse the repository at this point in the history
  4. use template for code declarations in diff

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    31954cc View commit details
    Browse the repository at this point in the history
  5. furhter subtemplating

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    9c336a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afc0064 View commit details
    Browse the repository at this point in the history