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

Revision as of 13:42, 28 March 2011

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