logic: Fixed relative paths not working Code::Blocks project files (issue #663)
* Index non-target files if no others available
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
void no_target()
|
||||
{
|
||||
int b = 7;
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
void test()
|
||||
{
|
||||
int a = 42;
|
||||
}
|
||||
Reference in New Issue
Block a user