Action 1 is supposed to be something the normal user can do... Please come back if you have difficulies in using the user define language panel.I hardky know SQL, so I have no idea of the specifics and how they'd fit into the UDL framwork.
CChris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are three ways:
* Create a user defined language that mimicks SQL, and add proper folding to it
* Change the code in LexMySQL.cxx and build your own SciLexer.dll, then rebuld Notepad++.exe
* Develop aan external lexer plugin that will implement the lexing and folding.
Neither is too user friendly, but that's how Scintilla is designed.
CChris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to fold sql script like xml? Thanks.
Action 1 is supposed to be something the normal user can do... Please come back if you have difficulies in using the user define language panel.I hardky know SQL, so I have no idea of the specifics and how they'd fit into the UDL framwork.
CChris
Anyone?
There are three ways:
* Create a user defined language that mimicks SQL, and add proper folding to it
* Change the code in LexMySQL.cxx and build your own SciLexer.dll, then rebuld Notepad++.exe
* Develop aan external lexer plugin that will implement the lexing and folding.
Neither is too user friendly, but that's how Scintilla is designed.
CChris
Thanks CChris.
As you said, it's not a job for normal users like me. I'll just have to use other sql editors then.