Inheritance: 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();
 }