예제 #1
0
        protected internal override void FocusOut()
        {
            base.FocusOut();

            focusMarkers = null;
            focusedIndex = 0;

            editor.RedrawMargin(this);
        }
예제 #2
0
 bool AnimationStage_ActorStep(Actor <FoldMarkerMargin> actor)
 {
     drawer.FoldMarkerOcapitiy = fadeIn ? actor.Percent : 1.0 - actor.Percent;
     editor.RedrawMargin(this);
     return(true);
 }
예제 #3
0
 void HandleEditorDocumentFoldTreeUpdated(object sender, EventArgs e)
 {
     editor.RedrawMargin(this);
 }
예제 #4
0
 void HandleEditorDocumentFoldTreeUpdated(object sender, EventArgs e)
 {
     UpdateAccessibility();
     editor.RedrawMargin(this);
 }