[ScintillaNET] Re: Progress on next build

  • From: mike.griffin@xxxxxxxxxxxxxxxxxxxxxxxx
  • To: scintillanet@xxxxxxxxxxxxx
  • Date: Sat, 28 Aug 2004 05:36:09 -0700 (PDT)

I cannot wait Garrett, thanx for your work on this !!

> I've just about got everything finished being integrated.
>
> Here's what's what:
>
> - Find/Replace dialogs/support. usage:
>     scintillacontrol1.EnableStandardFindReplace = true;
>
> - Not-so-smart but getting smarter indenting support. Usage:
>     scintillacontrol1.SmartIndentType = Enums.SmartIndent.C;
> or
>     scintillacontrol1.SmartIndentType = Enums.SmartIndent.Simple;
> or
>     scintillacontrol1.SmartIndentType = Enums.SmartIndent.None;
> or
>     scintillacontrol1.SmartIndentType = Enums.SmartIndent.Custom;
>
>
> -  Constructor now takes an optional path to the SciLexer.dll
>
> - Focus Fixes.
>
> - Incomplete Improved Config system (Existing code should work fine!)
>
> - Upcaser:  Usage:
>     AutoKeywordsToUppercaseEnabled = true;
>
> - and for the last #*%&ing time, a bit of namespace re-arranging.
>
> (and, I don't remember whether this stuff was in the last release or not:)
> caret-fore , selection-fore , selection-back config values
>
> If I get a chance to smoke test this Saturday morning, I'll release it
> then.
>
> Garrett
> --------------------------------------------------------------------------
> ScintillaNET Mailing List: ScintillaNET@xxxxxxxxxxxxx
>
>     To unsubscribe: Send an email to scintillanet-request@xxxxxxxxxxxxx
>     and put "unsubscribe" (without the quotes) in the Subject line.
>
>     Web Page: http://tinyurl.com/yvoh2
>


--------------------------------------------------------------------------
ScintillaNET Mailing List: ScintillaNET@xxxxxxxxxxxxx

    To unsubscribe: Send an email to scintillanet-request@xxxxxxxxxxxxx
    and put "unsubscribe" (without the quotes) in the Subject line. 

    Web Page: http://tinyurl.com/yvoh2

Other related posts: