отображение инклудов

This commit is contained in:
2025-04-16 14:16:38 +03:00
parent a0c45a2df0
commit 611194be8c
5 changed files with 29 additions and 61 deletions

View File

@@ -145,7 +145,7 @@ public class db_project_info extends DBObject {
public File Home = null;
public DefaultMutableTreeNode filesTreeRoot = null;
public ProjectDatabase db = null;
public LinkedHashMap<String, DBProjectFile> allIncludes = new LinkedHashMap<>();
public Vector<String> allIncludes = new Vector<>();
public SapforProperties sapforProperties = null;
DBLastProject info = null; //обновляется при открытии проекта.
public db_project_info() {