Please read the damn thread.Armoured wrote:Srod, the link for GoScintilla 2.0 doesn't work.
Please correct it.
Thanks

When you are done, then please read the thread in the general section.
Please read the damn thread.Armoured wrote:Srod, the link for GoScintilla 2.0 doesn't work.
Please correct it.
Thanks
General section?srod wrote:Please read the damn thread.Armoured wrote:Srod, the link for GoScintilla 2.0 doesn't work.
Please correct it.
Thanks
![]()
When you are done, then please read the thread in the general section.
Done.Justin wrote:srod, could you fix version 1 and tell me in wich procedure the bug is located if possible? i'm using it in a big project and moving to version 2 will require a big rework.
Code: Select all
function test()
{
if (a==1)
{
//do something
}
while (x==2)
{
//do something
}
}
Yes, I really haven't the time to mess around with that demo. It does use a complex line styler as you say. Honestly, I have spent too much time on GoScintilla 2 and, bugs aside, need to move on.Justin wrote:My line styling function is the one used in your BlockcommentStylerII.pb demo wich is very complex, i have no idea of where to place the code, i tried several things. It would be very difficult for you to make an example with that styling function?