-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Commits on Jun 16, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 2e935d3 - Browse repository at this point
Copy the full SHA 2e935d3View commit details
Commits on Jun 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0f00129 - Browse repository at this point
Copy the full SHA 0f00129View commit details
Commits on Jun 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1b626e2 - Browse repository at this point
Copy the full SHA 1b626e2View commit details -
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 5d0aaf1 - Browse repository at this point
Copy the full SHA 5d0aaf1View commit details
Commits on Jul 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0fb4df2 - Browse repository at this point
Copy the full SHA 0fb4df2View commit details -
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 7826c68 - Browse repository at this point
Copy the full SHA 7826c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 872844f - Browse repository at this point
Copy the full SHA 872844fView commit details
Commits on Jul 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a638e64 - Browse repository at this point
Copy the full SHA a638e64View commit details
Commits on Jul 22, 2022
-
Co-authored-by: silverwind <me@silverwind.io>
Configuration menu - View commit details
-
Copy full SHA for 8a448aa - Browse repository at this point
Copy the full SHA 8a448aaView commit details
Commits on Jul 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f49a102 - Browse repository at this point
Copy the full SHA f49a102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eddae1 - Browse repository at this point
Copy the full SHA 3eddae1View commit details -
permit raw nbsps in rendered markdown
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for d7b03b0 - Browse repository at this point
Copy the full SHA d7b03b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb36c71 - Browse repository at this point
Copy the full SHA bb36c71View commit details
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c74f7bf - Browse repository at this point
Copy the full SHA c74f7bfView commit details
Commits on Aug 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a3702f2 - Browse repository at this point
Copy the full SHA a3702f2View commit details
Commits on Aug 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 739c4ba - Browse repository at this point
Copy the full SHA 739c4baView commit details
Commits on Aug 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9b83725 - Browse repository at this point
Copy the full SHA 9b83725View commit details -
Configuration menu - View commit details
-
Copy full SHA for a16e264 - Browse repository at this point
Copy the full SHA a16e264View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f15b9 - Browse repository at this point
Copy the full SHA 39f15b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c73d810 - Browse repository at this point
Copy the full SHA c73d810View commit details
Commits on Aug 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bf0d9dc - Browse repository at this point
Copy the full SHA bf0d9dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd27248 - Browse repository at this point
Copy the full SHA cd27248View commit details -
Make it clearer where ambiguous.json comes from
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for bd1336b - Browse repository at this point
Copy the full SHA bd1336bView commit details -
use template for code declarations in diff
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 31954cc - Browse repository at this point
Copy the full SHA 31954ccView commit details -
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 9c336a6 - Browse repository at this point
Copy the full SHA 9c336a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc0064 - Browse repository at this point
Copy the full SHA afc0064View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.