Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Source Insight is not displaying the full path of a file in the title bar

Consider that I have opened a file, E:\code\module1\souce\temp.c, in Source Insight. Then in the Source Insight title bar it will display the path as temp.c(E:\code\..\source).

But I want it to display like temp.c (E:\code\module1\source). How can I achieve this?

like image 748
rashok Avatar asked Nov 29 '11 11:11

rashok


People also ask

How do I get the full path of a filename?

A path may contain the drive name, directory name(s) and the filename. To extract filename from the file, we use “GetFileName()” method of “Path” class. This method is used to get the file name and extension of the specified path string. The returned value is null if the file path is null.

How do I use Source Insight in Windows?

You can just double click on a local or global symbol, and Source Insight takes you to the definition, or can pop up a quick information window. You can click on a symbol, and within seconds, have a list of all references to that symbol anywhere in the project.


1 Answers

Menu OptionsPreferenceDisplayTrim Long Path Names With ellipses

like image 84
Deqing Avatar answered Oct 22 '22 21:10

Deqing