Difference between pages "Rodin Platform 1.2 Release Notes" and "Rodin Platform 2.0 Release Notes"

From Event-B
(Difference between pages)
Jump to navigationJump to search
imported>Nicolas
 
imported>Pascal
 
Line 1: Line 1:
 
{{TOCright}}
 
{{TOCright}}
  
== What's New in Rodin 1.2? ==
+
== What's New in Rodin 2.0? ==
 
{{TODO | List here the new features and improvements.}}
 
{{TODO | List here the new features and improvements.}}
  
* [[Generated Model Elements | Generated elements]]
+
* get rid of deprecated eventBKeyboard plug-in in UI
 
+
* get rid of deprecated ITacticProvider interface in UI (replaced with ITacticProvider2)
* [[Predicate_variables|Predicate variables extension]]
+
* counter examples in proof files
 
 
* Migration to Eclipse 3.5 (Galileo)
 
  
 
== Requirements ==
 
== Requirements ==
 
{{TODO | Inform here of some specific system requirements (version of Java, etc).}}
 
{{TODO | Inform here of some specific system requirements (version of Java, etc).}}
 +
* Migration to Eclipse 3.5 (Galileo)
  
 
== External plug-ins ==
 
== External plug-ins ==
Line 25: Line 24:
 
{{TODO | Add here a link to the SourceForge Bugs page, after filtering bugs (Assignee Any, Status Open, Category Any, Group 1.2).}}
 
{{TODO | Add here a link to the SourceForge Bugs page, after filtering bugs (Assignee Any, Status Open, Category Any, Group 1.2).}}
  
* XULRunner 1.9.1 may cause an SWT exception that prevents from opening an editor (as well as any browser-based ui component). To fix it, it is possible to specify XULRunner path to point to 1.9.0: edit "rodin.ini" and add the following line:
+
[[Category:Rodin Platform]]
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9.0.14
 
where "/usr/lib/xulrunner-1.9.0.14" must be replaced with your actual XULRunner 1.9.0 install directory.
 
 
 
* Using Rodin on GNOME desktop may result in a situation where buttons lock windows. To avoid this situation, it is needed to launch Rodin with
 
GDK_NATIVE_WINDOWS=1 /path_to_rodin/rodin
 
 
 
* A warning like the following one is displayed to the standard output when platform starts on GNOME desktop:
 
(rodin:17254): GLib-WARNING **: g_set_prgname() called multiple times
 
It's a GNOME bug. Information found there: [[https://issues.foresightlinux.org/browse/FL-2333]]
 
 
 
[[Category:Rodin Platform Release Notes]]
 

Revision as of 16:12, 14 September 2009

What's New in Rodin 2.0?

TODO: List here the new features and improvements.

  • get rid of deprecated eventBKeyboard plug-in in UI
  • get rid of deprecated ITacticProvider interface in UI (replaced with ITacticProvider2)
  • counter examples in proof files

Requirements

TODO: Inform here of some specific system requirements (version of Java, etc).

  • Migration to Eclipse 3.5 (Galileo)

External plug-ins

TODO: Describe here the available plug-ins, and the supported versions for this release.

Downloading

TODO: Add here a link to download the platform.

Fixed Bugs

TODO: Add here a list of the fixed bugs.

Known Issues

TODO: Add here a link to the SourceForge Bugs page, after filtering bugs (Assignee Any, Status Open, Category Any, Group 1.2).