Simple Project List Software Map

Integrated Development Environments (IDE)
333 projects in result set
LastUpdate: 2013-08-10 16:03

Racket

Racket (formerly PLT Scheme) is a programming language suitable for implementation tasks ranging from scripting to application development, including GUIs, Web services, etc. It includes the DrRacket programming environment, a virtual machine with a just-in-time compiler, tools for creating stand-alone executables, the Racket Web server, extensive libraries, documentation for both beginners and experts, and more. It supports the creation of new programming languages through a rich, expressive syntax system. Example languages include Typed Racket, ACL2, FrTime, and Lazy Racket.

(Machine Translation)
LastUpdate: 2009-06-30 12:21

AS Development Tools (ASDT)

ASDT はコードを記述する !ActionScript2、統合された環境で有効にすると Eclipse プラットフォーム用のプラグインのセットです。Http://aseclipseplugin.sf.net/updates/をインストールする更新プログラムのサイト http://axdt.org の使用での開発サイトを見つけることができます。

(Machine Translation)
LastUpdate: 2013-09-14 02:06

XEmacs

XEmacs (formerly known as Lucid Emacs) is a powerful, extensible text editor with full GUI support, initially based on an early version of GNU Emacs 19 from the Free Software Foundation and since kept up to ate with recent versions of that product. XEmacs stems from a collaboration of Lucid, Inc. with Sun Microsystems, Inc. and the University of Illinois with additional support having been provided by Amdahl Corporation, INS Engineering Corporation, and a huge amount of volunteer effort.

(Machine Translation)
LastUpdate: 2010-10-06 15:46

BlueJ

BlueJ is an interactive Java development environment. It provides a unique user interface that presents a graphical display of the application classes and their relationships, and it lets users interactively create objects of any class. Once objects have been created, users can interact with them directly. This interaction mechanism allows for much greater testing and experimentation than in conventional environments. BlueJ is suited for teaching and learning OO and Java.

(Machine Translation)
LastUpdate: 2009-04-10 09:38

PHPEclipse

PHP Eclipse adds support for PHP, HTML, SQL, CSS, and JavaScript to the Eclipse IDE Framework.

LastUpdate: 2009-03-29 10:19

ManEdit

The ManEdit UNIX Manual Page Editor is an editor specifically tailored for UNIX manual pages. It has a preview viewer, uses the manual page XML format for easy editing, and comes with a tutorial and reference guide. It uses the GTK+ widget set and features syntax highlighting, a complete drag and drop system for easy viewing and editing, a crash recovery system, and sample manual page templates.

LastUpdate: 2004-07-26 13:42

Cooledit

Cooledit is a text editor for the X Window System. It contains a built-in
Python interpreter for macro programming, and it includes a rich set of
utilities and features. It has multiple edit windows and a beautiful, intuitive
user interface that requires no tutoring to learn to use. It can be used as a
programmer's IDE and has syntax highlighting for a large number of programming
languages. It contains an interactive graphical debugger for C/C++ programs.

(Machine Translation)
LastUpdate: 2013-08-09 18:46

Ecere SDK

The Ecere SDK is a cross-platform toolkit for building software applications. It currently runs on Windows, Linux, Mac OS X (through X11), FreeBSD, and the Android OS. It should run on other Unix platforms with minor testing/tweaking. With the Ecere SDK, you can develop applications once and deploy them on all supported platforms alongside a lightweight runtime environment. It introduces eC, an object oriented language derived from and fully compatible with C, compromising neither runtime performance nor ease of use. A built-in 3D engine supporting both Direct3D and OpenGL is fully integrated.

(Machine Translation)
LastUpdate: 2014-06-02 08:29

Vrapper

Vrapper is an Eclipse plugin which acts as a
wrapper for Eclipse text editors to provide a
Vim-like input scheme for moving around and
editing text. Unlike other plugins which embed Vim
in Eclipse, Vrapper imitates the behavior of Vim
while still using whatever editor you have opened
in the workbench. The goal is to have the comfort
and ease which comes with the different modes,
complex commands, and count/operator/motion
combinations which are the key features behind
editing with Vim, while preserving the powerful
features of the different Eclipse text editors,
like code generation and refactoring.

(Machine Translation)
LastUpdate: 2010-04-09 22:58

Hadoop Studio

Hadoop Studio is a map-reduce development environment (IDE) based on Netbeans. It makes it easy to create, understand, and debug map-reduce applications based on Hadoop, without requiring development-time access to a map-reduce cluster. The studio provides a real-time workflow view of a map-reduce job, which displays the individual inputs, outputs, and interactions between the phases of a map-reduce job. The workflow view of a job updates in real time with the developer's code changes. It then generates Java sources and compiles them into a binary jar file, which can be run on a normal Hadoop cluster.

(Machine Translation)
LastUpdate: 2008-11-04 15:00

SciTE

SciTE is a GUI-based single-document editor which uses the Scintilla editor component. It rapidly styles most common programming languages with good control over how syntactic elements are displayed, and features folding for C++, C, Java, JavaScript, and Python. Styling of HTML also styles embedded scripts written in VBScript, Javascript, or Python.

(Machine Translation)
LastUpdate: 2010-07-18 21:03

TIA

TIA is an ncurses-based console IDE for GCC, G++, Java, Perl, PHP, BASH, BUSH, HTML, and GNAT (Ada 95). It has integrated support for CVS, SVN, and ncurses compatible mice. Features include a ddd-style console debugger, automatic spelling correction, keyword hilighting, project statistics, automatic backups, and keyboard macros. The project window controls optimization and debug settings all in one place. TIA supports make, cook, and gnatmake project builders. For large projects, each user has a separate preference file.

LastUpdate: 2014-04-25 23:35

Source Navigator NG

Source Navigator NG is based upon Red Hat's Source Navigator. Source Navigator is a source code analysis tool. With it, you can edit your source code, display relationships between classes and functions and members, and display call trees. You can navigate your source code and easily get to declarations or implementations of functions, variables, and macros, which helps you discover and map unknown source code for enhancement or maintenance tasks. Source Navigator NG tries to improve usability and performance.

LastUpdate: 2014-06-04 08:55

gnoduino

gnoduino is an implementation of the well-known Arduino IDE for GNOME. The original Arduino IDE software is written in Java. This is a Python implementation and it is targeted at GNOME. Its purpose is to be light, while maintaining compatibility with the original Arduino IDE. The source editor is based on gtksourceview.

(Machine Translation)
LastUpdate: 2010-06-01 14:42

Code::Blocks

Code::Blocks is a C/C++ IDE built with
configurability and extensibility in mind. It is
built around a plugin framework that allows it to
be extended through the use of external libraries
(plugins). Much of the already available
functionality is provided by plugins. It even
includes a plugin creation wizard to help you
create your own plugins easily.

(Machine Translation)