Hello !
I've added a view to my plugin and I want to first, read and display a file content and second, have the possibility to modify the content . In other words I want to have an editable zone in my view , a sort of an editor . I didn't know what steps to follow to implement my class .
here is the class :
public class LabelView exte...
i am using eclipse for java coding. Can i use javascript in eclipse. How to use it, Please give ideas.
...
I am developing a java based eclipse plugin that monitors file activity. I need to find out if a given file is checked into the SVN by the user.
edit
There are two files. Local file and repository. I have to keep track of the local file and make sure the user commits it to the repository every time he saves it locally.
...
Last night my machine restarted while Eclipse Galileo was open. No big deal, right?
This morning, I started my machine and tried to open Eclipse. Instead of opening, I see this:
The error log suggests that there is some kind of problem caused by exiting with unsaved changes.
How can I get Eclipse to open and ignore those unsaved ch...
Hi,
I need to programmatically rename identifiers within a given scope, for example, a method in java program. For example, given the following java function:
public void doSomething(){
int x = 10;
int y = x * 2;
int z = x + y;
}
after renaming the variables (x to a, y to b, and z to c) I should obtain the following function...
When I try to install Weblogic server, I get the following error. Any idea why this might be? I'm trying to add weblogic server on Eclipse Helios.
Cannot complete the install because one or more required items could not be found.
Software being installed: Oracle WebLogic Server Tools 1.6.0.201007221355 (oracle.eclipse.tools.galileo.we...
we start to write plug in for eclipse to work with some java frame work like hadoop (we want to edit hadoop eclipse plug in and merge it with other. our plug in must work in Linux operating system. Generally writing plug in for eclipse depend on operating system or not? if depend what benefits to write it for Linux?
...
When developing an eclipse plugin, we are using a file named plugin_customization.ini
I wonder where I can find detailed information about which setting can be set with help of this file?
Another question is when product branding and defining an extension point in plugin.xml file
we can define the extension point by the tag product ...
I don't know if you guys are having the same problem, but when I'm trying to use """ and """ for multi-lines comments in eclipse pydev, it sometimes does not work. Anybody can suggest me some better IDE?
Sorry. I will try to make this clearer. It happens every time when I try to comment off looong multi lines like 300 or so. Just type w...
I'm working with a legacy embedded debugging tool and it's frustrating to work with. I just found out however that it can be automated in many ways, such at setting breakpoints on start up.
Since I use eclipse cdt as my development environment, I was wondering if I could write an eclipse plugin that reads all my breakpoints so I can ge...
I have Google'd this nine-ways-to-Sunday, but can't seem to come up with anything that fits my needs... I'm looking for a Firefox extension (and or Eclipse plug-in) that does the "opposite" of what SitePoint's handy Dust-Me Selectors does. Briefly, I want to be able to go to a page and get a summary of all the class and id attribute val...
Hi,
I'm trying to associate information with projects (certain properties). I tried using the persistence store (getPersistentProperty() and setPersistentProperty()).
The problem with that is that when I export the project and re-import it in a different workspace, those properties are gone (since they are stored somewhere in the .metad...
Is there a plugin or a way to visualize which files are branched and not in the HEAD?
Our problem is that sometimes we have to branch just a few files and we may forgot to bring them all back to HEAD. So, some of there files may remain in the branch and we don't have an easy way to notice this.
Thanks in advance
...
When I generate eclipse artifacts, Eclipse shows the source folder in this order.
src/test/java
src/test/resources
src/main/java
src/main/resources
I would prefer,
src/main/java
src/main/resources
src/test/java
src/test/resources
Thanks in advance!
...
Hi I want to create a Eclipse Plugin which search in all open projects/EFS for a specific file. The first aproach was, to walk over the full filesystemtree, what is not very fast.
Now I want to reuse the mechanism behind the "Open Resource" Dialog (CTRL+SHIFT+R) ~
OpenResourceDialog . But how it is possible to access the mechanism/file...
I finally decided to give SpringSource Tool Suite(STS) a try this morning, only to find that it is not compatible with the current version of Eclipse I'm using.(3.6)
So, before making another attempt, I thought I would asks you guys if it's worth getting it.
Usually I'm not a big fan of adding a heavy weight plug-in like STS to my Ecli...
Using Flash Builder 4 (FB), is there a way to customize syntax highlighting for variable scope (member, parameter, local)?
I've heard this is possible in other Eclipse plugins and wondering if it is possible with FB or if not is there an easy way to add it manually?
Cheers,
Jono
...
Hi,
I am new to Eclipse plugin development. I am working to develop a plugin that needs to store large amount of data, as well as search and retrieve from them. I am wondering, if I can use a database for this having plugin dependency. Is there any database engine that comes as Eclipse plugin? I was looking at Apache Derby, but quite uns...
I would like to do coloring in Eclipse without using the presentation reconciler. Therefore, first, I need to figure out how to associate a TextPresentation object with either my editor or document, but I am having difficulty finding out how to link it either of those. Normally, the CreatePresentation in the IPResentationReconciler int...
Hi,
How can I create a RCP application, which looks exactly like the Eclipse IDE with all menus, views, dialogs...?
Here is one example: http://richclientplatform.blogspot.com/2007/12/oil-and-gas-industry-using-eclipse.html
I followed Lars Vogel's tutorial to create a simple RCP application: http://www.vogella.de/articles/EclipseRCP/a...