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

(Created page with "= Attendees = Simon Silenio John Elijah Anton Anthony Bogdan McQ Mark Libing Grant Szymon Curtis Gosia Mike = Minutes = * General: ** M1 is done, working towards M2 ** No c...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Attendees =
 
= Attendees =
  
Simon
+
* Simon
Silenio
+
* Silenio
John
+
* John
Elijah
+
* Elijah
Anton
+
* Anton
Anthony
+
* Anthony
Bogdan
+
* Bogdan
McQ
+
* McQ
Mark
+
* Mark
Libing
+
* Libing
Grant
+
* Grant
Szymon
+
* Szymon
Curtis
+
* Curtis
Gosia
+
* Gosia
Mike
+
* Maciej
 +
* Mike
  
 
= Minutes =
 
= Minutes =
Line 50: Line 51:
 
* Investigating work on UI plugins
 
* Investigating work on UI plugins
 
** Example JSON editor with UI coming from a plugin
 
** Example JSON editor with UI coming from a plugin
 +
* Read only client side file system
 +
** Ability to browse over a remote repository
 +
* Skeleton of new client side file system API working
 +
* Investigating security issues - found some client side injection bugs
 +
** Cross-site request forgery from plugins being addressed
 +
* Content assist
 +
** Working on content assist type indexes for known libraries
 +
** Converting to stream-based error recovery in content assist

Latest revision as of 14:22, 12 December 2013

Attendees

  • Simon
  • Silenio
  • John
  • Elijah
  • Anton
  • Anthony
  • Bogdan
  • McQ
  • Mark
  • Libing
  • Grant
  • Szymon
  • Curtis
  • Gosia
  • Maciej
  • Mike

Minutes

  • General:
    • M1 is done, working towards M2
    • No call December 26


  • Syntax highlighting
    • Ability to inherit patterns or rules (eg Java and JavaScript have common elements)
    • Multiple modes within same file
    • How does this relate to JS content assist in HTML
    • Regions computed from these rules need to be fed into other tooling features
  • Problem with file rename at top level doesn't refresh nav pane
  • Added warning for unused variables/functions
  • Not yet exposing configurability of syntax validation
  • Need folder level scoping of settings
    • Much discussion ensued on topic of setting scoping and granularity
    • Also scoping docker.io containers - currently one per user but may need multiple what defined scope
  • Docker
    • Terminal page that can talk to the container
    • Working on streaming content back from container
    • Getting a server up and running to test this out
    • Orion out of the box will not ship docker.io or be configured for docker
    • Starting point is that server admin needs to manually configure docker containers for an Orion server
    • Creating a sample docker image that user gets initially
  • Released icon fonts - minor adjustments and bug fixes
  • Working on improved tables for various views
  • User assistance - guide user through project creation workflow
  • Released some fixes for outline filtering
  • Doing final review and polish on context menus
  • Working on modifying how we create files - create for free and drop into rename box
  • Investigating work on UI plugins
    • Example JSON editor with UI coming from a plugin
  • Read only client side file system
    • Ability to browse over a remote repository
  • Skeleton of new client side file system API working
  • Investigating security issues - found some client side injection bugs
    • Cross-site request forgery from plugins being addressed
  • Content assist
    • Working on content assist type indexes for known libraries
    • Converting to stream-based error recovery in content assist

Back to the top