32 projects tagged "IDE"
Pride combines bash scripts, zenity, and the Android tools to create a fast and simple POSIX alternative to Eclipse for Android development. For ease of use, it comes with a menu.xml for use with the medit editor, but it can be used from the command line or with any editor that makes exec calls, such as Emacs or Vim.
Griffon IDE is an IDE for HTML, Bash, Perl, PHP, C, etc. It allows the generation of source code in a few clicks, avoiding traps. It features auto completion, an integrated terminal, project management for C, SFTP mounting (mounting a directory via an ssh key), automatic replacement of text, and a session management tab.
Fresh IDE is a visual assembly language IDE with a built-in Flat assembler (FASM) compiler. It is written in Fresh IDE and is a self-compilable application. It is fully compatible with FASM and can be compiled with every version of FASM, as well. The main goal of Fresh is to make programming in assembly as fast and efficient as in high-level languages, without sacrificing the small application size and raw power of assembly language. It is a Windows application, but it runs in Wine very well and can create, compile, debug, and run applications for Windows and Linux on both Windows and Linux host machines.
Emacs-IDE is an Integrated Development Environment (IDE) interface for Emacs with code browsing, compilation, debugging, etc. It aims to provide a user-friendly interface with dedicated windows (source, menu, and output) and convenient shortcuts. It is suitable for almost all languages (as long as they are supported by Ctags). Cscope provides an additional browsing facility for C/C++ files.
Adianti Studio is a multi-platform environment for PHP development which includes a great range of resources a developer needs to be productive. It uses a tabbed interface which brings basic resources like syntax highlighting, auto-complete, an outline tree, bookmarks, code insight, change tracking, method traceability, workspace saving, brace matching, source code navigation, database navigation, a plugins gallery (managed by the user), a PDF document generator, a calendar, and more. In the professional version, it adds a form design tool called Adianti Designer which allows the user to draw its forms with a graphical interface using Adianti Framework components and containers like inputs, combos, radios, check buttons, imagens, frames, notebooks, datagrids, and more. The professional version also offers a source code generator which allows the user to generate form classes and datagrid classes from database structures using the Adianti Framework pattern of source code.
The OODBMS/DBMS ODABA is an terminology-oriented database management system (TODBMS) on a high conceptual level. This is an extension of the ODBMS concept according to ODMG 3. It provides a number of enhanced features based on natural language analysis. Beside the database kernel, a number of tools are provided for database design, documentation, and fast development. ODABA provides a powerful interface (C++, .NET) and an ODABA Script Interface (OSI), a C++/JAVA like scripting language, which provides easy access to the database.
MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages. intelligent code completion attempts to complete type, method, and field names as you're typing. The IDE automatically gets the class information from your source code files and from the libraries referenced in your project. A class viewer allows you to list the classes in your project, their methods, and properties. Your namespaces are also tracked to keep the classes separated. A powerful add-in engine, a modular API, and a complete set of extension points provides a seamless platform upon which to build your own development tools.
Android Tools is a lightweight IDE for creating, building, installing, and testing Android applications. Android Tools includes point and click access to the Android commands, documents, directories, and files. It also includes a built-in text editor. Android Tools makes learning and using Android easier. It's for the new Android user who needs help getting started. It's also for the more experienced Android user who wants easy access to the Android commands and a text editor.
Mr.Java is a Java IDE that is one step above a command line interface, but not quite as confusing as an IDE. It will compile for you, add libraries to your class path, and run the whole thing, with three simple buttons. Drag a library or Java source file over the window, and it will be put in the right folder. When running programs, the stout is written to a file cleverly named “stdout”, and the std err is cleverly written to file named - you guessed - stderr.
A C++11 unit testing framework based on Perl's Test::More module.