meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| eclipse [2015/07/29 07:11] – niziak | eclipse [2020/04/14 13:05] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== Install system-wide ==== | + | ====== Eclipse ====== |
| + | |||
| + | ===== Spaces for indentation ===== | ||
| + | Windows -> Preferences - >C/C++ -> Code Style -> Formatter | ||
| + | |||
| + | ===== Install system-wide | ||
| <code bash> | <code bash> | ||
| update-alternatives --install / | update-alternatives --install / | ||
| </ | </ | ||
| + | |||
| + | ===== Plugins ===== | ||
| + | |||
| + | ==== from marketplace ==== | ||
| + | * RED - Robot Editor | ||
| + | * PyDev - Python IDE for Eclipse | ||
| + | * Optimizer for Eclipse | ||
| + | * Eclox - doxygen | ||
| + | * ANSI Escape in Console | ||
| + | * GNU MCU Eclipse (for ARM) | ||
| ==== Install additional software ==== | ==== Install additional software ==== | ||
| Line 23: | Line 38: | ||
| * Remote Command Shell Console | * Remote Command Shell Console | ||
| - | ==== Install from Marketplace ==== | ||
| - | * Optimizer for Eclipse | ||
| ==== Manual install ==== | ==== Manual install ==== | ||
| + | * PlantUML [[http:// | ||
| * ShellEd - Add software site: [[http:// | * ShellEd - Add software site: [[http:// | ||
| - | * Eclox - doxygen plugin site: [[http://gna.org/projects/eclox]] update site: http://download.gna.org/eclox/update/ | + | * RobotFramework-EclipseIDE |
| + | * Eclipse Buildroot Toolchain Plugin [[http://buildroot.org/ | ||
| - | ==== Configure for Linux Kernel ==== | + | ===== Configure for Linux Kernel |
| * [[https:// | * [[https:// | ||
| * Link+ IDE, update URL: [[http:// | * Link+ IDE, update URL: [[http:// | ||
| + | |||
| + | ===== Issues ===== | ||
| + | |||
| + | ==== opening .md documents ==== | ||
| + | |||
| + | Error 1: | ||
| + | org.eclipse.swt.SWTError: | ||
| + | | ||
| + | Solution 1: Disable GTK 3 support in Eclipse. Run eclipse with'' | ||
| + | |||
| + | Error 2: | ||
| + | Unhandled event loop exception | ||
| + | No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)] | ||
| + | | ||
| + | Solution 2: <code bash> | ||