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"

(Launch Configurations)
 
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{Warning|This page is obsolete}}
 +
 
= Work Items for Koneki 0.9 =
 
= Work Items for Koneki 0.9 =
  
Line 10: Line 12:
 
=== Execution Environment ===
 
=== Execution Environment ===
 
{{PlanItem|Add support of embedded Execution environment|386554|Complete}}
 
{{PlanItem|Add support of embedded Execution environment|386554|Complete}}
{{PlanItem|Deliver, document and promote Execution Environment (add link in the UI?) ||}}
+
{{PlanItem|Deliver, document and promote Execution Environment (add link in the UI) ||Complete}}
  
 
=== Lua Documentor ===
 
=== Lua Documentor ===
 
{{PlanItem|User Documentation for Lua Documentor language||Complete}}
 
{{PlanItem|User Documentation for Lua Documentor language||Complete}}
{{PlanItem|Deliver, document and promote Lua Documentor command line tool (extensibility)||}}
+
{{PlanItem|Deliver, document and promote Lua Documentor command line tool||Complete}}
 
{{PlanItem|Syntax highlighting for LuaDocumentor|384828|Complete}}
 
{{PlanItem|Syntax highlighting for LuaDocumentor|384828|Complete}}
 
{{PlanItem|Content-assist for LuaDocumentor|384828|Complete}}
 
{{PlanItem|Content-assist for LuaDocumentor|384828|Complete}}
  
 
=== AST ===
 
=== AST ===
{{PlanItem|Refactoring: enable variable renaming||Investigate}}
+
{{PlanItem|Refactoring: enable variable renaming||Dropped}}
{{PlanItem|Extract Partial AST from file that is syntactically incorrect||}}
+
{{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)||In Progress}}
+
{{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|}}
+
{{PlanItem|Use heuristics to extract more information from code|381671|Dropped}}
  
 
=== Launch Configurations ===
 
=== Launch Configurations ===
{{PlanItem|Propose a launch configuration for Lua scripts|370070|In Progress}}
+
{{PlanItem|Propose a launch configuration for Lua scripts|370070|Complete}}
{{PlanItem|Embed lua interpreter in LDT|387011|In Progress}}
+
{{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|}}
+
{{PlanItem|Enabling to choose location of a new Lua project|384829|Dropped}}
 
[[Category:Draft Documentation]]
 
[[Category:Draft Documentation]]
  
 
=== Debugger===
 
=== Debugger===
{{PlanItem|Integration of new Lua debugger|386679|In Progress}}
+
{{PlanItem|Integration of new Lua debugger|386679|Complete}}
{{PlanItem|Support of Lua 5.2 and LuaJIT||}}
+
{{PlanItem|Support of Lua 5.2 and LuaJIT||Dropped}}
{{PlanItem|Manage custom transport library (to be independent of Lua Socket)||In Progress}}
+
{{PlanItem|Manage custom transport library (to be independent of Lua Socket)||Complete}}
 
[[Category:Draft Documentation]]
 
[[Category:Draft Documentation]]
  
 
=== Code Formatter ===
 
=== Code Formatter ===
  
{{PlanItem|Allow to format lines after an offset||}}
+
{{PlanItem|Allow to format lines after an offset||Dropped}}
{{PlanItem|Better user notification of code format failure||}}
+
{{PlanItem|Better user notification of code format failure||Dropped}}
{{PlanItem|Format spaces between words||}}
+
{{PlanItem|Format spaces between words||Dropped}}
{{PlanItem|Indent function parameters||}}
+
{{PlanItem|Indent function parameters||Dropped}}
  
 
== OMA-DM Simulator ==
 
== OMA-DM Simulator ==
 
=== Security ===
 
=== Security ===
{{PlanItem|Add authentication, MD5 and the most important, HMAC||Investigate}}
+
{{PlanItem|Add authentication, MD5 and the most important, HMAC||Dropped}}
 
=== Messages ===
 
=== Messages ===
{{PlanItem|Provide the WBXML encoding||Investigate}}
+
{{PlanItem|Provide the WBXML encoding||Dropped}}
 
=== SMS ===
 
=== SMS ===
{{PlanItem|Bootstrap and notification SMS reception||Investigate}}
+
{{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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.