상속: GenericThemeHolder
예제 #1
0
 /// <summary>
 /// Called when the list of themes is imported
 /// </summary>
 public static void ImportList()
 {
     _listOfThemes.Clear();
     _currentTheme = null;
     Plug.ApplyOptionsForScintilla();
 }
예제 #2
0
파일: Style.cs 프로젝트: jcaillon/3P
 /// <summary>
 /// Called when the list of themes is imported
 /// </summary>
 public static void ImportList()
 {
     _listOfThemes.Clear();
     _currentTheme = null;
     Plug.DoNppDocumentSwitched();
 }
예제 #3
0
 /// <summary>
 /// Called when the list of themes is imported
 /// </summary>
 public static void ImportList()
 {
     _listOfThemes.Clear();
     _currentTheme = null;
     Plug.DoNppDocumentSwitched();
 }