forked from tiger4th/vertical-tabs
-
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.
* Added an ability to customize tab height and intends manually; * Fixed bugs with shrinking tabs down to 0px with the `Over tree view` tabs placement
- Loading branch information
1 parent
f5cfda5
commit 180bc7a
Showing
6 changed files
with
117 additions
and
64 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 |
---|---|---|
@@ -1,11 +1,16 @@ | ||
## 1.0.0 (08 Nov 2017) | ||
## 2.1.0 (09 Nov 2017) | ||
* Added an ability to customize tab height and intends manually; | ||
* Fixed bugs with shrinking tabs down to 0px with the `Over tree view` tabs placement. | ||
|
||
## 2.0.0 (08 Nov 2017) | ||
* Completely rewritten styles and code, still based on the original tiger4th's package; | ||
* Corrected small interface flaws like weird space between tabs, 1px shift when dragging tabs, missing left border for a first tab, double borders in other places and so on; | ||
* Added an ability to switch tabs by scrolling (inspired by the same named option of the Vivaldi browser); | ||
* Tabs can be placed over the projects folders (a.k.a. tree view). It's still beta so there can be bugs (like descriebed); | ||
* Works best with the default theme (One Light/Dark) but should work with other themes too. Is tested with [https://atom.io/themes/nord-atom-ui](Nord) and [https://atom.io/themes/atom-material-ui](Material) themes; | ||
* It's the first release of this forked package so there still can be bugs and flaws. | ||
|
||
Known bugs: | ||
### Known bugs: | ||
* Some special tabs like Settings or About can't be moved when the `Over tree view` tabs placement is chosen. Instead or sorting, tab just docks near the tree view (other tabs don't have that problem since they can't be docked). Currently I have no idea how to fix that but you can press `Esc` if you accidentally dragged the tab and didn't release mouse button yet. | ||
* Tab switching with scrolling doesn't work when the main pane (e.g. code editor) isn't focused. | ||
* Tab switching with scrolling doesn't work when the main pane (e.g. code editor) isn't focused. | ||
|
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
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
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