Page 2 of 6
Posted: Tue Nov 13, 2007 2:33 pm
by DoubleDutch
Style bytes have been extended to all 8 bits. You only need to change code if you use "indicators" (they used to be the top 3 bits of the styling byte).
Posted: Tue Nov 13, 2007 2:44 pm
by gnozal
DoubleDutch wrote:Style bytes have been extended to all 8 bits. You only need to change code if you use "indicators" (they used to be the top 3 bits of the styling byte).
I am afraid GPI did so ...
This looks like it :
Code: Select all
...
NextType=#Style_KeyCommand | (Keyword<<8)
...
Posted: Tue Nov 13, 2007 3:07 pm
by DoubleDutch
I presume he was sorting out the buffer 16 bits at a time...
If so, then that should work ok.
You should only need to rework things IF you actually used indicators (indicators and styles are two different things, but used to share the same byte - not anymore!

). Style info was in the lower 5 bits (values 0-63).
You could always download a copy of the new dll and try it (just to make sure)?
In my app I use both styles AND indicators and was quickly running out of both. The new Scintilla fixes everything - it's great!

Posted: Tue Nov 13, 2007 6:21 pm
by freak
> If Fred/Freak reads this then they may like to know (if they didn't already) that there is an official OSX port of Scintilla now (since 1.74).
Yes, we are aware of this, but the official OSX port is not compatible with our gadget lib.
Maybe somewhen in the future we will change the gadget lib to be able to use the official port,
but for now we just stick with Fred's own port.
Posted: Tue Nov 13, 2007 6:48 pm
by DoubleDutch
Fair enough.

Posted: Tue Dec 18, 2007 9:12 am
by gnozal
Update
Changes :
- updated ScintillaStaticFull to version 1.75
Posted: Tue Dec 18, 2007 9:27 am
by DoubleDutch
Posted: Tue Dec 18, 2007 1:45 pm
by BriceManuel
gnozal wrote:Update
Changes :
- updated ScintillaStaticFull to version 1.75
Thank you

Posted: Wed Dec 19, 2007 1:25 am
by electrochrisso
You are a Pure Legend gnozal
Thanks.

Posted: Wed Dec 19, 2007 8:43 am
by gnozal
Update
Changes :
- updated ScintillaStaticLite to version 1.75
Posted: Wed Dec 19, 2007 9:50 am
by DoubleDutch
Great news, thanks

Posted: Tue Mar 25, 2008 11:26 am
by gnozal
Update
Changes :
- updated Scintilla (lite & full) to version 1.76
Posted: Tue Mar 25, 2008 3:52 pm
by ts-soft
thanks

Posted: Tue Mar 25, 2008 4:03 pm
by DoubleDutch
Thanks

Posted: Wed Apr 02, 2008 11:02 pm
by Peyman
thanks