Tabdir icon indicating copy to clipboard operation
Tabdir copied to clipboard

IntelliJ IDEA plugin for adding path chunks to file tabs

Results 11 Tabdir issues
Sort by recently updated
recently updated
newest added

As requested, the issue of missing folders with screenshots: This 'root directory' option on the plugin page does not exist ![image](https://user-images.githubusercontent.com/103638597/170009283-a4f23074-ada4-474a-a980-09ef2e2bbb40.png) This is the properties overview on macOS, IntelliJ IDEA...

Firstly, thank you **very much** for creating this very useful plugin! It seems I can't get the plugin to work. I have _Max number of dirs to show_ set to...

Makes no difference to tab appearance, no changes to any settings make any difference. As a result, doesn't allow for sorting tabs with similarly-named files based on their filename. Installed...

I'd prefer to get the normal file name (without directories) in most cases and only have the directories visible as soon as I open up another file with the same...

Here's a suggestion to make the reduced dir names in the editor tabs even shorter, yet readable. For example I have now a couple of tabs that are for the...

File name group always must be in title pattern, if it doesn't than pattern is invalid.

Updated to recent PhpStorm 2022.2 Build #PS-222.3345.135, built on July 28, 2022 and started to get exception notice in PHPStorm on every startup. IDE works, plugin works too, but exceptions...

java.lang.Throwable: Control-flow exceptions (e.g. this class com.intellij.openapi.progress.JobCanceledException) should never be logged. Instead, these should have been rethrown if caught. at com.intellij.openapi.diagnostic.Logger.ensureNotControlFlow(Logger.java:302) at com.intellij.idea.IdeaLogger.doLogError(IdeaLogger.java:151) at com.intellij.idea.IdeaLogger.error(IdeaLogger.java:142) at com.intellij.openapi.diagnostic.Logger.error(Logger.java:236) at ru.crazycoder.plugins.tabdir.SameFilenameTitleProvider.getEditorTabTitleInternal(SameFilenameTitleProvider.java:77) at...

Using IntelliJ IDEA 2023.1 Ultimate. On startup and every now and then, this exception trace is thrown, causing an IDE error: ``` java.lang.Throwable: Control-flow exceptions (e.g. this class com.intellij.openapi.progress.JobCanceledException) should...