[ScintillaNET] Progress on next build

  • From: Garrett Serack <gserack@xxxxxxxxxxxxxxx>
  • To: scintillanet@xxxxxxxxxxxxx
  • Date: Fri, 27 Aug 2004 21:13:42 -0600

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

Other related posts: