Categories
|
opensource software
TabdirProducts: IntelliJ IDEA, AppCode, PhpStorm, PyCharm, RubyMine, WebStorm Vendor: Vladimir Rudev Email: N/A Website: https://github.com/crazyproger/Tabdir SourceCode: https://github.com/crazyproger/Tabdir License: http://www.apache.org/licenses/LICENSE-2.0 Description:Awesome replacement for IDEA's 'Show directory in editor tabs for non-unique filenames'. If you have same named files in different directories this plugin will allow you to have directory names added to tab labels. It only shows path differences so if you have "blog/controllers/index" and "news/controllers/index" it will add either [blog] or [news]. In setting tab 'Tabdir' you can control how prefixes will be formatted. Per-project configuration allow specify different formatting rules for each directory in project. To enable per-project configuration enable "Use per project configuration" checkbox(see screenshot №3) and reopen settings window(need close with Ok or Apply buttons). After this you will find 'Tabdir' configuration in project section(screenshot №4) in which different configurations can be specified. Note: that you should turn off IDE Settings → Editor tabs → Show directory in editor tabs for non-unique filenames.
9 updates are hidden
show all updates
Recent change notes:
General usage instructions:1. Install 2. Configure name reducing and processed file extensions 3. Open file with non-unique(in project) short name and see editor tab label Plugin create prefix of differences in pathes of opened files with non-unique names |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comments:
Would it be possible to give the directory a different color (e.g. grey). That way the contrast between file name and directory (location) is greater and results in faster recognition.
Functionality that you ask is present in latest version, but was broken from some build. I just reopened issue for this feature - https://github.com/crazyproger/Tabdir/issues/4
Will update plugin after issue fix.