1 Mar 2002 08:01
RE: SCI_STYLESETEOLFILLED
Patrick Block <pblock <at> mindspring.com>
2002-03-01 07:01:32 GMT
2002-03-01 07:01:32 GMT
Another cool example of when SCI_STYLESETEOLFILLED is useful is for making unterminated strings stand out. Sci-TE does that. (Try typing a quote on a line, then typing some text, then pressing the enter key without typing an end quote, and watch what happens.) -----Original Message----- From: scintilla-interest-admin <at> lyra.org [mailto:scintilla-interest-admin <at> lyra.org] On Behalf Of Neil Hodgson Sent: Thursday, February 28, 2002 4:59 PM To: scintilla-interest <at> lyra.org Subject: Re: [scintilla] SCI_STYLESETEOLFILLED Devin: > Can anybody tell me exactly what SCI_STYLESETEOLFILLED mean? The EOLFILLED style uses the background colour at the end of the line to colour from the last character of the line to the right side of the window. This is useful when a document contains embedded sections in another language such as HTML pages with embedded JavaScript. By setting both the EOLFILLED style and a consistent background colour to all JavaScript styles then JavaScript sections will be easily distinguished from HTML. Some people like this for comment sections as well. > Also how do you change the CR LF symbols to a different color? > I notice if some End of Line symbols have different colors depending > on the language (gray or black background).(Continue reading)
And second remark, perhaps try to make more explicit subjects, like "SciTE
improvement suggestions", because most messages here are about SciTE (or
Scintilla)
> Hello, SciTE is the best programmers editor I have found so far.
I agree totally! The best part is that if there is something wrong or
missing, you can add it (more or less, I don't think Neil will approve a different
setting format, for example).
> Although It
> has comprehensive features, There are a few additions which I would like
to
> implement but I want to know if someone else is working on it already :
>
> saving bookmarks to a file
> remove fold margin if file does'nt support folding
> favorite files menu
Seems useful and non intrusive, and probably not bloating, so seems OK.
(From the point of view of another user.)
RSS Feed