https://github.com/hajdam/guipopup-intellij-plugin
Plugin for IntelliJ platform registering default popup menu and GUI inspect tool
https://github.com/hajdam/guipopup-intellij-plugin
android-studio-plugin intellij-plugin jetbrains-plugin
Last synced: 4 months ago
JSON representation
Plugin for IntelliJ platform registering default popup menu and GUI inspect tool
- Host: GitHub
- URL: https://github.com/hajdam/guipopup-intellij-plugin
- Owner: hajdam
- License: apache-2.0
- Created: 2019-07-20T19:11:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T18:35:27.000Z (over 1 year ago)
- Last Synced: 2025-07-27T21:46:12.582Z (11 months ago)
- Topics: android-studio-plugin, intellij-plugin, jetbrains-plugin
- Language: Java
- Homepage:
- Size: 422 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
GUI Popup & Inspect - IntelliJ Plugin
=====================================
Registers popup menu and inspect function for all regular components in IDE.
- Use right click or Shift-F10 to show typical popup menu on various input boxes.
- Use Alt + Shift + Ctrl/Mac + F12 to show component inspect dialog
Homepage: https://github.com/hajdam/guipopup-intellij-plugin
Published as: https://plugins.jetbrains.com/plugin/12762-gui-popup--inspect
Screenshot
----------

Features
--------
- Show popup menu with clipboard cut/copy/paste actions delete, select-all and some utilities actions
- Supported components JTextComponent, JList, JTable
- Shows inspect dialog with values readable by reflections for component currently pointed on with mouse
Compiling
---------
Java Development Kit (JDK) version 17 or later is required to build this project.
IntelliJ Idea platform 2023.2.1 is necessary for build of this plugin. See. https://jetbrains.org
License
-------
Apache License, Version 2.0 - see LICENSE.txt