Projects tagged ‘eclipse’, ‘plugin’, and ‘programming’


Jump to tag:

Projects tagged ‘eclipse’, ‘plugin’, and ‘programming’

Filtered by Project Tags eclipse plugin programming

Refine results Project Tags development (10) tools (6) code (6) java (5) ide (4) eclipse_plugin (4) testing (4) tdd (3) web (3) library (2) unit-testing (2) code_analysis (2)

[12 total ]

532USERS
   

Subclipse is an Eclipse Team Provider plug-in that provides support for Subversion to the Eclipse IDE. Subclipse includes support for all Subversion commands and features and is a mature project with an established user community.

154USERS
   

Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. Its purpose is to automate the process of checking Java code, and to spare humans of this task.

107USERS
   

PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and more. It includes CPD, a tool to detect chunks of identical code.

87USERS
   

PHPEclipse integrates full PHP development support in the Eclipse IDE by providing you with editor, code formatter and checker, debugger support and other features.

67USERS
   

Python Development Environment (Python IDE plugin for Eclipse). Features editor, code completion, refactoring, outline view, debugger, and other goodies - check http://pydev.sf.net)

40USERS
   

SimpleTest is a unit tester, Web tester, and dynamic mock objects framework for PHP. The test structure is similar to JUnit/PHPUnit. Used as a Web tester, you can navigate sites and submit forms as if you were using a Web browser.

3USERS

WSUnit is a tool that can help you test Web Service consumers. It provides a predictable and repeatable simulation of a Web Service that is ideal for unit testing. It is also useful when developing web service consumers when the actual web service may not be avaliable due to your remote location or may not have been fully developed itself.

2USERS

JPF (Java Plugin Framework) is a general-purpose plug-in framework intended to help building scalable, extendable Java applications with low cost of maintenance. The framework is specially designed to be easily included into Java project of any kind. ... [More] JPF provides a runtime engine that dynamically discovers and loads "plug-ins". A plug-in is a structured component that describes itself to JPF using a "manifest". JPF maintains a registry of available plug-ins and the functions they provide (via extension points and extensions). [Less]

1USERS

An Eclipse plug-in to aid development of CORBA-based applications. Principally an editor for IDL files.

0USERS

A Plugin for Eclipse to perform searches using Google Code Search. If you don't know what's Google Code Search go to http://codesearch.google.com and type 'System.out.println'.

0USERS

The benefits of Test-Driven Development (TDD) can be appealing to many seeking to reduce the amount of time spent on a software project, but not all projects can implement the TDD methodology fully. A technique similar to TDD -- test-oriented ... [More] development and debugging -- is implemented as an Eclipse plug-in to support this pragmatic approach so that it can help write high quality software. ScreenshotsInvoking the 'Generate test(s)' actionYou invoke the context menu on or inside the method you wish to write a test for, and then select JUnit/Generate test(s). Result of invoking test generationTODD will find the corresponding test class, open it in an editor and generate a test method for you. All you have to do then is fill in a few 'blanks' and run your new test, which you can do by invoking the Debug JUnit test(s) or Run JUnit test(s) actions in the same menu! [Less]

0USERS

A plugin for the popular Eclipse platform to work with ActionScript 2 files. It should provide such features like code coloring, code folding, code completion, outlining, logger ... Use update site to install : http://aseclipseplugin.sf.net/updates/