0
votes
1answer
37 views
Does any one know of any APEX refactoring tools?
The company that owns the company that I work for has recently decided unilaterally that the salesforce.com and force.com platform are where we are headed. Currently, we're a C# .N …
2
votes
3answers
39 views
Eclipse jQuery, Javascript helper plugin?
Is there such a plugin available for Eclipse? Able to assiste with Javascript programming and click on function to go to function?
1
vote
2answers
31 views
How to open windows explorer on selected resource in Eclipse
I was looking for a small plugin for Eclipse that would allow to open windows explorer on currently selected resource from Package Explorer tree.
I know that Aptana Studio provide …
0
votes
1answer
33 views
Communication between custom eclipse view and running program??
Hi,
I am working on a project that is some kind of a 3d visualization of some simulation. This visualization is a separate eclipse plugin that can be run. The problem is that the g …
1
vote
2answers
40 views
Eclipse plug-in - Finding source parts location
I am writing an Eclipse plug-in that should modify the source code in the Java editor.
How can I figure the location of the source section like
class declaration
imports
class f …
0
votes
3answers
94 views
Setting up OS X for Android development. OR Are *nix environments intentionally prohibitive?
I'm trying to start doing Android development on OS X (trying is the key here). I've read all the fun stuff at http://developer.android.com/sdk/index.html. I get the basics, inst …
0
votes
1answer
15 views
How to detect eclipse compile errors (Java - JDT)
Hi everybody,
I need to detect compile errors in the java source code after a POST_CHANGE event (usually it is fired after saving changes in the java file). I'm using IElementChan …
0
votes
0answers
29 views
Eclipse/EPIC source formatter sometimes works sometime does not. why?
I have EPIC installed for Eclipse to be used for perl development. EPIC used perltidy for souce formatting. The problem I am facing is this - When I select a bunch of code and pres …
0
votes
1answer
11 views
Want to create a table using org.eclipse.swt.widgets.Table, working on a pugin project.
I am adding only three columns to the table but an extra column is also being displayed, I want exactly three columns. While resizing the window the column size is not increasing , …
0
votes
3answers
33 views
Eclipse doesn’t recognize lua files after installing the lua plugin
I downloaded Eclipse Classic off of the Eclipse website then the Lua Eclipse IDE plugin. I followed the install instructions but Eclipse doesn't seem to recognize or be able to und …
0
votes
3answers
106 views
Scala errors in Eclipse 3.5 using Scala 2.8.0b, “Syntax error on token String”
I seem to be missing libraries but I am not certain.
In this file:
object Test {
def main(args: Array[String]) {
for (arg <- args)
println(arg)
}
}
I am n …
0
votes
3answers
74 views
Mercurial Eclipse Plugin
Where can I find a good Eclipse Mercurial Plugin?
1
vote
1answer
36 views
Eclipse plugin: create a new file
Hi,
I'm trying to create a new file in an eclipse plugin. It's not necessarily a Java file, it can be an HTML file for example.
Right now I'm doing this:
IProject project = ...
…
1
vote
1answer
36 views
Eclipse - Java Heap error while in interface
Hi there,
I am pretty new to eclipse and it was working fine but now its giving me Java Heap problems and sometimes outofmemory issues...
Can anyone help me with my eclipse.ini . …
2
votes
8answers
175 views
Is Regular Expressions the best way to go about matching and replacing text?
I am well aware of what regular expressions are, so please avoid giving me definitions. I am merely looking for an opinion, and maybe even some advice. I am graduating soon with my …
