All Projects → olivernybroe → Intellij Touch

olivernybroe / Intellij Touch

MacBook Touchbar support in IntelliJ

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Intellij Touch

Pebble Intellij
Pebble support for IntelliJ IDEA
Stars: ✭ 68 (-26.09%)
Mutual labels:  intellij, intellij-plugin
Phpinspectionsea
A Static Code Analyzer for PHP (a PhpStorm/Idea Plugin)
Stars: ✭ 1,211 (+1216.3%)
Mutual labels:  intellij, intellij-plugin
Sfcc Studio
Salesforce Commerce Cloud (SFCC) Studio Plugin for Jetbrains IDEs
Stars: ✭ 30 (-67.39%)
Mutual labels:  intellij, intellij-plugin
Intellij
📄 IntelliJ 사용법
Stars: ✭ 69 (-25%)
Mutual labels:  intellij, intellij-plugin
Intellij Haskell
IntelliJ plugin for Haskell
Stars: ✭ 1,169 (+1170.65%)
Mutual labels:  intellij, intellij-plugin
Intellij Sdk Docs
IntelliJ SDK Platform Documentation
Stars: ✭ 913 (+892.39%)
Mutual labels:  intellij, intellij-plugin
Idea Gitignore
.ignore support plugin for IntelliJ IDEA
Stars: ✭ 1,147 (+1146.74%)
Mutual labels:  intellij, intellij-plugin
Runconfigurationasaction
Provides a way to use IntelliJ run configurations as buttons
Stars: ✭ 17 (-81.52%)
Mutual labels:  intellij, intellij-plugin
Idea Php Drupal Symfony2 Bridge
PhpStorm plugin to support Symfony components inside Drupal 8
Stars: ✭ 34 (-63.04%)
Mutual labels:  intellij, intellij-plugin
Mongo4idea
MongoDB integration in Intellij
Stars: ✭ 966 (+950%)
Mutual labels:  intellij, intellij-plugin
Json2java4idea
A JSON to Java conversion plugin for Intellij IDEA and AndroidStudio.
Stars: ✭ 69 (-25%)
Mutual labels:  intellij, intellij-plugin
Intellij Arend
Arend plugin for IntelliJ IDEA
Stars: ✭ 67 (-27.17%)
Mutual labels:  intellij, intellij-plugin
Intellij Figlet
🔌A FIGlet-based ASCII Art generation plugin for IntelliJ based IDEs.
Stars: ✭ 27 (-70.65%)
Mutual labels:  intellij, intellij-plugin
Intellij Music
Play fancy music based on your keyboard activity in IDE
Stars: ✭ 28 (-69.57%)
Mutual labels:  intellij, intellij-plugin
Intellij jahia plugin
Jahia's definitions.cnd files syntax highlighting, code completion, and other amazing stuff
Stars: ✭ 19 (-79.35%)
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: ✭ 31 (-66.3%)
Mutual labels:  intellij, intellij-plugin
Acejump
🅰️ single character search, select, and jump
Stars: ✭ 786 (+754.35%)
Mutual labels:  intellij, intellij-plugin
Idea Php Symfony2 Plugin
IntelliJ IDEA / PhpStorm Symfony Plugin
Stars: ✭ 797 (+766.3%)
Mutual labels:  intellij, intellij-plugin
Grazi
Grammar checking and more for IntelliJ IDEA
Stars: ✭ 32 (-65.22%)
Mutual labels:  intellij, intellij-plugin
I18nplugin
Intellij idea i18next support plugin
Stars: ✭ 43 (-53.26%)
Mutual labels:  intellij, intellij-plugin

JetBrains plugins GitHub stars Jetbrains rating JetBrains Plugins

IntelliJ Touch Bar

cover

This plugin adds support for the MacBook Touch bar in IntelliJ IDE's.

Right now the plugin does not support automatic update of settings, so you have two ways of updating the touch bar

  • Restart the IDE
  • Go to Appearance & Behavior -> Menus and Toolbars -> Touch Bar and press the button.

This plugin has been deprecated. IntelliJ now has support for the Touch bar with the most of our features. No further development will be made, instead we recommend you to update to IntelliJ 2018.2 or above for Touch bar support. If you would like to contribute, then do it directly to IntelliJ instead.

Features

  • Customizable
  • MacBook Pro Touch Bar
  • Uses IntelliJ's structure for setup

Automatic install

The plugin can be found here on Intellij's plugin page.

  • Go To Preferences -> Plugins -> Browse repositories...
  • Search for intellij-touch and install
  • Restart the IDE and you are up and running!

Manual install

  • Download latest release from release page.
  • Go to Preferences -> Plugins -> Install plugin from disk... and select the file.
  • Restart your IDE and you are good to go!

Configuration

For setting up the touch bar, go to Appearance & Behavior -> Menus and Toolbars.
There Should now be a new menu called Touch Bar, from here you can just add items to the menu like you normally would.

Works best with actions from Main Menu as they often contains icons.

It could for example be like this

settings

Which would generate the following

example

Plugin developers

If you have a plugin and would like to add support for the touch bar, you can do it easily by adding custom actions in your own actionGroup.

Remember to add icons!

plugin_devs

Built with

  • JTouchBar - Java library for using the touchbar API on supported macbooks. Thanks @Thizzer
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].