I am using Geany 0.18 from Ubuntu Lucid repos. How can I change the wrapped lines character's color?
Attached is a screen shot of the character I wanna change its color.
Thank you Mohamed Saudi
On 28 May 2010 21:36, Mohamed Saudi Mohamed_Saudi@hotmail.com wrote:
I am using Geany 0.18 from Ubuntu Lucid repos. How can I change the wrapped lines character's color?
Unfortunately it is not possible to change the colour of the wrapped line arrows. This is because AFAICT the Scintilla editing component used by Geany (http://www.scintilla.org) does not offer this facility.
Cheers Lex
Attached is a screen shot of the character I wanna change its color.
Thank you Mohamed Saudi
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On 05/28/2010 05:25 AM, Lex Trotman wrote:
On 28 May 2010 21:36, Mohamed SaudiMohamed_Saudi@hotmail.com wrote:
I am using Geany 0.18 from Ubuntu Lucid repos. How can I change the wrapped lines character's color?
Unfortunately it is not possible to change the colour of the wrapped line arrows. This is because AFAICT the Scintilla editing component used by Geany (http://www.scintilla.org) does not offer this facility.
Cheers Lex
Attached is a screen shot of the character I wanna change its color.
Thank you Mohamed Saudi
Of course, setting the color of all "special virtual characters" would be a nice feature request for Scintilla. Some others are the line ending characters (black CR and LF boxes, not to be confused with the whitespace markers, which are horizontal arrows), and I believe there are other "non-printable" characters that Scintilla can display. All of them are styled as normal characters, as if they were a part of the document.
The color of indentation markers can already be set, I'm not sure about the whitespace markers, or line wrap markers.
I have filed a feature request at Scinitilla
http://sourceforge.net/tracker/?func=detail&aid=3008522&group_id=243...
On 05/28/2010 05:22 PM, Jason Oster wrote:
On 05/28/2010 05:25 AM, Lex Trotman wrote:
On 28 May 2010 21:36, Mohamed SaudiMohamed_Saudi@hotmail.com wrote:
I am using Geany 0.18 from Ubuntu Lucid repos. How can I change the wrapped lines character's color?
Unfortunately it is not possible to change the colour of the wrapped line arrows. This is because AFAICT the Scintilla editing component used by Geany (http://www.scintilla.org) does not offer this facility.
Cheers Lex
Attached is a screen shot of the character I wanna change its color.
Thank you Mohamed Saudi
Of course, setting the color of all "special virtual characters" would be a nice feature request for Scintilla. Some others are the line ending characters (black CR and LF boxes, not to be confused with the whitespace markers, which are horizontal arrows), and I believe there are other "non-printable" characters that Scintilla can display. All of them are styled as normal characters, as if they were a part of the document.
The color of indentation markers can already be set, I'm not sure about the whitespace markers, or line wrap markers.
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Fri, 28 May 2010 14:36:54 +0300 Mohamed Saudi Mohamed_Saudi@Hotmail.com wrote:
I am using Geany 0.18 from Ubuntu Lucid repos. How can I change the wrapped lines character's color?
There is a line in the filetypes.common config file: white_space=0xc0c0c0;0xffffff;true;false
See the manual for details - the first hex code is the foreground.
Sorry for the late reply ;-)
Regards, Nick