| | | | Version: 1.0.6 Support Eclipse Version: 3.1, 3.2 License: Free for non-commercial use Development Status: Alpha Company: ETHZ - Distributed Computing Group
| |  | Home Page |  | Plugin Support |  | Discussion Forum | |
|
The TinyOS Plugin for Eclipse aims to provide a useful set of functions to help programming in nesC. Most of the functions (outline, quickfix, etc) are based on a generated abstract syntax tree (AST) of the file currently being edited. The grammar used for parsing builds upon the nesC 1.1 language specification with minor modifications.
At the moment, this plugin provides many features of current IDEs, such as:
* Syntax coloring
* Displaying of semantical and syntactical errors (real time)
* Quickfixes for missing commands or events
* Code-Completion for nescdoc-comments
* Code-Templates
* Compilation and flashing from within the IDE
* Graphical representation of the application
* Context-sensitive search function for interfaces, modules, components and types
* Integrated MIG (message interface generator for nesC) / NCG
Added on: 31-Mar-2006
|