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

[Suggestion] Align all characters to grid when using different character encoding #6135

Open
GhbSmwc opened this issue Sep 7, 2019 · 2 comments
Labels
scintilla dependent Can't be considered for N++ implementation unless/until Scintilla changes

Comments

@GhbSmwc
Copy link

GhbSmwc commented Sep 7, 2019

(Separated 2 suggestions into each posts)

I have a suggestion for fixed-width font for non-ASCII characters used with ASCII, specifically Japanese characters, when you have multiple lines, with one line using ASCII, and the other uses Japanese, they don't line up vertically to the “character grid”:
image

グリッチ    123
test    123
グリッチ  <- 4 characters
test <- 4 characters

Both lines are 11 characters wide in total, have 4 space character between the word and the “123”. This can be confusing if you do column-select, as it checks if the in-between positions is included in the column-select. I would like to find an option to enable align to grid by forcing all characters the same width.

@sasumner
Copy link
Contributor

sasumner commented Sep 7, 2019

This isn't something that is handled by Notepad++; it is handled by the embedded Scintilla component. Unless and until that component does something for this, if it is even possible, Notepad++ can't do anything about it.

@sasumner sasumner added the scintilla dependent Can't be considered for N++ implementation unless/until Scintilla changes label Sep 7, 2019
@GhbSmwc
Copy link
Author

GhbSmwc commented Sep 7, 2019

EDIT: Managed to create an account using N/A.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scintilla dependent Can't be considered for N++ implementation unless/until Scintilla changes
Projects
None yet
Development

No branches or pull requests

2 participants