Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Koneki/Project Plan/0.9"

m (Work Items for Koneki 0.9)
 
(39 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Warning|This page is obsolete}}
 +
 
= Work Items for Koneki 0.9 =
 
= Work Items for Koneki 0.9 =
  
Line 5: Line 7:
 
== Lua Development Tools ==
 
== Lua Development Tools ==
 
=== Infrastructure ===
 
=== Infrastructure ===
{{PlanItem|Refactor plug-ins to simplify global architecture||Complete}}
+
{{PlanItem|Refactor plug-ins to simplify global architecture|384707|Complete}}
{{PlanItem|Rework the organization of nightly/stable/maintenance repositories||}}
+
{{PlanItem|Rework the organization of nightly/stable/maintenance repositories|384703|Complete}}
 +
 
 +
=== Execution Environment ===
 +
{{PlanItem|Add support of embedded Execution environment|386554|Complete}}
 +
{{PlanItem|Deliver, document and promote Execution Environment (add link in the UI) ||Complete}}
 +
 
 
=== Lua Documentor ===
 
=== Lua Documentor ===
{{PlanItem|Syntax highlighting for LuaDocumentor||}}
+
{{PlanItem|User Documentation for Lua Documentor language||Complete}}
{{PlanItem|Content-assist for LuaDocumentor||}}
+
{{PlanItem|Deliver, document and promote Lua Documentor command line tool||Complete}}
 +
{{PlanItem|Syntax highlighting for LuaDocumentor|384828|Complete}}
 +
{{PlanItem|Content-assist for LuaDocumentor|384828|Complete}}
 +
 
 
=== AST ===
 
=== AST ===
{{PlanItem|Use heuristics to extract more information from code|381671|}}
+
{{PlanItem|Refactoring: enable variable renaming||Dropped}}
 +
{{PlanItem|Extract Partial AST from file that is syntactically incorrect||Dropped}}
 +
{{PlanItem|More precise error message and error markers for syntax errors (and ensure it is testable)||Complete}}
 +
{{PlanItem|Use heuristics to extract more information from code|381671|Dropped}}
 +
 
 
=== Launch Configurations ===
 
=== Launch Configurations ===
{{PlanItem|Propose a launch configuration for Lua scripts|37070|}}
+
{{PlanItem|Propose a launch configuration for Lua scripts|370070|Complete}}
 +
{{PlanItem|Embed lua interpreter in LDT|387011|Complete}}
 +
{{PlanItem|Support of Remote Development|390228|Complete}}
 +
 
 
=== Wizards ===
 
=== Wizards ===
{{PlanItem|A wizard for new lua file and module|382217|}}
+
{{PlanItem|A wizard for new lua file and module|382217|Complete}}
 +
{{PlanItem|Enabling to choose location of a new Lua project|384829|Dropped}}
 
[[Category:Draft Documentation]]
 
[[Category:Draft Documentation]]
 +
 +
=== Debugger===
 +
{{PlanItem|Integration of new Lua debugger|386679|Complete}}
 +
{{PlanItem|Support of Lua 5.2 and LuaJIT||Dropped}}
 +
{{PlanItem|Manage custom transport library (to be independent of Lua Socket)||Complete}}
 +
[[Category:Draft Documentation]]
 +
 +
=== Code Formatter ===
 +
 +
{{PlanItem|Allow to format lines after an offset||Dropped}}
 +
{{PlanItem|Better user notification of code format failure||Dropped}}
 +
{{PlanItem|Format spaces between words||Dropped}}
 +
{{PlanItem|Indent function parameters||Dropped}}
  
 
== OMA-DM Simulator ==
 
== OMA-DM Simulator ==
 
=== Security ===
 
=== Security ===
{{PlanItem|Add authentication, MD5 and the most important, HMAC}}
+
{{PlanItem|Add authentication, MD5 and the most important, HMAC||Dropped}}
 
=== Messages ===
 
=== Messages ===
{{PlanItem|Provide the WBXML encoding}}
+
{{PlanItem|Provide the WBXML encoding||Dropped}}
 
=== SMS ===
 
=== SMS ===
{{PlanItem|Bootstrap and notification SMS reception}}
+
{{PlanItem|Bootstrap and notification SMS reception||Dropped}}

Latest revision as of 10:57, 27 February 2013

Warning2.png
This page is obsolete


Work Items for Koneki 0.9

Below are items that the Koneki team and the community at large think are worth being considered for the 0.9 release. This release is expected for the end of 2012.

Lua Development Tools

Infrastructure

Ok green.gif Refactor plug-ins to simplify global architecture (384707)

Ok green.gif Rework the organization of nightly/stable/maintenance repositories (384703)

Execution Environment

Ok green.gif Add support of embedded Execution environment (386554)

Ok green.gif Deliver, document and promote Execution Environment (add link in the UI)

Lua Documentor

Ok green.gif User Documentation for Lua Documentor language

Ok green.gif Deliver, document and promote Lua Documentor command line tool

Ok green.gif Syntax highlighting for LuaDocumentor (384828)

Ok green.gif Content-assist for LuaDocumentor (384828)

AST

Error.gif Refactoring: enable variable renaming

Error.gif Extract Partial AST from file that is syntactically incorrect

Ok green.gif More precise error message and error markers for syntax errors (and ensure it is testable)

Error.gif Use heuristics to extract more information from code (381671)

Launch Configurations

Ok green.gif Propose a launch configuration for Lua scripts (370070)

Ok green.gif Embed lua interpreter in LDT (387011)

Ok green.gif Support of Remote Development (390228)

Wizards

Ok green.gif A wizard for new lua file and module (382217)

Error.gif Enabling to choose location of a new Lua project (384829)

Debugger

Ok green.gif Integration of new Lua debugger (386679)

Error.gif Support of Lua 5.2 and LuaJIT

Ok green.gif Manage custom transport library (to be independent of Lua Socket)

Code Formatter

Error.gif Allow to format lines after an offset

Error.gif Better user notification of code format failure

Error.gif Format spaces between words

Error.gif Indent function parameters

OMA-DM Simulator

Security

Error.gif Add authentication, MD5 and the most important, HMAC

Messages

Error.gif Provide the WBXML encoding

SMS

Error.gif Bootstrap and notification SMS reception

Back to the top