Hey,
What about updating our Scintilla copy? There is at least 2 fixes that would be particularly interesting to have:
* C++ lexer fixed a bug with raw strings being recognised too easily. Bug #3388122. [1], [2] * On recent GTK+ 2.x versions when using Cairo, bug fixed where wrong colours were drawn. [3]
So, have you anything against an update to Scintilla 2.29?
Regards, Colomban
PS: if you're not a core dev, no need to answer if you don't have a particular point to raise ;)
[1] https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3388122... [2] https://sourceforge.net/tracker/index.php?func=detail&aid=3425107&gr... [3] would probably fix https://sourceforge.net/tracker/?func=detail&atid=787791&aid=3423425...
On 18 October 2011 22:16, Colomban Wendling lists.ban@herbesfolles.org wrote:
Hey,
What about updating our Scintilla copy? There is at least 2 fixes that would be particularly interesting to have:
- C++ lexer fixed a bug with raw strings being recognised too easily.
Bug #3388122. [1], [2]
- On recent GTK+ 2.x versions when using Cairo, bug fixed where wrong
colours were drawn. [3]
There have also been a number of Ruby fixes that might address some issues raised on the ML.
So, have you anything against an update to Scintilla 2.29?
+1
Cheers Lex
On 11-10-18 04:16 AM, Colomban Wendling wrote:
Hey,
What about updating our Scintilla copy? There is at least 2 fixes that would be particularly interesting to have:
- C++ lexer fixed a bug with raw strings being recognised too easily.
Bug #3388122. [1], [2]
- On recent GTK+ 2.x versions when using Cairo, bug fixed where wrong
colours were drawn. [3]
Plus GTK+ 3 support :)
So, have you anything against an update to Scintilla 2.29?
My only concern is the effects of switching to only supporting Cairo for the drawing backend. Will this leave any users unable to run Geany?
Otherwise, I say we roll the dice and see what the new set of bugs ends up being :)
Cheers, Matthew Brush
Le 18/10/2011 16:40, Matthew Brush a écrit :
On 11-10-18 04:16 AM, Colomban Wendling wrote:
Hey,
What about updating our Scintilla copy? There is at least 2 fixes that would be particularly interesting to have:
- C++ lexer fixed a bug with raw strings being recognised too easily.
Bug #3388122. [1], [2]
- On recent GTK+ 2.x versions when using Cairo, bug fixed where wrong
colours were drawn. [3]
Plus GTK+ 3 support :)
You'll be happy!
So, have you anything against an update to Scintilla 2.29?
My only concern is the effects of switching to only supporting Cairo for the drawing backend. Will this leave any users unable to run Geany?
I doubt so. Cairo is fairly portable AFAIK, and IIUC Scintilla still supports at least GTK 2.8. So I guess it's OK.
Otherwise, I say we roll the dice and see what the new set of bugs ends up being :)
Heh, at least there will be my guessed names styles for new Lua, LaTeX and Perl styles :D
Well, since nobody complained much I'll merge my Scintilla 2.29 changes branch probably tomorrow.
Regards, Colomban
On 23 October 2011 08:32, Colomban Wendling lists.ban@herbesfolles.org wrote:
Le 22/10/2011 01:43, Colomban Wendling a écrit :
[...]
Well, since nobody complained much I'll merge my Scintilla 2.29 changes branch probably tomorrow.
Done.
Appears to fix https://sourceforge.net/tracker/?func=detail&aid=3425107&group_id=15...
I've commented, since its assigned to Colomban I'll not "cut his grass" as we say here and let you close it.
Cheers Lex
Regards, Colomban
Geany-devel mailing list Geany-devel@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
Le 23/10/2011 02:36, Lex Trotman a écrit :
On 23 October 2011 08:32, Colomban Wendling lists.ban@herbesfolles.org wrote:
Le 22/10/2011 01:43, Colomban Wendling a écrit :
[...]
Well, since nobody complained much I'll merge my Scintilla 2.29 changes branch probably tomorrow.
Done.
Appears to fix https://sourceforge.net/tracker/?func=detail&aid=3425107&group_id=15...
I've commented, since its assigned to Colomban I'll not "cut his grass" as we say here and let you close it.
Done, though it wouldn't have been a problem if you did it ;)
Cheers, Colomban