Help removing folder margin style lines.
-
Hello guys, can someone help me how to remove the lines which come when we fold a function?
image attached for clarification.
imagety for the help!
-
If you use python or lua script or nppexec do something like (SCI_SETFOLDFLAGS(int flags))
e.g. python scripteditor.setFoldFlags(0)on startup of npp.
Cheers
Claudia -
thanks for the reply, unfortunately, I just started programming in c++, so, if you could elaborate on where to write the above method, I’d be grateful.
thanks,
saksham -
I’m not aware of any plugin which supports c++ script execution.
So you either have to write your own little plugin which executes
SCI_SETFOLDFLAGS(0) when it receives the NPP_READY notification
or you install one of the mentioned plugins and call the respective function.Cheers
Claudia
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login