On Sat, 02 Jun 2007 11:05:36 -0700, Josiah Carlson <[EMAIL PROTECTED]> wrote:
> > 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, Well, settings in the .gtkrc are generally only loaded on application startup, so it is completely sufficient for Scintilla, if the settings are read on initialization. Regards, Enrico -- Get my GPG key from http://www.uvena.de/pub.key _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
