Inheritance: GenericThemeHolder
Exemplo n.º 1
0
 /// <summary>
 /// Called when the list of themes is imported
 /// </summary>
 public static void ImportList()
 {
     _listOfThemes.Clear();
     _currentTheme = null;
     Plug.ApplyOptionsForScintilla();
 }
Exemplo n.º 2
0
Arquivo: Style.cs Projeto: jcaillon/3P
 /// <summary>
 /// Called when the list of themes is imported
 /// </summary>
 public static void ImportList()
 {
     _listOfThemes.Clear();
     _currentTheme = null;
     Plug.DoNppDocumentSwitched();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Called when the list of themes is imported
 /// </summary>
 public static void ImportList()
 {
     _listOfThemes.Clear();
     _currentTheme = null;
     Plug.DoNppDocumentSwitched();
 }