Sublime Forum

Hover on tab shows location, but cut off

#1

In my rails app, I’ve got long filenames, and deeply nested subdirectories. The location of a particular file is important information, so I can find related files in another subtree elsewhere in the project.

When the tab in question is on the right-hand side of the tablist, the hover goes past the edge of the screen. The attached screenshot shows how far the hover popup goes past the right edge of the application window. If the sublime window is at the right edge of the screen, then I’m unable to see the directories.

Even with using the sidebar, i can’t see the location of the currently selected file. Is there an option that I may have missed that allows the currently selected file to also show in the filetree, as well as the top list of open tabs? If not, that would be a nice feature, that I miss from Netbeans.

Thanks

0 Likes

#2

To show the file in the sidebar, right-click in the open view and choose “Reveal in Side Bar”. The current file should be highlighted in the Files section of the side bar.

0 Likes