I know Eclipse + PyDev has an option Run As => 3 Python Coverage. But all it reports is:
Ran 6 tests in 0.001s
OK
And it says nothing about code coverage. How to get a code coverage report in Pydev?
...
Hi there,
I know I'm late to the game, but 'still haven't found very many desktop-based Google Wave client text editors. Do any even exist?
Do you know of a Google Wave client plugin for Eclipse, VIM, Netbeans, or any other IDE? (Doesn't have to be a complete product...alpha is fine,...just curious if there's any progress in that direc...
I am using Java in eclipse, It would be wonderful if I could find a plug in which can draw state chart from a XML format.
...
Hey guys I'm trying to set up a nachos project in Eclipse on my ubuntu machine. I meticulously followed the instructions here:
http://inst.eecs.berkeley.edu/~cs162/fa06/Nachos/eclipse/#nachosfs
It runs fine, but when I set a breakpoint and hit debug I get:
New_configuration [Java Application]
nachos.machine.Machine at localho...
Eclipse Platform 3.5.1.M20090917-0800 org.eclipse.platform.ide
EPP PHP Feature 1.2.1.20090918-0703 org.eclipse.epp.package.php.feature.feature.group
When I write
$_var = new MyClass();
and press Ctrl+Enter, i see class methods, but when i write
public $math;
...
$this->math = new BaseMath();
and press Ctrl+Enter, i see "no compl...
I am trying to follow Eclipse instructions to create a Hello World SWT application. I have the following instruction:
Import the SWT project from the main
menu via File > Import..., and select
Existing Projects into Workspace.
Specify the archive file you
downloaded and click Finish. This will
create the org.eclipse.swt pro...
I've developed in IntelliJ IDEA for several years. And I've never seriously used NetBeans or Eclipse.
But now I have to work in Eclipse and I want to be able to use at least part of its power as soon as possible.
So, the question can be divided into 2 parts.
1) More general question: how to learn new IDE in a short time?
2) Are ...
I am trying to create a simple Java HTTP Servlet inside of eclipse, however, under the Web folder in the project wizard i do not have an option for J2EE Web Module as many tutorials have indicated, i only have Dynamic and Static Web Projects. just a little background, i am trying to simply build a small servlet that i am then exposing v...
Is there a way I can include pre-generated JavaDoc in a JAR file and have Eclipse 3.5+ automatically associate this with the contained classes?
I know it's possible to manually set-up an association after the JAR has been added using the Eclipse GUI, but I'm wondering if there is, for example, something I can put in a manifest file so t...
So I have a main JSP index page, "index.jsp", which has several includes. Something like,
<%@ include file="/WEB-INF/views/includes/jstl/include.jsp" %>
<%@ include file="/WEB-INF/views/includes/licenses/license.jsp" %>
<%@ include file="/WEB-INF/views/includes/generalHtml/header.jsp" %>
<%@ include file="/WEB-INF/views/includes/navigat...
In our Android project, our code is JavaDoc'd and that generates everything properly. However, any reference to the Android API classes/functions results in a JavaDoc error and a link to the relevant information is not generated. Instead we get plaintext class names. How can we set up Eclipse to turn these into links to the online Androi...
I am trying to use numpy with ironpython.
When I follow the example in the ironclad documentation, running in a console window, I get this error.
C:\>ipy
IronPython 2.6 (2.6.10920.0) on .NET 2.0.50727.3603
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> import ironclad
>>> dir()
['__builtins_...
When building our Java applications in Eclipse, the Spring builder is very slow and gives no status updates.
Specifically, I start building a project, and Eclipse's Progress pane displays
Invoking 'Spring Project Builder' on 'project name'...
for multiple minutes at a time, with no additional details.
I've already turned off the ...
I just put eclipse on my laptop, and when i use the Step Into debugging tool, it doesn't just take me to the next part of my code. An example is if i call .size(); on an array list, it will take me into the array list class and through all the code required for .size();
However on my desktop it will simply take me to my next piece of c...
My problem is that I want to increase the default stack size when running a Java project in Eclipse. I've tried looking for the answer, and it looks like I need to set the -Xss option to a larger number, but I don't know how to access/set this value.
I'm on a Windows machine, running Eclipse 3.6.0. How would I set this option? I guess, ...
My Motorola Droid shows up just fine in this configuration and appears as a deployment target. Works like a snap. How do I get the HTC Eris Droid to show up as a deployment target? Is there some special driver needed for the Eris?
...
Hello !
Today I have question about Eclipse. I use this IDE very long and I think it is good, but last time I miss for some functionalities...
Is it possible to set some shortcut which will do something like:
Mark some text ('Hello world'), trigger shortcut (Ctrl+T) and it will do something with that text - in example adds text before...
Is it possible (via a plugin or other way) for Eclipse to build a full text index for a project, so that searching a String does not linearly search all the files in the project?
(or does it automatically build such an index to speed up future searches?)
...
We have a bunch of malformed XML files used in unit tests to check if our application can handle them.
Eclipse marks this XML files with errors, polluting the "problem view".
Is there a way to exclude a specific folder from Eclipse validators?
...
Hello everyone, I'm building a project in maven from eclipse, I ran clean install , and now I'm in my test phase .. and now I have this usual message that tests are running :
-------------------------------------------------------
T E S T S
-------------------------------------------------------
and nothing is happening for half an h...