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/20110407"

Line 34: Line 34:
 
* Support for multiple file services working in a branch
 
* Support for multiple file services working in a branch
 
* Working on getting editor working on iPad
 
* Working on getting editor working on iPad
* Options:
+
* Options on iPad
** Emulate selection. Disadvantage: no native clipboard
+
*# Emulate selection. Disadvantage: no native clipboard
** Text area overlaying whole text disadvantage: limitations on syntax colouring
+
*# Text area overlaying whole text. Disadvantage: limitations on syntax colouring
** Wait until iOS fixes contentEditable
+
*# Wait until iOS fixes contentEditable
 
* Performance testing of editor
 
* Performance testing of editor

Revision as of 12:27, 7 April 2011

Agenda

  • Release date
  • Language tooling

Attendees

  • Silenio Quarti
  • Libing Wang
  • Simon Kaegi
  • Grant Gayed
  • Mark Macdonald
  • McQ Wilson
  • Andrew Niefer
  • John Arthorne
  • Boris Bokowski
  • Felipe Heidrich
  • Susan McCourt
  • Nayna Jain

Minutes

  • Changes to crossfire protocol
  • Panel to start/stop debugging
  • Extensible syntax colouring
    • Looking at approaches used in CodeMirror/Ace/TextMate
  • Added Chrome 11 to set of browsers we are testing
  • Looking at adding IE 9 for testing
  • we have Git Log UI ready, some bugs raised against this UI, but we are on it
  • fetch API implemented
  • merge API [in progress]
  • fetch UI [in progress]
  • working with repos on ssh [in progress]
  • Support for multiple file services working in a branch
  • Working on getting editor working on iPad
  • Options on iPad
    1. Emulate selection. Disadvantage: no native clipboard
    2. Text area overlaying whole text. Disadvantage: limitations on syntax colouring
    3. Wait until iOS fixes contentEditable
  • Performance testing of editor

Back to the top