I installed RadRails a while back and uninstalled it after it said that my trial had expired.
Is it correct that this is the only option for Rails development in Eclipse?
And is there any other - free - option for Eclipse? (I tried "Ruby RDT" but it doesn't offer any Rails support, just basic Ruby editing.)
...
I want to modify an Eclipse workspace programatically from within a plugin (adding existing projects is my main request).
Also I want to modify CDT options (environment, indexer options) from within that plugin.
Does anyone know how to best do this or can point me to good documentations on that topic?
EDIT:
Actually I don't want to mod...
Can someone tell me where I can find the executeable "java_swt"?
I see multiple sites that say it is embedded in eclipse, and other sites say it is shipped with Mac swt drops. I have the zip file for a mac called "swt-3.5M6-carbon-macosx.zip" and i have the eclipse IDE installed on my test mac machine and windows machine. But i cannot f...
Is it some sort of pre-built GUI scaffolding?
Why would I Want it instead of a WinForms UI, which is quick to set up?
What does it give me that I would have to spend time writing?
Do I get floating windows and docking, like in Visual Studio 2008?
Is there a money-cost to using it?
What does the deployment look like - is my app a standal...
I am building an eclipse plugin (a notes plugin, but its a eclipse plugin in the end). One of the plugins my plugin depends on needs to load a native dll.
The problem is, that fails depending on where in the disk such dll is. If it is longer than a certain threshold I get the error below
java.lang.UnsatisfiedLinkError: nlsxbe (The file...
I have used netbeans before with svn, and I liked how it showed me what I had changed since last commit, using the coloring in the left margin.
Can Elipse do the same?
I have installed svnclipse....
...
i'm trying to create a user interface in java? what ui builder do you suggest for me to use? Thanks.
...
When I create a new project from SVN the wizard pops up and instructs me to either "Create a new repository location" or "Use existing repository location". I want to remove most of the existing repositories or at least modify them but I don't see any options in Eclipse to edit or delete them.
...
Hi,
Can anyone tell me how to get file name from editor?
I just made my own editor to open xml file and create
a few section to display the data. Now I want to read
the XML file and place it inside the section.
I think I now how to read xml data but I don't know
how to access the file name so that it can be open.
Thanks
...
Hi,
I am not sure if there's a way to load an IIS website into Eclipse. Similar to the way we can load in Visual Studio through File > Open Website
Thanks
...
I need to automate testing of desktop applications based on eclipse.
Is it worthy ?
If yes, what kind of tools can I use with some well known continuous integration tools ?
...
When launching a Java application in Eclipse its output goes to the console view. I can stop the application from there, but I can't relaunch it as it happens in Idea.
Is there a command/option/plugin for this?
...
I'm starting a C++ project using OpenGL and Qt for the UI in eclipse. I would like to create a UI where a portion of the window contains a frame for OpenGL rendering and the rest would contain other Qt widgets such as buttons and so on.
I haven't used Qt or the GUI editor in eclipse before and I'm wondering what the best approach would...
where do i start on writing plugin test? I have written some toy plugins and would like to start on doing TDD with my plugins.
...
Does anyone know of an Eclipse plugin to do selection by rectangular region rather than the "normal" selection? (difference illustrated below)
the asterisks here represent a "normal" selection region *****
************
******************
***** and can all be selected as one block of text
here is a ************* rectangular
select...
I use the TableViewer to show informations in a table. The user can select one of the shown options by selecting one line of the table.
I want to create a table in matrix form, in which the user can not only select the line. It should be possible to select every item of the table, like row 2 column 3. For every item selection an action ...
I am able to set bookmarks in a source file, but are there shortcut keys to navigate to a bookmark ? The navigate menu has a goto line. But that is not useful.
...
I have this class:
public class Test {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
And I used Eclipse's "Export to runnable JAR" function to make it into a executable jar-file (test.jar). When I run this program in Eclipse, it prints out "Hello World!", but when I call the jar-file from the com...
Hi
Is there any way I can speed up the development of JSF in Eclipse and Tomcat?
Basically I'm looking for a way to make the client-side changes (.jsf, .html, .css, .js) to happen a lot faster, and with out having to restart tomcat.
And if possible, also a way to make tomcat (or any other Windows + Eclipse compatible Servlet Contain...
Here's something obvious that should be easy to do...
How do I retrieve a list of installed plugins at runtime? Can't see an obvious way to do this a Platform.getBundle() requires a specific plugin name.
Is this perhaps a restriction for some kind of security reason?
...