eclipse-plugin

Code Style in eclipse

Is there a way to enforce a code style programatically in eclipse e.g. using eclipse plugins. I have created a code template. I want to enforce it so that everytime a user selects save or saveas,the code template is checked against the one I created. If it matches the file is saved otherwise the user gets an error message. The problem ...

Eclipse - Setting .classpath file for existing project

I have a java project. The working folder from someone else's Eclipse project (It was a Repast Simphony project I think). In my eclipse I created a new Java project and told it to use the existing code. So it seems to have brought in all the code. However after loading the project I get this error: Project 'My Project' is missing re...

Create an Eclipse plugin with customizable key bindings

I tried to create an Eclipse plugin with commands with customizable key bindings. I tried with this plugin.xml: <plugin> <extension point="org.eclipse.ui.commands"> <command description="Do something" id="com.myplugin.myCommand" name="My command"> </command> </extension> ...

zend plugin for eclipse

hi, i am planning to start develop a website that uses webservices , i am thinking using zend framework. as i am pretty much new for zend , i don't know much about its tools and configuration i have eclipse installed in my computer , now is there something like zend plug in that i can download and install in eclipse. As i have down...

Drop into Scala interpreter during execution of Scala program

Hi! I am trying to drop into the Scala interpreter in the middle of my Scala program. I've seen this very interesting question but it does not seem to be working in Eclipse (3.5.2 + Scala plugin). I get the following error: Exception in thread "main" java.lang.NoClassDefFoundError: scala/io/LowPriorityCodecImplicits at scala.tools.n...

Custom text editor for Eclipse starting from a parser created with SableCC

Hello everybody! The question of today is the following: I'm developing a code generator for my department at university. It's very simple: they want to use a custom "scripting" language really human readable, parse that and then translate these instructions in Java. I used SableCC to do the trick, it was really smooth. The problem now i...

cannot install aptana

Hi folks, I am trying to install aptan in my eclips hilios. Its giving me a wired problem. I went here and installed it http://docs.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration When I went to perspectives I dont see aptana there. I tried to reinstall aptana and it said I couldnt as it is already in...

Is there any haml highlight plugin of eclipse

I'm editing haml in eclipse, but it has no highlight. I don't want to use "radrails" plugin of eclipse just for this(it's too huge) I found a plugin named EclipseColorer, looks nice but doesn't work on windows. I hope there is a plugin like that can work on windows, but not found. Is there any plugin can highlight haml in eclipse? Than...

How make Eclipse instrument classes at build time?

Sometimes I have to perform some custom bytecode transformation. I have used mainly asm and javaassit. Inside eclipse usually I run my code with the -javaagent jvm parameter. Outside eclipse I use maven, ant, or the command prompt to invoke the weavers before running the application code. But the point is that: I would like to perform...

Unable to highlight text/variable in eclipse

Hello, My Eclipse IDE wouldn't highlight similar text/variable in Java code, till yesterday it was working fine. Today if I click on a variable inside a class it would not highlight same variable present elsewhere in class. Should I enable any thing in IDE? ...

[eclipse plugin]saving and loading information of a wizard on an XML file

Hello everyone, I work on an eclipse plugin and I've created wizards with SWT / JFace. In these wizards I need to record some information that has been specified by the users for future use. I saw an example that speaks about this part, I tried to do the same thing but I'm lost ! Behold the link http://java-gui.info/Wiley-Professional...

Connection refused by Android SDK and AVD manager

I am trying to set up Eclipse 3.5 with the Android plugin. I followed all the steps and everything installed fine. However, running the SDK and AVD Manger throws a connection refused error. I am behind a firewall at work and can not bypass it. How can I install the Android platforms without using the manager? ...

How can multiple developers efficiently work on one force.com application?

The company I work for is building a managed force.com application as an integration with the service we provide. We are having issues working concurrently on the same set of files due to the shoddy tooling that is provided with the force.com Eclipse plugin. If 2 developers are working on the same file, one is given a message that he ca...

Clearcase plugin for eclipse usage

hi all, I am new to clearcase and software development using version control system. I am using clearcase for version management currently. I use eclipse IDE for software development. I installed clearcase plugin for eclipse over the internet from sourceforge.net website. Some how the plugin does not work. The softwares that i instal...

Eclipse 3.5+: Loading plug-ins from auto-created .eclipse directory inside user's home directory

I have downloaded the latest Eclipse (3.6) for my Linux machine and extracted tar.gz to the /opt/eclipse directory as root. I started Eclipse as a normal user and successfully installed some plug-ins through Eclipse. The plug-ins are visible under "Installed software" from Eclipse, but they doesn't seem to be working - no new perspective...

Content Assist not working in Eclipse for Android

I've been working in Eclipse programming for Android for about a year now. I suddenly have an enormous problem. Here is the error: "Content Assist" did not complete normally. Please see the log for more information. java.lang.NullPointerException I go to Help>About Eclipse SDK>Installation Details>Configuration>View Error Lo...

Change project type

I have very big Java a project. I want to change his type from java application to plug-in project. Is it possible? If yes, how? thanks! ...

Search file in IProject - Eclipse

I need to find a specific file present in eclipse project which is in classpath of project. I have IProject instance but Dont know how to get IFile instance ...

Controlling the sort order of property pages in a eclipse property dialog

Currently, when I contribute property pages to Eclipse using the org.eclipse.ui.propertyPages extension point, the individual property pages show up in the property dialog in alphabetical order based on the pages name. Is there a way to control the order that property pages are listed? I want the basic property page to always show up f...

Adding an extension to Eclipse without an internet connection

Dear all, I have a problem with eclipse. I would like to install an extension (EGit) but the official site does only provide a classical update site. The problem is that I am running eclipse on a distant machine that does not have internet access (only my local computer has a connection). The only link between my computer and my distan...