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

(New page: = Attendees = * Gosia * Susan * Mike * Simon * Grant * John * Mark * Felipe * Silenio * Libing = Minutes = * Collecting icon requirements for 0.3 in {{bug|358617}} ** Please add things ...)
 
(Minutes)
 
(4 intermediate revisions by the same user not shown)
Line 16: Line 16:
 
* Collecting icon requirements for 0.3 in {{bug|358617}}
 
* Collecting icon requirements for 0.3 in {{bug|358617}}
 
** Please add things there if you need it for 0.3
 
** Please add things there if you need it for 0.3
 +
* New global search results page
 +
** Rendering results as a tree
 +
** Searching for all matches within file on expansion
 +
** Comments please on {{bug|358611}}
 +
* Fixed key bindings and content assist in folding mode
 +
* Aiming to merge editor folding into master for M2
 +
* A very simple preference UI would be helpful
 +
* Using spaces for tabs can currently be implemented above the editor, but we can look at folding that into editor.js
 +
* Making some improvements to validator service
 +
** Warnings for unused fields
 +
* Scripting server upgrade to make it very easy to move orion.eclipse.org to new build
 +
* Git log can now handle long-running log requests
 +
* Moving all xhr calls into plugins so services can come from different domains.
 +
* Still lots of places in client code making assumptions about where things are relative to the server root (using absolute URL paths such as /edit/edit.html)

Latest revision as of 12:37, 22 September 2011

Attendees

  • Gosia
  • Susan
  • Mike
  • Simon
  • Grant
  • John
  • Mark
  • Felipe
  • Silenio
  • Libing

Minutes

  • Collecting icon requirements for 0.3 in bug 358617
    • Please add things there if you need it for 0.3
  • New global search results page
    • Rendering results as a tree
    • Searching for all matches within file on expansion
    • Comments please on bug 358611
  • Fixed key bindings and content assist in folding mode
  • Aiming to merge editor folding into master for M2
  • A very simple preference UI would be helpful
  • Using spaces for tabs can currently be implemented above the editor, but we can look at folding that into editor.js
  • Making some improvements to validator service
    • Warnings for unused fields
  • Scripting server upgrade to make it very easy to move orion.eclipse.org to new build
  • Git log can now handle long-running log requests
  • Moving all xhr calls into plugins so services can come from different domains.
  • Still lots of places in client code making assumptions about where things are relative to the server root (using absolute URL paths such as /edit/edit.html)

Back to the top