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

(Created page with "Attendees: John, Silenio, Anton, Anthony, Mike, Curtis, Dana, Libing, Grant = Minutes = * Some minor polish to presentation of content assist * Updated hover support to show...")
 
m
 
Line 8: Line 8:
 
* Added a tern preference page to allow advanced users to configure it
 
* Added a tern preference page to allow advanced users to configure it
 
* Minified the tern worker in our build to improve load performance
 
* Minified the tern worker in our build to improve load performance
* Enabled eslint for javascript embedded in HTML files
+
* Enabled csslint for embedded style blocks in HTML files
 
* Have a working demo of standalone editor with JS tooling working, connecting it to Node-RED as a test case
 
* Have a working demo of standalone editor with JS tooling working, connecting it to Node-RED as a test case
 
* Investigating enabling HTTP2/SPDY on the Orion server
 
* Investigating enabling HTTP2/SPDY on the Orion server

Latest revision as of 10:11, 27 May 2015

Attendees: John, Silenio, Anton, Anthony, Mike, Curtis, Dana, Libing, Grant

Minutes

  • Some minor polish to presentation of content assist
  • Updated hover support to show deprecated state of functions, @see references
  • Added plugin for controlling tern, stopping it, showing/controlling tern plugins
  • Added a tern preference page to allow advanced users to configure it
  • Minified the tern worker in our build to improve load performance
  • Enabled csslint for embedded style blocks in HTML files
  • Have a working demo of standalone editor with JS tooling working, connecting it to Node-RED as a test case
  • Investigating enabling HTTP2/SPDY on the Orion server
  • Investigating design for showing more verbose deploy feedback
  • Git page was broken by Chrome 43, released a fix in stable branch
  • Working on improving editor page load performance
    • Experimenting with merging plugins to see how much speedup it gives
    • Experimenting with workers for other plugins (currently using it for Tern only)

Back to the top