You may want to check the NppNotifications.cpp source file from Notepad++. It contains the code to catch the click notification and take action. Check around line #367.
CChris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2012-10-15
Ok, thx wil check that out. Was looking at the other files.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello there, sorry for asking a lot in this forum. I just cant make line folding work and the documentation I see doesn't help.
Im creating a plugin that reads the file and do several process before I work with the line folding.
The problem is i just cant manage to get line folding work.
If i want to make that like 5 hides all from line 5 to line 10. What do i have to do?
I created the margin for the folding, i can assign markers to the line and set the fold level, i just dont know how to be able to toggle the lines.
You may want to check the NppNotifications.cpp source file from Notepad++. It contains the code to catch the click notification and take action. Check around line #367.
CChris
Ok, thx wil check that out. Was looking at the other files.