mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-17 14:22:37 -06:00
developing indexer/navigator
This commit is contained in:
parent
43276ce7d1
commit
ba681dbc3b
28 changed files with 466 additions and 535 deletions
|
|
@ -887,7 +887,7 @@ String Ide::GetCurrentIncludePath()
|
|||
Host host;
|
||||
CreateHost(host, false, false);
|
||||
One<Builder> b = CreateBuilder(&host);
|
||||
Index<String> cfg = PackageConfig(wspc, GetPackageIndex(), GetMethodVars(method), mainconfigparam, host, *b);
|
||||
Index<String> cfg = PackageConfig(wspc, max(GetPackageIndex(), 0), GetMethodVars(method), mainconfigparam, host, *b);
|
||||
Index<String> pkg_config;
|
||||
for(int i = 0; i < wspc.GetCount(); i++) {
|
||||
const Package& pkg = wspc.GetPackage(i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue