예제 #1
0
        void SetOptions()
        {
            var name = IdeServices.FontService.FilterFontName(IdeServices.FontService.GetUnderlyingFontName("Editor"));

            hexEditor.Options.FontName = name;
            hexEditor.PurgeLayoutCaches();
            hexEditor.Repaint();
        }
예제 #2
0
 public void Repaint()
 {
     editor.Repaint();
 }
예제 #3
0
 void SetOptions()
 {
     hexEditor.Options.FontName = MonoDevelop.SourceEditor.DefaultSourceEditorOptions.Instance.FontName;
     hexEditor.PurgeLayoutCaches();
     hexEditor.Repaint();
 }