Eclipse

From Triangle Wiki

Jump to: navigation, search

Contents

Introduction

Triangle Solutions developers all use Eclipse IDE to develop first rate web applications and software.

Configuration

Use the following configuration pointers to set up the Eclipse IDE for PHP development.

Preferences

  • General
    • Always run in background - On
    • Appearance
      • Enable animations - Off
    • Editors -> Structured Text Editors
      • Enable folding - Off
    • Editors -> Text Editors
      • Show print margin - On
      • Disable overwrite typing mode - Off
    • Editors -> Startup and Shutdown
      • Plug-ins - All Un-checked
    • Editors -> Workspace
      • Build automatically - Off
  • Ant
    • Editor
      • Appearance -> Insert spaces for tabs - On
      • Folding -> Enable folding - Off
    • Editor -> Formatter
      • Indentation -> Use tab instead of spaces - Off

Modules

End Of Line Characters (EOL)

All files should use the Unix EOF ending i.e. LF instead of the windows CRLF

For new files created in Eclipse you can set the end of line character for the whole workspace in:

  • Window -> Preferences -> General -> Workspace -> New text file line delimiter.

To convert the EOL characters of the currently edited files go to menu File -> Convert Line Delimiters To and select Unix instead of Windows.

External Links

Personal tools