From 7c77d027f50e0af92155874b865d674ac49ecff9 Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Thu, 23 Dec 2021 15:15:31 +0000 Subject: [PATCH 1/3] Update the short description for JetBrains marketplace --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32428f0..6f8bca8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # intellij-ghidra -A plugin that extends IDEA with a Ghidra launcher run configuration. +Adds support for Ghidra extensions and scripts written in Java to IntellIJ. +The following additional features have been added to the IDE: + +- Ghidra Framework facet and global library support +- Code Assistance from the Ghidra API +- Run Configuration integration to launch the current extension + ## Building @@ -24,4 +30,4 @@ gradle buildPlugin At the moment the only functionality available is configuring the IDE with the path to Ghidra, and a custom run configuration. This can be set up by configuring the Ghidra facet and then creating a _Ghidra Launcher_ run configuration, as shown below. -![Setup demonstration](https://github.com/garyttierney/intellij-ghidra/raw/master/media/intellij-ghidra-example.gif "Setup demonstration") +![Setup demonstration](https://github.com/garyttierney/intellij-ghidra/raw/main/media/intellij-ghidra-example.gif "Setup demonstration") From 87edf12a103d5b1cac78f031455308c6cecfe901 Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Thu, 23 Dec 2021 15:21:22 +0000 Subject: [PATCH 2/3] Update changelog for 0.3.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f47ae22..d92f02e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## [Unreleased] +### Changed +- Update README for JetBrains marketplace (#13). + +### Fixed +- Don't panic when searching an empty Gradle root by [agatti](https://github.com/agatti) (#11). + ## [0.2.0] ### Added - Add basic support for Headless mode. by @MatthewShao in https://github.com/garyttierney/intellij-ghidra/pull/1 From 08c6303246ee5fec467c920f05b78c62ab3bbf7c Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Thu, 23 Dec 2021 15:22:16 +0000 Subject: [PATCH 3/3] Fix GitHub x-refs for other contributors --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d92f02e..fe58b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,12 @@ ## [0.2.0] ### Added -- Add basic support for Headless mode. by @MatthewShao in https://github.com/garyttierney/intellij-ghidra/pull/1 -- Add build instructions and update IDEA version by @XVilka in https://github.com/garyttierney/intellij-ghidra/pull/3 +- Add basic support for Headless mode. by [MatthewShao](https://github.com/MatthewShao) in https://github.com/garyttierney/intellij-ghidra/pull/1 +- Add build instructions and update IDEA version by [XVilka](https://github.com/XVilka) in https://github.com/garyttierney/intellij-ghidra/pull/3 ### Changed - Re-based the repository on top of the IntelliJ Platform Plugin Template and integrated CI (#6). ### Fixed - Use project-level MessageBus instead of deprecated module-level (#4). -- fix config persistence issue. by @MatthewShao in https://github.com/garyttierney/intellij-ghidra/pull/2 +- fix config persistence issue. by [MatthewShao](https://github.com/MatthewShao) in https://github.com/garyttierney/intellij-ghidra/pull/2