The development continues at https://github.com/mallowigi/EditorGroups
Implementation of https://github.com/SomewhatCloudy/phpstorm-related-proposal
- 
Ctrl + Alt + Q- Refresh
- 
Ctrl + Alt + W- Switch Group popup
- 
Ctrl + Alt + Shift + W- Switch File popup
- 
Ctrl + Mouse WheelorCtrl + ; or '- switch file (closing the previous one)
- 
Ctrl + Alt + Mouse WheelorCtrl + Alt + ; or '- switch file (leaving the previous one opened)
- 
Ctrl + Shift + Mouse Wheel- switch file into a new window
- 
Ctrl + Left Button- open a file in a new tab
- 
Shift + Left Button- open a file in a new window
- 
Alt + Left Button- open a file in a vertical split window
- 
Alt + Shift + Left Button- open a file in a horizontal split window
- 
Middle Button- remove from group (only for Favorites)
- 
right click on the panel 
- 
File | Settings | Other Settings | Editor Groups
- 
@group.id myUniqueId- must be unique across the project, creates a new group if there is more than one (otherwise path+index is used, which breaks references on refactoring)
- 
@group.root ../../- root directory, by default the current file’s one; accepts macros, relative and absolute paths
- 
@group.related ./*
- 
@group.related *.txt
- 
@group.related file.*
- 
@group.related f??e.txt
- 
@group.related fileName(with all extensions, unless the file exists)
- 
@group.title yourTitle
- 
@group.color yellow(a name from https://www.w3schools.com/colors/colors_names.asp)
- 
@group.color yellow+3(or yellow+++ or yellow-3 or yellow--- for darker or brighter shade)
- 
@group.color #FF0096
- 
@group.color 0xFF0096
YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.


