-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed keyboard Short Cut. Provided room for viewing generated code for in pop up for already existing classes. File chooser is restricted to current project modules.
- Loading branch information
1 parent
d38e032
commit 2cffb8a
Showing
8 changed files
with
169 additions
and
49 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,45 @@ | |
<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. --> | ||
<vendor email="[email protected]" url="https://www.techconative.com">TechConative</vendor> | ||
|
||
<change-notes>><![CDATA[ | ||
<b>How to Use The Plugin</b><br> | ||
- Select the xml code.<br> | ||
- press Ctrl + Shift + ` shortcut and provide the details.<br> | ||
- Code will be generated at the specified location.<br> | ||
- Can run in any platform independent of OS. | ||
- Can just view generated code without writing. | ||
- Can get code in pop up for already created class and append the missing part. | ||
- you can go to action by pressing (⌘+Shift+A or Ctrl+Shift+A) and type plugin name and change the shortcut yourself. | ||
]]> | ||
</change-notes> | ||
|
||
<!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager. | ||
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag. | ||
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description --> | ||
<description><![CDATA[ | ||
Here is my short description for My GenerateMappings plugin.<br> | ||
<em>Generate</em> | ||
This is a productivity tool to be used when you're modernizing you're moving the mappings from Dozer to Mapstruct in your applications. | ||
With this plugin, | ||
<ol> | ||
<li>Select your <i><mapper></i>, <i><mappers></i> mapper definitions.</li> | ||
<li>Press shortcut to generate equivalent Mapstruct definitions in seconds.</li> | ||
</ol> | ||
What this solves, | ||
<ul> | ||
<li>Straight forward mapping definitions with fields and ignore fields.</li> | ||
<li>Mapid.</li> | ||
</ul> | ||
We'll be covering more cases of mapping in upcoming releases. | ||
Feel free to contribute to the <a href="https://github.com/techconative/DoStruct-plugin/tree/bugFix">source code</href> | ||
<em>With love from <a href="https://techconative.com/">TechConative<a> ❤️</em> | ||
]]></description> | ||
|
||
<!-- Product and plugin compatibility requirements. | ||
|
@@ -32,7 +65,7 @@ | |
<action id="com.techconative.actions.DozerTOMapperStructPlugin" class="com.techconative.actions.DozerTOMapperStructPlugin" | ||
text="DozerTOMapperStructPlugin" description="DozerTOMapperStructPlugin"> | ||
<add-to-group group-id="CodeCompletionGroup" anchor="last"/> | ||
<keyboard-shortcut keymap="$default" first-keystroke="shift BACK_QUOTE"/> | ||
<keyboard-shortcut keymap="$default" first-keystroke="shift ctrl BACK_QUOTE"/> | ||
</action> | ||
</actions> | ||
</idea-plugin> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.