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/Meeting minutes/20110818"

 
(5 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
= Minutes =
 
= Minutes =
  
* Editor and links
 
 
* Linking support is now in the editor
 
* Linking support is now in the editor
 
* Started work on code folding
 
* Started work on code folding
 
* Need to figure out separation between editor rendering and code that figures out semantics of higher level capabilities (styling, hyperlinks, folding, etc).
 
* Need to figure out separation between editor rendering and code that figures out semantics of higher level capabilities (styling, hyperlinks, folding, etc).
 
* Editor needs to be modular so light-weight editor is available for simple use cases
 
* Editor needs to be modular so light-weight editor is available for simple use cases
 +
* Crossfire protocol returning error statuses
 +
* Optimizing Crossfire protocol to reduce round trips
 +
* Firefox 6 added to tests
 +
* Need to update orion.eclipse.org daily
 +
* We need to have test pass earlier in week for milestones
 +
* Editor is now free of Dojo
 +
* Investigating better language tooling
 +
** Looking at using language.js for outline view rather than JSLint
 +
* Low hanging JS tooling fruit
 +
** No hierarchy in outline
 +
** Anonymous functions don't display well
 +
** No error recovery at all - parsing fails on first error
 +
** No classification of warnings vs errors
 +
** Indentation handling not entirely consistent - e.g., tab back on close brace
 +
* Contributing to JGit to fix bugs blocking Orion
 +
* Refactoring authentication framework
 +
** Avoid server-side JS injection
 +
** Enable authentication across domains
 +
* Talking to Chrome and Firefox about debug UIs

Latest revision as of 13:00, 18 August 2011

Attendees

  • Mark
  • Simon
  • Silenio
  • McQ
  • Grant
  • John
  • Andrew
  • Gosia
  • Tomasz
  • Szymon

Minutes

  • Linking support is now in the editor
  • Started work on code folding
  • Need to figure out separation between editor rendering and code that figures out semantics of higher level capabilities (styling, hyperlinks, folding, etc).
  • Editor needs to be modular so light-weight editor is available for simple use cases
  • Crossfire protocol returning error statuses
  • Optimizing Crossfire protocol to reduce round trips
  • Firefox 6 added to tests
  • Need to update orion.eclipse.org daily
  • We need to have test pass earlier in week for milestones
  • Editor is now free of Dojo
  • Investigating better language tooling
    • Looking at using language.js for outline view rather than JSLint
  • Low hanging JS tooling fruit
    • No hierarchy in outline
    • Anonymous functions don't display well
    • No error recovery at all - parsing fails on first error
    • No classification of warnings vs errors
    • Indentation handling not entirely consistent - e.g., tab back on close brace
  • Contributing to JGit to fix bugs blocking Orion
  • Refactoring authentication framework
    • Avoid server-side JS injection
    • Enable authentication across domains
  • Talking to Chrome and Firefox about debug UIs

Back to the top