Hi Larry,

Weird timing I had just written an Open Recent plugin that works both on
Files and on Projects. The plug-in has the following features.

   1. Plug-in has one instance per WorkbenchContext enforced using
      plugin.get(workbenchContext) uses blackboard to maintain instance
      (thread safe)
   2. Other plugins use addRecentFile(file) and addRecentProject(file)
      on the instance obtained using plugin.get to add items to the
      ordered set of recent files. Both these methods are thread safe
   3. When the add methods are invoked an event is fired which causes
      the menu items to be updated immediately instead of only when you
      start JUMP

Paul

Larry Becker wrote:
> Added an "Open Recent Project" submenu to the File menu that will
> remember the last 8 tasks opened.  Tentative translations were made
> for French, German, and Spanish.
>
> In trying out various translations I had trouble deciding between, for
> example (in French)
>
> Ouvrir Des Projets Récents  (To open Recent Projects)
>
> Projets Récemment Ouverts (Recently Open Projects)
>
> I decided on the later, but would appreciate any insight on the
> preferred form of menu commands in various languages.  In English, we
> almost always go with "verb noun" or "verb adjective noun".
>
> regards,
> Larry Becker
>   



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to