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

(Created page with "= Attendees = * John, Anton, Anthony, Grant, Libing, Steve, Eric, Mike, Rennie * Handling Git conflicts is confusing, can we do better * Fixed translation bugs in Git page *...")
 
Line 3: Line 3:
 
* John, Anton, Anthony, Grant, Libing, Steve, Eric, Mike, Rennie
 
* John, Anton, Anthony, Grant, Libing, Steve, Eric, Mike, Rennie
  
* Handling Git conflicts is confusing, can we do better
+
= Minutes =
 +
 
 +
* We had some discussion of our handling Git conflicts
 +
** Smart people are still confused by it, can we do better?
 +
** Allow you to merge changes immediately in compare editor
 +
** Minimally need to document how to use it
 +
* Fixed translation bugs in Git page
 +
* Some minor fixes in syntax styling
 +
* Working on reorganizing and styling the banner section of our pages
 +
* Investigating use of Source Code Pro font and tweaking editor line sizes
 +
* Making it easier to run our Maven build on different platforms
 +
* Code cleanup and styling in split editor support
 +
* Investigating git modification notifications in the editor page
 +
* Moved NLS support into JavaScript plugin, fixed some bugs in it
 +
** Using AST to exclude strings that are not string literals
 +
* Tern support:
 +
** Working on a tern settings page
 +
** Need to migrate our pre-built indexes to support Tern
 +
** Added parse delegator to allow our tools to be inserted into the parse process
 +
** Basic stub for "rename in file" added, hooking into Tern
 +
** Needs to hook into editor multi-selection
 +
** Investigating using shared workers so multiple editors using a single tern language model
 +
*** Doesn't work in Internet Exploder, currently stubbed out
 +
 
 +
is confusing, can we do better
 +
 
 +
 
 
* Fixed translation bugs in Git page
 
* Fixed translation bugs in Git page
 
* Fixes in syntax styling
 
* Fixes in syntax styling

Revision as of 11:13, 21 April 2015

Attendees

  • John, Anton, Anthony, Grant, Libing, Steve, Eric, Mike, Rennie

Minutes

  • We had some discussion of our handling Git conflicts
    • Smart people are still confused by it, can we do better?
    • Allow you to merge changes immediately in compare editor
    • Minimally need to document how to use it
  • Fixed translation bugs in Git page
  • Some minor fixes in syntax styling
  • Working on reorganizing and styling the banner section of our pages
  • Investigating use of Source Code Pro font and tweaking editor line sizes
  • Making it easier to run our Maven build on different platforms
  • Code cleanup and styling in split editor support
  • Investigating git modification notifications in the editor page
  • Moved NLS support into JavaScript plugin, fixed some bugs in it
    • Using AST to exclude strings that are not string literals
  • Tern support:
    • Working on a tern settings page
    • Need to migrate our pre-built indexes to support Tern
    • Added parse delegator to allow our tools to be inserted into the parse process
    • Basic stub for "rename in file" added, hooking into Tern
    • Needs to hook into editor multi-selection
    • Investigating using shared workers so multiple editors using a single tern language model
      • Doesn't work in Internet Exploder, currently stubbed out
is confusing, can we do better


  • Fixed translation bugs in Git page
  • Fixes in syntax styling
  • Working on reorganizing and styling the banner section of our pages
  • Investigating use of Source Code Pro font and tweaking editor line sizes
  • Making it easier to run our Maven build on different platforms
  • Code cleanup and styling in split editor support
  • Investigating git modification notifications in the editor page
  • Moved NLS support into JavaScript plugin, fixed some bugs in it
    • Using AST to exclude strings that
  • Working on a tern settings page
    • Need to migrate our pre-built indexes to support Tern
  • Added parse delegator to allow our tools to be inserted into the parse process
  • Basic stub for "rename in file" added, hooking into Tern
    • Needs to hook into editor multi-selection
  • Investigating using shared workers so multiple editors using a single tern language model
    • Doesn't work in Internet Exploder, currently stubbed out

Back to the top