User forums > Using Code::Blocks

Different codeblocks projects with same filenames

(1/1)

mariocup:
Hi,

I am using codeblocks with different projects that contain the same filenames. As the tabs in the editor show only the filename I can not distinguish the files. The only way is to edit the properties to see to which project the file belongs.
It would be nice if something like a tooltip is shown (contain the project name) if the mouse moves over the tab of the file.

How does other developers work with such projects. Any suggestion?

Bye,

Mario

MortenMacFly:

--- Quote from: mariocup on May 03, 2007, 12:48:12 pm ---How does other developers work with such projects. Any suggestion?

--- End quote ---
Settings -> Editor... -> General settings -> activate "relative filename"
...this should make a little more clear.
With regards, Morten.

mariocup:
Hi MortenMacFlay,

sorry, I do not described the scenario in detail.
I am using relative path name. But I have e.g. the following structure:
project1
- h
- src/test.c

project2
- h
- src/test.c

If test.c of project 1 and test.c of project 2 are opened I see for both files the relative path src/test.c and I can not distinguish them.

Bye,

Mario


MortenMacFly:

--- Quote from: mariocup on May 03, 2007, 04:46:52 pm ---If test.c of project 1 and test.c of project 2 are opened I see for both files the relative path src/test.c and I can not distinguish them.

--- End quote ---
Await revision >=3926. I've added an appropriate menu item to the notebook's tab menu.
With regards, Morten.

mariocup:
Thx Morten,

I will check it tomorrow. :D

Bye,

Mario

Navigation

[0] Message Index

Go to full version