30 projects tagged "Java"
Eclipse Code Recommender is an intelligent code recommender system which seamlessly integrates into Eclipse's Code Assist, and predicts only those method calls that are likely to be used by a developer in the current (code) situation. It can currently predict method calls for instances of the SWT framework, such as SWT Buttons, Labels, and Texts.
AgileJ StructureViews is an Eclipse plugin that generates highly configurable reverse engineered class diagrams for Java programmers. It specializes in supporting agile project development through the automated production of high presentation quality class diagrams with project-specific content generated and regenerated with minimal user effort.
The DVT (Design and Verification Tools) is an Eclipse-based integrated development environment for the e and SystemVerilog verification languages. It is modern and powerful, yet easy to use. It helps design and verification engineers who are not satisfied with the limitations of plain text editors to easily read, write, and understand complex source code. The DVT enables efficient code writing and simplifies the maintenance of reusable libraries and legacy code. It comprises a complete suite of tools and integrates with all major simulators, revision control systems, and bug tracking engines.
InstaSearch is an Eclipse IDE plug-in for performing quick and advanced searches of source code files. It uses the Apache Lucene library for indexing and fast searching of files in the workspace. The search is performed instantly as you type, and resulting files are displayed in an Eclipse view. Each file then can be previewed using a few of the most closely matching and relevant lines. A double-click on the match leads to the matching line in the file.
The Chameleon Problem Solving Environment is based on the CPACS data format and allows third party application coupling for multidisciplinary simulation. It comprises a set of libraries and integration components for the commercial integration environment ModelCenter or the open source alternative RCE (http://www.rcenvironment.de/). It was initially developed from the German Aerospace Center (DLR).
Meshtool is a mesh network toolkit designed to assist in mesh monitoring, administration, and research. It is Eclipse-based and leverages many Eclipse frameworks such as EMF, GEF, and Teneo. OpenStreetMap is used for 2D map data while 3D geographic data support is in early development stages through the Nasa World Wind. Meshtool is still in an alpha stage, but is being actively developed.
kbd-cheatsheet is a small application that generates a list of Eclipse keyboard shortcuts from Eclipse's CSV export function. The shortcuts are grouped, sorted, and arranged according to user defined settings. Since the basis for the sheet is your current Eclipse installation, everybody can create their own personalised version.
protobuf-dt is Google’s Eclipse-based editor for protocol buffers. It provides all the features you’d expect from an Eclipse editor (syntax highlighting, outline view, content assist, etc.) plus some protocol buffer-specific features, such as "Open Declaration" (hyperlinking) support, including imported .proto files, configurable integration with protoc, and automatic removal of trailing whitespace.