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

Orion/Meeting minutes/20110224

Agenda

  • Status
  • Editor performance in DaVinci
  • Git details

Attendees

  • John Arthorne
  • Simon Kaegi
  • Grant Gayed
  • Silenio Quarti
  • Andrew Niefer
  • Felipe Heidrich
  • Libing Wang
  • Szymon Brandys
  • Gosia Janczarska
  • Mark MacDonald
  • Phil Brickland
  • Susan McCourt
  • Tomasz Zarna

Minutes

  • Crossfire server now using new breakpoints protocol
  • Adapting test framework to run in JSTestDriver
  • Added tab size control in editor
  • Compare editor now working, can compare working copy with git index
  • Extending navigator to support contributed commands from plugins
  • Working on Git REST API (clone, list clones so far)
  • Polishing the UI: improved colours, reduced clutter, polished icons
  • Working on preference JS API
    • Not clear if we understand the workflows that demand additional scopes such as site-level preferences.
  • Running tests in an iFrame, reporting results to a host page
  • Released some site configuration support on the server side, working on a client UI for viewing and navigating to sites.
  • JavaScript parsing
    • Started using JSLint but license isn't compatible
    • Investigating using CodeMirror parser instead
    • uglify.js also has a parser
  • Git
    • Some discussion of priorities of what order to tackle things:
    • First git clone
    • Second git status page
    • Link git status page to read only compare editor
    • Push/pull if time permits

Back to the top