no message

This commit is contained in:
2024-10-22 20:18:50 +03:00
parent c160a20d06
commit cee06af384
8 changed files with 12 additions and 10 deletions

View File

@@ -205,9 +205,7 @@ public class Global {
components.put(ComponentType.PerformanceAnalyzer, performanceAnalyzer = new PerformanceAnalyzer());
components.put(ComponentType.Instruction, new Instruction());
//-
for (Component component : components.Data.values())
// if (component.isVisible())
component.InitialVersionCheck();
components.initialVersionsCheck();
//-
AbstractTokenMakerFactory atmf = (AbstractTokenMakerFactory) TokenMakerFactory.getDefaultInstance();
atmf.putMapping("text/FortranSPF", "_VisualDVM.Visual.Syntax.FortranSPFTokenMaker");