Eclipse

From HaFrWiki
Revision as of 09:36, 14 November 2012 by Hjmf (talk | contribs) (Created page with "{{TOCright}} The Eclipse Foundation is a not-for-profit corporation formed to advance the creation, evolution, promotion, and support of the Eclipse Platform and to cultivate ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The Eclipse Foundation is a not-for-profit corporation formed to advance the creation, evolution, promotion, and support of the Eclipse Platform and to cultivate both an open source community and an ecosystem of complementary products, capabilities, and services. Eclipse has formed an independent open eco-system around royalty-free technology and a universal platform for tools integration. Eclipse based tools give developers freedom of choice in a multi-language, multi-platform, multi-vendor environment. Eclipse provides a plug-in based framework that makes it easier to create, integrate and utilize software tools, saving time and money.

Getting started

Eclipse is an open source tool integration platform. It can work seamlessly with other application developent tools. It is suitable for working with C, C++, Java, HTML ans so on. Eclips is 3 things:

  • Java Development environment
  • Tools Integration paltform
  • Open Source Community

Eclipse has several Resource Perspectives:

  • Bookmark view, tasks associated with a file.
  • Resource view
  • Outline view
  • Property view
  • Stacked view
  • Task view, textual reminders of work todo.

History

Industry leaders Borland, IBM, MERANT, QNX Software Systems, Rational Software, Red Hat, SuSE, TogetherSoft and Webgain formed the initial eclipse.org Board of Stewards in November 2001. By the end of 2003, this initial consortium had grown to over 80 members.

Plug-ins

What makes Eclipse great? You can enrich the IDE with powerful plug-ins [1]. The list below are just a small list.

  • Mobi-One, Support for the Mobi-One iPhone Development environment.
  • CheckStyle, Code checker for your applications.
  • EclEmma a free Java code coverage tool for Eclipse, Internally it is based on the great EMMA Java code coverage tool, trying to adopt EMMA's philosophy for the Eclipse workbench:
    • Fast develop/test cycle: Launches from within the workbench like JUnit test runs can directly be analyzed for code coverage.
    • Rich coverage analysis: Coverage results are immediately summarized and highlighted in the Java source code editors.
    • Non-invasive: EclEmma does not require modifying your projects or performing any other setup.

Quick Finds

The settings of Eclipse are kept into the workspace, so every time another workspace is opened the projects settings are gones. To access the font settings quickly use  Window  »  Preferences... . Now use the <type filter text> TextBox and type  Fonts . The Color and Font dialog is opened.

Spaces iso Tabs

One very annoying habit of Eclipse default settings is tabs iso spaces. More annoying is the fact it is difficult to find, because in every version of Eclipse it is hidden in another place. For Eclispe Version 3.2:
 Window  »   Preferences  »  Code Style  »   Formatter  »   Edit  »   Indentation  »   Tab Policy  »  set to Spaces only.

Plug-ins

EMF

Eclipse Modeling Framework.

  • Eclipse EMF, Documentation.
  • Lars Vogel, A Tour of the Eclipse Modeling Framework. Tutorial on Modeling with EMF.
  • Modeling, See for more information.

Links

Internal

Plugins

  • FindBugs, Finds bugs in source code made by the University of Maryland.
  • PMD, PMD scans Java source code and looks for potential bugs.

External

Plugins

  • Shrimp, Computer Human Interaction & Software Engeneering Lab (Chisel).

Reference

top

  1. Eclipse Plug-in Central. The home of the plug-ins available for Eclipse