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 ...
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...
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>
...
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...
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...
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...
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...
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...
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...
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?
...
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...
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?
...
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...
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...
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...
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...
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!
...
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
...
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...
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...