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

add or customize more 'space' characters in code folding #733

Open
roj234 opened this issue Nov 9, 2023 · 1 comment
Open

add or customize more 'space' characters in code folding #733

roj234 opened this issue Nov 9, 2023 · 1 comment

Comments

@roj234
Copy link

roj234 commented Nov 9, 2023

IDSP

text file(and probably other files)'s "code" fold seems only support space and tab (without U+3000)
maybe you can add a config entry in notepad2.ini
thank you

@zufuliu
Copy link
Owner

zufuliu commented Nov 9, 2023

full-width (Unicode) space is not supported by any lexer, you can use "Fullwidth Form to Halfwidth" menu to convert it into ASCII space U+0020.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants