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 "Equinox/Meeting Minutes/20100202"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
= Agenda =
 
= Agenda =
  
* --launcher.openFile does not work with Open With... on Windows ({{bug|299944}})
+
* --launcher.openFile does not work with Open With... on Windows ({{bug|301033}})
 
* bidi bundle(s) ({{bug|183164}})
 
* bidi bundle(s) ({{bug|183164}})
*  
+
* 3.5.2
  
 
= Attendees =
 
= Attendees =
Line 14: Line 14:
  
 
= Minutes =
 
= Minutes =
 +
 +
== open file ==
 +
* The suggestion from Martin in the bug seems reasonable
 +
* Trick is the logic to know the difference between ini and command line args is known by the exe
 +
** Will require changes to the exe (actually it will not ;-). 
 +
** We have the information available already in the library.
 +
** Should we strip the paths out from the args?  Right now we do strip them out.
 +
** What does PDE do with the ini file from the install SDK?
 +
 +
== bidi bundles ==
 +
* org.eclipse.equinox.bidi
 +
** package names can be more specific for the function.
 +
 +
== 3.5.2 ==
 +
* Done.

Latest revision as of 11:24, 2 February 2010

Agenda

  • --launcher.openFile does not work with Open With... on Windows (bug 301033)
  • bidi bundle(s) (bug 183164)
  • 3.5.2

Attendees

  • Tom
  • DJ
  • Andrew
  • Pascal
  • Simon

Minutes

open file

  • The suggestion from Martin in the bug seems reasonable
  • Trick is the logic to know the difference between ini and command line args is known by the exe
    • Will require changes to the exe (actually it will not ;-).
    • We have the information available already in the library.
    • Should we strip the paths out from the args? Right now we do strip them out.
    • What does PDE do with the ini file from the install SDK?

bidi bundles

  • org.eclipse.equinox.bidi
    • package names can be more specific for the function.

3.5.2

  • Done.

Back to the top