EditorConfig plugin for the Eclipse IDE
分类: Eclipse Coding
-
Symfony Eclipse Plugin
Requirements
- Java 8
- Eclipse 4.8 (Photon)
- PDT 6.0
-
Eclipse plugin adding support for MyBatis SQL Mapper Framework
MyBatipse : Eclipse plugin for MyBatis
MyBatis is a popular SQL Mapper framework.
And MyBatipse is an Eclipse plug-in which provids content assists and validations when editing MyBatis related files.
-
Eclipse Markdown Editor Plugin
Edit .md and .txt files with syntax highlighting.
Provides Outline and Preview HTML views. -
A Java Decompiler Eclipse plugin
JD-Eclipse
JD-Eclipse, a Java decompiler plug-in for the Eclipse platform.
- Java Decompiler projects home page: http://java-decompiler.github.io
- Java Decompiler Wikipedia page: http://en.wikipedia.org/wiki/Java_Decompiler
- JD-Eclipse source code: https://github.com/java-decompiler/jd-eclipse
Description
JD-Eclipse is a plug-in for the Eclipse platform. It allows you to display all the Java sources during your debugging process, even if you do not have them all.
How to build JD-Eclipse ?
With Gradle:
> ./gradlew installSiteDist
generate “build/install/jd-eclipse-site”
With Eclipse:
- Download dependencies
> ./gradlew downloadDependencies
- Launch Eclipse,
- Import the 3 “Existing Projects into Workspace” by selecting the parent project folder,
- Export “Deployable features”,
- Copy “site.xml” to the destination directory.
How to install JD-Eclipse ?
- Build or download & unzip “jd-eclipse-site-x.y.z.zip”,
- Launch Eclipse,
- Click on “Help > Install New Software…”,
- Click on button “Add…” to add an new repository,
- Enter “JD-Eclipse Update Site” and select the local site directory,
- Check “Java Decompiler Eclipse Plug-in”,
- Next, next, next… and restart.
How to check the file associations ?
Click on “Window > Preferences > General > Editors > File Associations”
- “*.class” : Eclipse “Class File Viewer” is selected by default.
- “*.class without source” : “JD Class File Viewer” is selected by default.
How to configure JD-Eclipse ?
Click on “Window > Preferences > Java > Decompiler”
How to uninstall JD-Eclipse ?
- Click on “Help > About Eclipse > Installation Details”,
- Select “JD-Eclipse Plug-in”,
- Click on “Uninstall…”.
-
Plugin for sbt to create Eclipse project definitions
Installation and Basic Usage
- Open your plugin definition file (or create one if doesn’t exist). You can use either:
- the global file (for version 0.13 and up) at ~/.sbt/SBT_VERSION/plugins/plugins.sbt
- the project-specific file at PROJECT_DIR/project/plugins.sbt
- Add sbteclipse to the plugin definition file:
- Version 6.x+ will only support SBT 1.0+ when it is released. Use 5.2.4 or older for previons versions of SBT
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
- In sbt use the command
eclipse
to create Eclipse project files> eclipse - In Eclipse use the Import Wizard to import Existing Projects into Workspace
Contribution policy
- Open your plugin definition file (or create one if doesn’t exist). You can use either:
-
Eclipse Plugin for Hadoop 2.2.0 , 2.4.1
Eclipse Plugin for Hadoop 2.2.0 , 2.4.1
-
Eclim
Eclim
The power of Eclipse in your favorite editor.
Eclim provides the ability to access Eclipse code editing features (code completion, searching, code validation, and many more) via the command line or a local network connection, allowing those features to be integrated with your favorite editor. Eclim provides an integration with Vim, but third party clients have been created to add eclim support to other editors as well (emacs, sublime text 2, textmate).
-
Vim-like editing in Eclipse
Vrapper is an Eclipse plugin which acts as a wrapper for Eclipse text editors to provide a Vim-like input scheme for moving around and editing text.