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

Code folding doesn't work with Notepad2.ini #48

Closed
bluenlive opened this issue Sep 1, 2018 · 4 comments
Closed

Code folding doesn't work with Notepad2.ini #48

bluenlive opened this issue Sep 1, 2018 · 4 comments

Comments

@bluenlive
Copy link

Code folding doesn't work with attatched Notepad2.ini
It folds well but, doesn't unfold with Default(Ctrl-Alt-D) or All(Ctrl-Alt-A)

BTW, after removing first empty section([Notepad2]), It folds and unfold well.

Attatched file is Notepad2.ini.

Notepad2.zip

@zufuliu
Copy link
Owner

zufuliu commented Sep 1, 2018

I'm sorry, some shortcuts has been changed.
folding
convert

@zufuliu zufuliu added the 🈚not a bug Not a bug label Sep 1, 2018
@bluenlive
Copy link
Author

Oh, I know it.
And, it's not about hot-key issue.
(Maybe I made it difficult to undetstand ;-) )

Open the Notepad.ini and use Fold-unfold with Defalut/All function.

If very first section is empty, Notepad2 confuses.

[Notepad]
[Setting]
SaveSetting=1

--> unfold fails

[Notepad]
;none
[Setting]
SaveSetting=1

--> unfold success

@zufuliu zufuliu added 🐛bug and removed 🈚not a bug Not a bug labels Sep 2, 2018
@zufuliu
Copy link
Owner

zufuliu commented Sep 2, 2018

Got it.

@zufuliu
Copy link
Owner

zufuliu commented Sep 2, 2018

Fixed by fc4c3c0 and 86f21e3.

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