Friday, August 5, 2011

Eclipse IDE

Eclipse - The Eclipse Foundation open source community website.

About the Eclipse Foundation - http://www.eclipse.org/org/

What is Eclipse and the Eclipse Foundation?

Eclipse is an open source community, whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle. The Eclipse Foundation is a not-for-profit, member supported corporation that hosts the Eclipse projects and helps cultivate both an open source community and an ecosystem of complementary products and services.

The Eclipse Project was originally created by IBM in November 2001 and supported by a consortium of software vendors. The Eclipse Foundation was created in January 2004 as an independent not-for-profit corporation to act as the steward of the Eclipse community. The independent not-for-profit corporation was created to allow a vendor neutral and open, transparent community to be established around Eclipse. Today, the Eclipse community consists of individuals and organizations from a cross section of the software industry.



Eclipse Projects - http://www.eclipse.org/projects/

Eclipse projects now cover runtimes; static and dynamic languages; thick-client, thin-client, and server-side frameworks; modeling and business reporting; embedded and mobile; and, yes, we still have the best Java IDE.

This page is designed to be a gateway into the projects for users, adopters, team members, and the merely curious.


Eclipsepedia - the Eclipse.org Wiki - Main Page - http://wiki.eclipse.org/Main_Page

The Official Eclipse FAQs - http://wiki.eclipse.org/The_Official_Eclipse_FAQs

IRC FAQ -
A collection of FAQs gathered in the Eclipse IRC channels. Some of them are logged, see the specific channel for details.
- http://wiki.eclipse.org/IRC_FAQ

FAQ What is Eclipse? - http://wiki.eclipse.org/FAQ_What_is_Eclipse%3F

Eclipse means a lot of different things to different people. To some Eclipse is a free, state-of-the-art Java development environment. To others, Eclipse is a flexible environment to experiment with new computer languages or extensions to existing languages. To yet others, Eclipse is a comprehensive framework that deploys many advanced and modern software design and implementation techniques.

Eclipse is open because its design allows for easy extension by third parties. It is an Integrated Development Environment (IDE) because it provides tooling to manage workspaces; to build, launch and debug applications; to share artifacts with a team and to version code; and to easily customize the programming experience. Eclipse is a platform because it is not a finished application per se but is designed to be extended indefinitely with more and more sophisticated tooling. The platform has no explicit or implicit support whatsoever for Java development as provided by the Java development tools (JDT). The JDT has to play according to the same rules as all the other plug-ins that use the platform.

Speaking more technically, Eclipse is built on a mechanism for discovering, integrating, and running modules called plug-ins. A contributor to Eclipse delivers as one or more plug-ins an offering that manifests itself with a product-specific user interface (UI) in the workbench. Multiple, usually unrelated, products can be installed in one Eclipse instance and happily live and cooperate to perform a certain task. The class of end products includes IDEs, but also so-called rich clients, applications that benefit from the Eclipse Platform design and its components but do not look like an IDE. Examples of the latter category include the latest generation of applications based on IBM Workplace Client Technology, the first of which will be Lotus Workplace Messaging 2.0 and Lotus Workplace Documents 2.0.


Eclipse Classic 3.7 - http://www.eclipse.org/downloads/packages/eclipse-classic-37/indigor

The classic Eclipse download: the Eclipse Platform, Java Development Tools, and Plug-in Development Environment, including source and both user and programmer documentation.


Eclipse Downloads - http://www.eclipse.org/downloads/

Hint:
You will need a Java runtime environment (JRE) to use Eclipse (Java SE 5 or greater is recommended). All downloads are provided under the terms and conditions of the Eclipse Foundation Software User Agreement unless otherwise specified.


TeXlipse - http://texlipse.sourceforge.net/

TeXlipse is a plugin that adds Latex support to the Eclipse IDE.



TeXlipse - Introduction http://texlipse.sourceforge.net/manual/intro.html

The TeXlipse plugin for Eclipse provides support for LaTeX projects. It is primarily aimed at users who already know the basics about LaTeX, newbies will surely find it useful but also a steeper learning curve. The following main features are offered:

Syntax highlighting
Document outline
Code folding
Templates
Build support, also partial building
Annotations for errors (while editing)
Content assist (completion of commands and references)
Easy navigation with F3
Outline of the current file and the full project
Spell checking
Menu with common LaTeX math symbols
BibTeX editor and BibTeX-support
Line wrapping
Table editor
Support for several platforms (Windows, Linux, OS X)
...and many more
In other words, TeXlipse includes quite a complete set of features for day-to-day editing tasks. This manual explains the use of these features in detail, but plese go ahead and explore TeXlipse!

TeXlipse version 1.0 was brought to you by the Texlapse-team as a software project on the SoberIT lab of the Helsinki University of Technology. The Texlapse-team includes (in alphabetical order): Taavi Hupponen, Kimmo Karlsson, Jani Laitinen, Oskar Ojala, Antti Pirinen, Esa Seuranen and Laura Takkinen.

TeXlipse version 1.4.0 was developed from 1.0 as an open source project on SourceForge. The team that developed it consisted of Oskar Ojala, Kimmo Karlsson, Boris von Loesch and Tor Arne Vestbø. Additionally, several contributions were received from users of TeXlipse.

TeXlipse uses Jazzy since version 1.4.0 for spell checking.

Eclipse also has the capability to develop C/C++ codes and programs through the Eclipse CDT (C/C++ Development Tooling).  http://www.eclipse.org/cdt/

The CDT Project provides a fully functional C and C++ Integrated Development Environment based on the Eclipse platform. Features include: support for project creation and managed build for various toolchains, standard make build, source navigation, various source knowledge tools, such as type hierarchy, call graph, include browser, macro definition browser, code editor with syntax highlighting, folding and hyperlink navigation, source code refactoring and code generation, visual debugging tools, including memory, registers, and disassembly viewers.

As well as C/C++ support, Eclipse seems to also have a Fortran capability as well through the use of Photran - An Integrated Development Environment and Refactoring Tool for Fortran.  http://www.eclipse.org/photran/

Photran 7.0 supports Fortran 77-2008. It includes 31 refactorings (including Rename, Extract Procedure, and loop transformations), as well as the following IDE features: 
- Syntax-highlighting editor 
- Outline view Content assist* 
- Open declaration* 
- Declaration view and hover tips* 
- Fortran language-based searching* 
- Support for CVS & other VCS's** 
- Interactive debugger (gdb GUI) 
- Makefile-based compilation 
- Optional Makefile generation 
- Recognition of error messages from most popular Fortran compilers 
* A project must explicitly have analysis support enabled for these features to work. See the Photran documentation for more information. 
** CVS is supported in most Eclipse installations. Subversion, Git, and other version control systems are supported via third-party Eclipse plug-ins. 
Photran is a component of the Eclipse Parallel Tools Platform (PTP).

No comments:

Post a Comment