All Projects → krasa → EditorGroups

krasa / EditorGroups

Licence: Apache-2.0 license
IntelliJ plugin prototype of https://youtrack.jetbrains.com/issue/IDEA-12130#comment=27-2838171

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to EditorGroups

intellij-autohotkey
AutoHotkey plugin for the Jetbrain's IntelliJ platform
Stars: ✭ 30 (+87.5%)
Mutual labels:  intellij, intellij-plugin
aemtools
AEM Tools is Intellij IDEA plugin containing Adobe Experience Manager related features
Stars: ✭ 49 (+206.25%)
Mutual labels:  intellij, intellij-plugin
AppleScript-IDEA
AppleScript support for IntelliJ IDEs
Stars: ✭ 21 (+31.25%)
Mutual labels:  intellij, intellij-plugin
dummytext-plugin
"Dummy Text Generator" plugin for Jetbrains IDEs
Stars: ✭ 31 (+93.75%)
Mutual labels:  intellij, intellij-plugin
highlight-bracket-pair
🎉Highlight bracket pair plugin for intellij
Stars: ✭ 25 (+56.25%)
Mutual labels:  intellij, intellij-plugin
idea-carbon-now-sh
IntelliJ IDEA plugin to open the selected code in https://carbon.now.sh
Stars: ✭ 27 (+68.75%)
Mutual labels:  intellij, intellij-plugin
android-studio-plugin
Integrate your Android project with Crowdin
Stars: ✭ 52 (+225%)
Mutual labels:  intellij, intellij-plugin
aem-intellij-plugin
IntelliJ Platform plugin for AEM (Adobe Experience Manager).
Stars: ✭ 26 (+62.5%)
Mutual labels:  intellij, intellij-plugin
interstellar
Dark editor theme for JetBrains IDEs
Stars: ✭ 26 (+62.5%)
Mutual labels:  intellij, intellij-plugin
intellij-neos
Support for the Neos CMS in Intellij IDEA / PhpStorm
Stars: ✭ 37 (+131.25%)
Mutual labels:  intellij, intellij-plugin
JetBrainsCopilot
✈️ IDE plugin for the IntelliJ platform which adds GitHub Copilot support. (VERY WIP)
Stars: ✭ 155 (+868.75%)
Mutual labels:  intellij, intellij-plugin
Squaretest
Tracks issues for the Squaretest plugin for IntelliJ IDEA
Stars: ✭ 32 (+100%)
Mutual labels:  intellij, intellij-plugin
idea-return-highlighter
Highlight return keywords.
Stars: ✭ 24 (+50%)
Mutual labels:  intellij, intellij-plugin
IntelliJ-IDEA-Translate2Chinese
Chinese ​(Simplified)​ Language Pack EAP v201.15 魔改进行中...
Stars: ✭ 14 (-12.5%)
Mutual labels:  intellij, intellij-plugin
TranslationPlugin
Translation plugin for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio.
Stars: ✭ 9,375 (+58493.75%)
Mutual labels:  intellij, intellij-plugin
CpuUsageIndicator
IntelliJ plugin https://plugins.jetbrains.com/plugin/8580?pr=idea
Stars: ✭ 19 (+18.75%)
Mutual labels:  intellij, intellij-plugin
intellij-blackconnect
IDEA plugin for using black[d] during Python development.
Stars: ✭ 55 (+243.75%)
Mutual labels:  intellij, intellij-plugin
gradle-dependencies-plugins-helper-plugin
This is an IntelliJ IDEA plugin for searching dependencies/plugins from JCentral/GradlePlugins inside Gradle projects.
Stars: ✭ 33 (+106.25%)
Mutual labels:  intellij, intellij-plugin
ansible-vault-editor-idea-plugin
Ansible Vault Editor IntelliJ Plugin with auto encryption/decryption
Stars: ✭ 29 (+81.25%)
Mutual labels:  intellij, intellij-plugin
gitmoji-intellij-plugin
Intellij plugin for add a button on the commit dialog to add gitmoji
Stars: ✭ 35 (+118.75%)
Mutual labels:  intellij, intellij-plugin

Types of groups

  • favorites

  • manually defined in *.egroups file (with language support) or in any other file

    • does not support refactoring yet

  • by the current file name (without extension) anywhere in the project

  • by regex (supporting regex groups, defined in Settings) - #5 #21

  • by folder

  • bookmarks

Shortcuts

  • Ctrl + Alt + Q - Refresh

  • Ctrl + Alt + W - Switch Group popup

  • Ctrl + Alt + Shift + W - Switch File popup

  • Ctrl + Mouse Wheel or Ctrl + ; or ' - switch file (closing the previous one)

  • Ctrl + Alt + Mouse Wheel or Ctrl + Alt + ; or ' - switch file (leaving the previous one opened)

  • Ctrl + Shift + Mouse Wheel - switch file into a new window

Tab click modifiers

  • 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)

Advanced actions and settings

  • right click on the panel

  • File | Settings | Other Settings | Editor Groups

Manually Defined Group Syntax

  • @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

Relative paths to the current file

  • @group.related file.txt

  • @group.related ../file.txt

Absolute paths

  • @group.related C:/file.txt

  • @group.related /file.txt

Macros

  • @group.related MODULE/src/file.txt

  • @group.related PROJECT/myModule/src/file.txt

Wildcards

  • @group.related ./*

  • @group.related *.txt

  • @group.related file.*

  • @group.related f??e.txt

  • @group.related fileName (with all extensions, unless the file exists)

Exact filename anywhere in the project

  • @group.related */foo/file.txt

All files with the same name anywhere in the project

  • @group.related */foo/file.*

Tab/Title customization

Other

  • @group.disable (disables indexing of the current file)

Regex groups

regexSettings

yklogo

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].