Enrico Tröger <[EMAIL PROTECTED]> wrote: > On Fri, 1 Jun 2007 15:13:14 +0200, Enrico Tröger > <[EMAIL PROTECTED]> wrote: > > > On Fri, 1 Jun 2007 08:09:10 +1000, "Neil Hodgson" > > <[EMAIL PROTECTED]> wrote: > > > > > Enrico Tröger: > > > > > > > did ever anybody think about a changeable caret blink time? I > > > > guess Timer::tickSize is the appropriate value. A simple > > > > SCI_SETBLINKTIME message should be enough to change the default > > > > value of 100ms. > > > > > > Have you tried SCI_SETCARETPERIOD? > > Of course not ;-). > > I looked in the #CaretAndSelectionStyles paragraph and there was > > nothing so I assumed there is nothing. > > But isn't it anyway a good idea to read the GTK blink time setting and > use it in the GTK part of Scintilla? So, Scintilla based apps behave by > default like apps using GtkTextViews or GtkEntries. The value > could remain changeable by the SCI_SETCARETPERIOD message.
It is certainly possible for Scintilla to do so. But how often should it check considering that very few people *ever* change the setting, and when they try to change settings on a Scintilla control, typically use the Scintilla API? - Josiah _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
