C# (CSharp) ARCed.Scintilla Namespace

Nested Namespaces

ARCed.Scintilla.Configuration
ARCed.Scintilla.Design

Classes

Name Description
Annotation Represents a customizable read-only block of text which can be displayed below each line in a Scintilla control.
AnnotationChangedEventArgs Provides data for the Scintilla.AnnotationChanged event.
AnnotationCollection
AnnotationCollection.AnnotationCollectionEnumerator
AutoComplete
AutoCompleteAcceptedEventArgs Provides data for the AutoCompleteAccepted event
CallTip
CallTipClickEventArgs Provides data for the CallTipClick event
CaretInfo
CharAddedEventArgs Provides data for the CharAdded event
CharacterRange
Clipboard
Constants
Document Provides an abstraction over Scintilla's Document Pointer
DocumentHandler Manages the Native Scintilla's Document features.
DocumentNavigation
DropMarker Represents a DropMarker, currently a single document point.
DropMarkerCollectEventArgs Provides data for a DropMarkerCollect event
DropMarkers
EndOfLine
FileDropEventArgs
FindReplace
FindReplaceDialog
FoldChangedEventArgs Provides data for the FoldChanged event
Folding
FooterInformation
GoTo
GoToDialog
HeaderInformation
HotspotClickEventArgs Provides data for the Scintilla.HotspotClick, Scintilla.HotspotDoubleClick, and Scintilla.HotspotReleaseClick events.
HotspotStyle
IncrementalSearcher
Indentation
Indicator
IndicatorCollection
KeyBinding Represents the Binding Combination of a Keyboard Key + Modifiers
KeywordCollection
Lexing
Line
LineCollection
LineCollection.LinesEnumerator
LineWrapping
LinesNeedShownEventArgs Provides data for the LinesNeedShown event
LongLines
MacroRecordEventArgs Provides data for the MacroRecorded event
ManagedRange
Margin
MarginClickEventArgs Provides data for the MarginClick event
Marker
MarkerChangedEventArgs Provides data for the MarkerChanged event
MarkerCollection
MarkerInstance
ModifiedEventArgs Base class for modified events
NativeMethods
NativeScintillaEventArgs
NavigationPont Represents a point in the document used for navigation.
NotifyHeader
PageInformation Class for determining how and what to print for a header or footer.
PageSettings
PrintDocument
PrintRectangle
Printing
RECT
Range A range within the editor. Start and End are both Positions.
Resources
SCNotification
ScintillaHelperBase
ScintillaMouseEventArgs Provides data for Scintilla mouse events
Scrolling
Selection
SnippetChooser
SnippetLink
SnippetLinkRange
SnippetManager
Style
StyleChangedEventArgs Provides data for the StyleChanged event
StyleRun Defines a run of styled text in a Scintilla control
StyleRunWriter Provides a writer paradigm for building a StyleRun list and optionally the text that is being styled.
TextModifiedEventArgs Provices data for the TextModified event
TextRange
TextToFind
ToolStripIncrementalSearcher
TopLevelHelper Top level ScintillaHelpers Like Style and Folding inherit from this class so they don't have to reimplement the same Equals method
UndoRedo
UndoRedoFlags Contains Undo/Redo information, used by many of the events
UriDroppedEventArgs Provides data for the UriDropped event
Utilities
WhitespaceStringConverter
XpmConverter Converts Bitmap images to XPM data for use with ARCed.Scintilla. Warning: images with more than (around) 50 colors will generate incorrect XPM The XpmConverter class was based on code from flashdevelop.