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 "Orion/Planning Meeting/Tooling for JS,HTML,CSS"

m (Breakout Session: JavaScript / HTML / CSS)
(Add Category Orion)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
== HTML / CSS ==
 
== HTML / CSS ==
 +
* Syntax Highlighting
 +
* Validation (keypress / onsave)
 +
* Content Assist / Documentation Assist
 +
** Attributes to be set
 +
** Template (e.g. Textmate Snippets)
 +
** HTML => table
 +
** CSS => namespacer
 +
* Zen Coding
 +
** HTML scaffolding based on CSS
 +
* Multibrowser Rule Helper for CSS
 +
* Selector Rule Helper
 +
** context from HTML
 +
** what is it apply to?
 +
* Namespacing support by Orion
 +
** Orion can make sure that you do not have
  
* Syntax Highlighting
+
== JavaScript ==
+
* Debugger
* Validation (keypress / onsave)
+
** What does the integration look like?
+
*** breakpoints/setting
* Content Assist / Documentation Assist
+
* Syntax Highlighting (*)
  * Attributes to be set
+
* Content Assist (*)
 +
* Minify (linking to original source) / Beautify
 +
* Formatting
 +
** see Parsing
 +
* Refactoring
 +
** Killer-Feature
 +
** How to do? (Rope?)
 +
* Parsing
 +
** Incremental
 +
** Integration Point?
 +
* Editor
 +
* Packaging
 +
* Validation
 +
* Folding
 +
** Parser is required therefore
  
  * Template (e.g. Textmate Snippets)
+
* Task focused navigator:
  * HTML => table
+
** Applications => HTML
  * CSS => namespacer
+
+
* Zen Coding
+
  * HTML scaffolding based on CSS
+
 
+
* Multibrowser Rule Helper for CSS
+
 
+
* Selector Rule Helper
+
  * context from HTML
+
  * what is it apply to?
+
 
+
* Namespacing support by Orion
+
  * Orion can make sure that you do not have
+
+
== JavaScript ==
+
* Debugger
+
  * What does the integration look like?
+
  * breakpoints/setting
+
* Syntax Highlighting (*)
+
* Content Assist (*)
+
* Minify (linking to original source) / Beautify
+
* Formatting
+
  * see Parsing
+
* Refactoring
+
  * Killer-Feature
+
  * How to do? (Rope?)
+
* Parsing
+
  * Incremental
+
  * Integration Point?
+
* Editor
+
* Packaging
+
* Validation
+
* Folding
+
  * Parser is required therefore
+
  
* Task focused navigator:
+
[[Category:Orion]]
  * Applications => HTML
+

Latest revision as of 19:49, 11 February 2014

HTML / CSS

  • Syntax Highlighting
  • Validation (keypress / onsave)
  • Content Assist / Documentation Assist
    • Attributes to be set
    • Template (e.g. Textmate Snippets)
    • HTML => table
    • CSS => namespacer
  • Zen Coding
    • HTML scaffolding based on CSS
  • Multibrowser Rule Helper for CSS
  • Selector Rule Helper
    • context from HTML
    • what is it apply to?
  • Namespacing support by Orion
    • Orion can make sure that you do not have

JavaScript

  • Debugger
    • What does the integration look like?
      • breakpoints/setting
  • Syntax Highlighting (*)
  • Content Assist (*)
  • Minify (linking to original source) / Beautify
  • Formatting
    • see Parsing
  • Refactoring
    • Killer-Feature
    • How to do? (Rope?)
  • Parsing
    • Incremental
    • Integration Point?
  • Editor
  • Packaging
  • Validation
  • Folding
    • Parser is required therefore
  • Task focused navigator:
    • Applications => HTML

Back to the top