mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
ide: Assist++ support for .iml files #580
git-svn-id: svn://ultimatepp.org/upp/trunk@6590 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c4d471c5f3
commit
f2ff0bb9e4
5 changed files with 65 additions and 31 deletions
|
|
@ -31,6 +31,7 @@ void ReQualifyCodeBase();
|
|||
void CodeBaseScanLay(const String& fn);
|
||||
void ScanLayFile(const char *fn);
|
||||
void ScanSchFile(const char *fn);
|
||||
void ScanImlFile(const char *fn);
|
||||
|
||||
String MakeCodeRef(const String& scope, const String& item);
|
||||
void SplitCodeRef(const String& ref, String& scope, String& item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue