Source insight does not show the full path to the file in the title bar

Note that I opened the file E:\code\module1\souce\temp.c in scoure insight, then in the title bar of the scroll source it will display the path as temp.c(E:\code\..\source) .

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

+8
filepath titlebar source-insight
source share
2 answers

Options → Preferences → Display → Long Track Names with Ellipses

+10
source share

This feature is not available in SI at this time in the free trial.

+2
source share

All Articles