Difference between pages "Rodin Platform 2.6 Release Notes" and "File:Screen max completion constant.png"

From Event-B
(Difference between pages)
Jump to navigationJump to search
imported>Laurent
(More plans)
 
(Maintenance script uploaded File:Screen max completion constant.png)
 
Line 1: Line 1:
RODIN 2.6 is planned for 31st July, 2012.
+
Screenshot of TextEditor showing the code completion for a constant name
 
 
N.B. Release notes are commented in this page.
 
<!--
 
{{TOCright}}
 
 
 
== What's New in Rodin 2.6? ==
 
 
 
PLANS ARE :
 
- Theory plug-in in core
 
- Operator definition / axiomatic definition
 
- Type instantiation (performed by Systerel)
 
- Improved structured editor
 
- Mathematical extension to external provers
 
 
 
 
 
* General Interface
 
{{TODO | ...}}
 
 
 
* Modelling
 
{{TODO | ...}}
 
 
 
* Proving
 
{{TODO | ...}}
 
 
 
* Changes for plugin-developers
 
{{TODO | ...}}
 
 
 
== Requirements - Compatibility ==
 
 
 
* Configurations supported (and for which binaries are provided)
 
** Linux 32-bit
 
** Linux 64-bit
 
** Windows 32-bit
 
** Windows 64-bit
 
** Mac 64-bit
 
 
 
* You need to have a Java JRE (6.0 or later) installed on your computer. The Rodin product will not work with a previous version. To run Rodin 64-bit, you need a 64-bit JRE.
 
 
 
* To enhance your proving experience, the eclipse font settings (size, aspect...) are available from the preferences (General > Appearance > Colors and Fonts > Rodin). These settings allow you to modify the properties set on the Event-B Keyboard Text Font which is used in many views of the Proving UI. However, to enjoy these functionnalities, you need to install the Brave Sans Mono font on your system. You can download this font from the link [http://sourceforge.net/projects/rodin-b-sharp/files/Font_%20Brave%20Sans%20Mono/0.12/ here].
 
 
 
* Linux: the internal browser does not work with xulrunner-2.0 (for instance, it causes the welcome page to display a link instead of a html page and the '''Pretty Printer''' does not work); xulrunner-1.9.x must be installed.
 
 
 
* Linux 64-bit:
 
: package ia32-libs (and its dependencies) must be installed.
 
 
 
* Windows 64-bit:
 
: Atelier B provers work more slowly; it can cause ML to not automatically discharge some sequents that it discharges on windows 32-bit, due to its timeout. A workaround is to download a custom profile: [http://sourceforge.net/projects/rodin-b-sharp/files/DefaultAuto_ML800 DefaultAuto_ML800], then Window > Preferences > Event-B > Sequent Prover > Auto/Post Tactic > Profiles (tab) > Import..., point to the downloaded file, 'Select All' profiles (there are 2), OK. Then in 'Auto/Post Tactic' tab, select 'Default Auto Tactic Profile (ML 800)' profile for auto-tactics. It is the same as the 'Default Auto Tactic Profile', except ML has a longer timeout (800 ms). You can of course change this timeout by editing the 'ML (800)' profile.
 
: We have not noticed this problem for Linux 64-bit, nor for other platforms; however if you do, the same workaround applies.
 
 
 
{{TODO | VERIFY REQUIREMENTS ABOVE}}<br>
 
{{TODO | Inform here of some specific system requirements (version of Java, etc).}}
 
 
 
== External plug-ins ==
 
{{TODO | Link to the external page for plug-ins}}<br>
 
Link of the form:
 
<nowiki>{{:Rodin_Platform_2.6.0_External_Plug-ins}}</nowiki>
 
 
 
== Installing ==
 
{{TODO | Add here a link to download the platform.}}
 
 
 
=== Downloading ===
 
[http://sourceforge.net/projects/rodin-b-sharp/files/Core_Rodin_Platform/2.6/ Download Rodin 2.6 now !]
 
 
 
=== Upgrading from Rodin 2.5.x ===
 
 
 
Use rodin-2.6-repo.zip:
 
 
 
* download archive [http://sourceforge.net/projects/rodin-b-sharp/files/Core_Rodin_Platform/2.6/rodin-2.6-repo.zip/download rodin-2.6-repo.zip]
 
* launch Rodin 2.5.x
 
* Help > Install New Software... > Add... > enter a name (for instance "Rodin 2.6") then
 
: Archive... > select the rodin-2.6-repo.zip archive
 
: Mac users may have to use Local... then point to archive root directory, in case the archive was automatically unzipped
 
* set options in the bottom of the page:
 
:* check
 
:** "Show only the latest versions of available software"
 
:** "Hide items that are already installed"
 
:* uncheck
 
:** "Group items by category"
 
:** "Contact all update sites..."
 
: the central area should now list many entries
 
* select "Rodin Platform", click "Next"
 
: a message informs "Your original request has been modified.  See the details."
 
: "Rodin Platform" is already installed, so an update will be performed instead.
 
* click Next, accept license, finish and restart
 
 
 
== Fixed Bugs ==
 
{{TODO | Add here a list of the fixed bugs.}}
 
 
 
== Known Issues ==
 
{{TODO | COPY KNOWN ISSUES FROM PREVIOUS PAGES / VERIFY}}<br>
 
{{TODO | Add here a link to the SourceForge Bugs page, after filtering bugs (Assignee Any, Status Open, Category Any, Group 1.2).}}
 
 
 
== Disclaimer ==
 
Since Rodin is continuously maintained, several unsoundness bugs which have been encountered were investigated and fixed. However, despite the total commitment of our teams to insure the soundness of the platform, some unexpected and unknown soundness issues could remain. We would be grateful if you would report these issues to the [mailto:rodin-b-sharp-devel@lists.sourceforge.net development mailing list].
 
 
 
== About ==
 
Rodin Platform up to rxxxx.<br>
 
Developer Release date : dd/mm/yyyy.<br>
 
User Release date : dd/mm/yyyy.
 
 
 
[[Category:Rodin Platform Release Notes]]
 
-->
 

Latest revision as of 20:49, 30 April 2020

Screenshot of TextEditor showing the code completion for a constant name