forked from crazyproger/Tabdir
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from vlascik/regexes-for-tab-titles
Regexes for tab titles
- Loading branch information
Showing
24 changed files
with
259 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,6 @@ | |
/build | ||
/out | ||
/tabdir.jar | ||
/tabdir redux.jar | ||
/tabdir redux.zip | ||
/build.properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,37 @@ | ||
Tabdir description and screenshots are [here](http://plugins.intellij.net/plugin/?idea&id=5045) | ||
# Tabdir Redux | ||
|
||
This plugin will allow you to have directory names added to tab labels, and use various ways to shorten them, including regex. | ||
|
||
This is an updated and extended fork of IntelliJ plugin **Tabdir**, originally found at [crazyproger/Tabdir](https://github.com/crazyproger/Tabdir) and IntelliJ Plugin Marketplace [here](https://plugins.intellij.net/plugin/?idea&id=5045). | ||
|
||
You can install this fork of the plugin from the IntelliJ Marketplace [here](https://plugins.jetbrains.com/plugin/24528-tabdir-redux). You will have to uninstall the old version first. | ||
|
||
## Screenshots | ||
|
||
![Screenshot1](docs/screenshot1.png "Screenshot1") | ||
|
||
## Description | ||
|
||
Awesome replacement for IDEA's 'Show directory in editor tabs for non-unique filenames'. This plugin will allow you to have directory names | ||
added to tab labels. It can also show only path differences, so if you have `blog/controllers/index` and `news/controllers/index`, it will | ||
add either `[blog]` or `[news]`. You can control how prefixes will be formatted in Settings tab 'Tabdir'. | ||
|
||
Tip: If you're having trouble managing dozens of open files, try enabling vertical tabs and 'Sort tabs alphabetically'. | ||
|
||
## Features | ||
|
||
* add file's path to tab title | ||
* shorten the file's path in table title, limit folder name length and number of nested folders | ||
* configure different tab prefixes for any folder | ||
* set empty path prefixes - if the file's path is shortened to an empty string, e.g. file is at top level of a folder, you can assign it a | ||
custom prefix to keep these files ordered together | ||
* regex replacements for tab titles | ||
|
||
## Configuration | ||
|
||
Per-project configuration allows specifying different formatting rules for each directory in project. | ||
|
||
To enable per-project configuration, enable "Use per project configuration" checkbox and reopen settings window (needs close with Ok or | ||
Apply buttons). After this you will find 'Tabdir Project Settings' configuration in "Other Settings". | ||
|
||
Note: you should turn off IDE Settings → Editor tabs → Show directory in editor tabs for non-unique filenames. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.