отображение инклудов
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user