Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

Line 30: Line 30:
 
** Anonymous functions don't display well
 
** Anonymous functions don't display well
 
** No error recovery at all - parsing fails on first error
 
** 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

Revision as of 12:48, 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

Back to the top