@@ -63,7 +63,7 @@ public string GetFileName()
6363 public string UseCustomLauncher = "" ;
6464 public bool StartRoslynServerAtNppStartup = true ;
6565 public bool ImproveWin10ListVeiwRendering = true ;
66- public bool HideDevaultAssemblies = true ;
66+ public bool HideDefaultAssemblies = true ;
6767 public bool WordWrapInVisualizer = true ;
6868 public bool ListManagedProcessesOnly = true ;
6969 public bool RunExternalInDebugMode = true ;
@@ -153,7 +153,7 @@ public void Save()
153153 SetValue ( Section , nameof ( UseRoslynProvider ) , UseRoslynProvider ) ;
154154 SetValue ( Section , nameof ( StartRoslynServerAtNppStartup ) , StartRoslynServerAtNppStartup ) ;
155155 SetValue ( Section , nameof ( ImproveWin10ListVeiwRendering ) , ImproveWin10ListVeiwRendering ) ;
156- SetValue ( Section , nameof ( HideDevaultAssemblies ) , HideDevaultAssemblies ) ;
156+ SetValue ( Section , nameof ( HideDefaultAssemblies ) , HideDefaultAssemblies ) ;
157157 SetValue ( Section , nameof ( RestorePanelsAtStartup ) , RestorePanelsAtStartup ) ;
158158 SetValue ( Section , nameof ( UseCustomLauncher ) , UseCustomLauncher ) ;
159159 SetValue ( Section , nameof ( UpdateMode ) , UpdateMode ) ;
@@ -241,7 +241,7 @@ public void Open()
241241 RestorePanelsAtStartup = GetValue ( Section , nameof ( RestorePanelsAtStartup ) , RestorePanelsAtStartup ) ;
242242 UseCustomLauncher = GetValue ( Section , nameof ( UseCustomLauncher ) , UseCustomLauncher ) ;
243243 ImproveWin10ListVeiwRendering = GetValue ( Section , nameof ( ImproveWin10ListVeiwRendering ) , ImproveWin10ListVeiwRendering ) ;
244- HideDevaultAssemblies = GetValue ( Section , nameof ( HideDevaultAssemblies ) , HideDevaultAssemblies ) ;
244+ HideDefaultAssemblies = GetValue ( Section , nameof ( HideDefaultAssemblies ) , HideDefaultAssemblies ) ;
245245 UpdateMode = GetValue ( Section , nameof ( UpdateMode ) , UpdateMode ) ;
246246 VSProjectTemplatePath = GetValue ( Section , nameof ( VSProjectTemplatePath ) , VSProjectTemplatePath ) ;
247247 FloatingPanelsWarningAlreadyPropted = GetValue ( Section , nameof ( FloatingPanelsWarningAlreadyPropted ) , FloatingPanelsWarningAlreadyPropted ) ;
0 commit comments