eclipse shortcut xml for jdeveloper - eclipse

Can someone please provide the eclipse shortcut xml to load it in jdeveloper?
thanks in advance.
I have tried to load keyboard schemes from eclipse in jdeveloper. But it is not helping. In order to import the shortcuts by the import option, I need the shortcut xml.

There is already Eclipse key mapping in JDeveloper - no need to import. Do this:
Preferences->Shortcut Keys->More Actions->Load Keyboard Schema
Eclipse is one of the options there.

Related

PhpStorm Shopware plugin shortcut 'swconfig' does NOT work

In PhpStorm I've installed the plugin "Shopware", and it works for most of the cases.
But when I tried to use the Live Template shortcut swconfig in PhpStorm for calling up some default configurations of Shopware, this shortcut did NOT exist/work at all.
What's the problem? Should I do some other configurations to enable this shortcut in the plugin?
I hope someone can help me in this.
You have to download the settings.jar file from the "Shopware Developer Training Basic" Udemy course.
In Phpstorm open the Menu File -> Import Settings and select the downloaded settings.jar

What can i use to create db scheme in eclipse?

I want to create db scheme in eclipse, but dont know what can i use for this. I try ERMaster http://ermaster.sourceforge.net/content/manual/en/index.html#3.1. . But it looks terrible. Can you tell me simple plug in for eclipse what can import db and show it's scheme?
ER-diagram-editor for eclipse
DB-schema-viewer for eclipse
Also this one isn't bad, but is not a plugin or extension for eclipse.
Jailer isn't an Eclipse plug-in but it is great for visualizing database tables.
I hope the following steps will solve for your request.
download jar file from here.
copy it in to the eclipse drop-in folder (example path: C:\eclipse\dropins).
restart eclipse.
then go through File->New->Other->ERMaster and create ER file.
Here is my reference link

Is there an IntelliJ Keymapping plugin for Eclipse?

I am an old IntelliJ user, now working on a project that requires Eclipse.
I don't mind learning the Eclipse default keyboard shortcuts where they exist, but so many operations don't have shortcuts assigned (grrrr!)
I was wondering if there is any plugin that would automatically assign the IntelliJ defaults to any action that does not already have a mapping?
As an alternative I guess I could also use a plugin that just wipes out all of the Eclipse defaults and replaces them with the IntelliJ versions.
Or do I have to just go and manually replace them all one by one :( ?
The IdeaKeyScheme plugin was just developed by one guy that wanted the same thing. Source and binary are available. I haven't tried it myself, but many people use it with great success. It seems to be the only thing out there.
If you're concerned about keyboard mappings, the Key Promoter plugin for Eclipse (known as MouseFeed) will be a big help, too. There's also an IntelliJ version. I highly recommend this plugin for productivity enhancement.
Installation and enabling IdeaKeyScheme plugin
For Eclipse: add jar file to eclipse/dropins/plugins folder.
Restart Eclipse.
Open Window → Preferences → General → Keys and select the scheme "Intellij Idea".
I wanted the same thing since I predominantly use IntelliJ IDEA. Found this on the eclipse market place and up to now it has the same keymappings.
Activate it by going to :
Window >> Preferences >> General >> Keys : change the scheme to : IntelliJ IDEA
https://marketplace.eclipse.org/content/intellij-idea-keymap-eclipse
You may add a key map as described here:
http://www.jroller.com/santhosh/entry/intellij_idea_key_scheme_for
The plugin itself is:
http://jroller.com/santhosh/resource/IdeaKeyScheme.jar
You need just to put the jar file into eclipse/plugins and restart IDE. It works on Luna just fine!
Open your eclipse software
Drag and drop Installer button from
https://marketplace.eclipse.org/content/intellij-idea-keymap-eclipse
in your always open eclipse
and that's all
It turns out that in IntelliJ, by default you can choose a keymap scheme. So you can just apply the Eclipse Shortcuts without any plugin.
Just press CTRl + `
Details here
http://zeroturnaround.com/rebellabs/getting-started-with-intellij-idea-as-an-eclipse-user/4/

How to configure findbugs plugin in eclipse?

Can anyone help me to configure findbugs plugin in eclipse , so that i can create an xml file and import it and export it as well?? i configured the PMD and CheckStyle plugins by creating a xml file for both and imported it in eclipse but in findbugs there is no such option of importing files or to configure as well. I tried the option filter files in findbugs but it did not work. If anyone have done it before or know anything about it your suggestions are deeply appreciated.
Thanks in advance!
Got the same Problem. Actually its really simple.
In Eclipse:
File -> Export -> General -> Preferences
If you click next you will find several Preferences to export. You will also find Findbugs Preferences.
If you want to import the settings to another Eclipse just use:
File -> Import -> General -> Preferences and select the exported File ;)
Hope that helps!
Sorry cant post any images because im new here...
You can use a 'filter file'. In eclipse, go to:
Window --> Preferences --> Java --> FindBugs --> Filter files (tab) --> In Include filter files select Add..
Then choose your xml configuration file (It may be the one exported from Sonar configuration that Kayser talked about).
In Eclipse go to
Help -> Install New Softare
------>click on Add button
Name- Find Bug
Location- http://findbugs.cs.umd.edu/eclipse
---------click on OK button
Accept the licence key(When u installed u can see licence check box ) and Restart Eclipse

Eclipse autocomplete in xml editor

How to configure eclipse to autocomplete at least class full path on Ctrl+Space in xml editor?
I am using springsource tool suite (its same eclipse), there IDE understands when it is beans config file and auto complete works. But elsewhere in just xml file, this doesn't work :(
You can try Rinzo XML editor if you like which does what you are asking for:
http://editorxml.sourceforge.net/
Best Regards!
perfect! But I wonder why eclipse Mars do not have "Other Java Proposals" in Java > Editor > Content Assit -> Advanced.