C# plugin for Eclipse

Emonic is an actual eclipse plugin for C#: http://emonic.sourceforge.net/. Here’s a handy guide for how to get it set up: http://www.ibm.com/developerworks/library/os-eclipse-migratenetvs/ Monodevelop is great, but won’t meet your requirement not to have to work in multiple IDEs.

Eclipse JavaScript Editor: content assist for js files, autocompletion

I just figured out how to obtain js content assist in Eclipse JavaScript editor (without Aptana plugins): If the project type doesn’t natively contain JavaScript Support: open Web (or JavaScript) perspective, right-click on the project and select Web Development Support > Add JavaScript Support (this won’t hurt if JavaScript support is already present) then right-click … Read more

Java 8 & Missing required capability Require-Capability: osgi.ee; filter=”(&(osgi.ee=JavaSE)(version=1.8))”

The error means that your bundle has a Require-Capability: osgi.ee; filter=”(&(osgi.ee=JavaSE)(version=1.8))” entry in its manifest. So this means the bundle will only start when there is a bundle that provides this capability. In case of the osgi.ee capability it is the OSGi framework (equinox) that should provide this capability. Apparently it does not do this. … Read more

Gradle compileJava task warning: [options] bootstrap class path not set in conjunction with -source 1.6

You can bootstrap class path using bootClasspath option: apply plugin: ‘java’ sourceCompatibility = 1.6 targetCompatibility = 1.6 compileJava.options.bootClasspath = “$JDK6_HOME/jre/lib/rt.jar” To set the bootClasspath option on all compile tasks in the project you can use the withType() method on the TaskContainer to find all tasks of type Compile: apply plugin: ‘java’ sourceCompatibility = 1.6 targetCompatibility … Read more

Aptana Plugin for Eclipse and jQuery code assist

Turn on JavaScript Code Assist Feature When you install additional AJAX library support the Code Assist for that library isn’t turned on by default. To turn on the Code Assist feature after you install additional AJAX Libraries: Preferences > Aptana > Editors > JavaScript > Code Assist > Check jQuery Switch to the Aptana Perspective … Read more

exporting installed plugins from eclipse to another

Start fresh and install plugins from an old install The idea here is that you want to keep your old install intact, download a new indigo package (http://download.eclipse.org/) and just adds the existing plugins to your install. With Indigo this is now made super easy! Step 1: Download and unzip your Indigo install: http://download.eclipse.org Step … Read more

Git-svn and Eclipse?

It does not look like there is a Git plugin for Eclipse that supports git-svn yet. EGit appears to be the most active and popular Git plugin for Eclipse at the moment and it does not support git-svn, but there isn’t anything stopping you from using EGit with Eclipse and interacting with git-svn via command … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)