https://github.com/hajdam/guipopup-netbeans-plugin
Plugin for NetBeans registering default popup menu and GUI inspect tool
https://github.com/hajdam/guipopup-netbeans-plugin
netbeans-plugin
Last synced: 2 months ago
JSON representation
Plugin for NetBeans registering default popup menu and GUI inspect tool
- Host: GitHub
- URL: https://github.com/hajdam/guipopup-netbeans-plugin
- Owner: hajdam
- License: apache-2.0
- Created: 2019-07-18T22:34:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T20:01:07.000Z (12 months ago)
- Last Synced: 2025-04-06T01:11:09.847Z (6 months ago)
- Topics: netbeans-plugin
- Language: Java
- Homepage:
- Size: 738 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
GUI Popup & Inspect - NetBeans 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 dialogHomepage: https://github.com/hajdam/guipopup-netbeans-plugin
Published as: https://plugins.netbeans.apache.org/catalogue/?id=17
Previously: http://plugins.netbeans.org/plugin/76228/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 mouseCompiling
---------Java Development Kit (JDK) version 8 or later is required to build this project.
For project compiling Gradle build system is used: https://gradle.org
You can either download and install gradle or use gradlew or gradlew.bat scripts to download separate copy of gradle to perform the project build.
Build commands: "gradle build" and "gradle nbm"
License
-------Apache License, Version 2.0 - see LICENSE.txt