meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
eclipse [2015/07/18 11:43] – created niziak | eclipse [2020/04/14 13:05] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Eclipse ====== | ||
+ | |||
+ | ===== Spaces for indentation ===== | ||
+ | Windows -> Preferences - >C/C++ -> Code Style -> Formatter | ||
+ | |||
+ | ===== Install system-wide ===== | ||
+ | <code bash> | ||
+ | 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 ==== | ||
- | * PHP Development Tools (PDT) | + | |
- | * Eclipse Web Developer Tools | + | * Eclipse Web Developer Tools |
- | * C/C++ GDB Hardware Debugging | + | |
- | * C/C++ Development Tools | + | * C/C++ Development Tools |
- | * C/C++ GCC Cross Compiler Support | + | * C/C++ GCC Cross Compiler Support |
- | * C/C++ Library API Documentation Hover Help | + | * C/C++ Library API Documentation Hover Help |
- | * C/C++ Memory View Enhancements | + | * C/C++ Memory View Enhancements |
- | * C/C++ Unit Testing Support | + | * C/C++ Unit Testing Support |
- | * Lua Development Tools | + | |
- | * TCF Target Explorer | + | |
- | * TCF Remote System Explorer add-in | + | * TCF Remote System Explorer add-in |
- | * Valgrind Tools intergration | + | |
+ | * Remote Command Shell Console | ||
- | ==== Install from Marketplace ==== | ||
- | | ||
==== Manual install ==== | ==== Manual install ==== | ||
- | * ShellEd - Add software site: [[https:/ | + | * PlantUML [[http:// |
+ | * ShellEd - Add software site: [[http:// | ||
+ | * RobotFramework-EclipseIDE - [[https:// | ||
+ | * Eclipse Buildroot Toolchain Plugin [[http:// | ||
+ | |||
+ | ===== Configure for Linux Kernel ===== | ||
+ | * [[https:// | ||
+ | |||
+ | * 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> | ||
- | ==== Configure for Linux Kernel ==== | ||
- | * [[https:// | ||
- | * [[http:// | ||