Difference between revisions of "Analytica 6.0 beta Release notes/Changes in 6.0.4"
(Created page with "This page lists all changes in the beta build 6.0.4 that have occurred since the previous beta build 6.0.3. ==Maintenance recovery== *When using a RAM drive or network drive,...") |
|||
Line 11: | Line 11: | ||
==Diagram - Controls== | ==Diagram - Controls== | ||
− | Added a boolean option (i.e., | + | *Added a boolean option (i.e., with checkbox to indicate the current state) to the right-mouse context menu for a button (and its alias), named: "Run at load time". This sets the [[Proactive_Evaluation|ProactivelyEvaluate]] attribute's bit field to 32 for the button. |
+ | *Added "make alias" to the right mouse click menu for buttons. | ||
+ | *Removed "Make user input" and Make user output" from the right click menu of a button alias. (They are not likely to be of any use. They were already not present for the original button node's right click menu). | ||
+ | *Fixed a bug where undrawing an arrow was not removed properly from Min([X]) | ||
− | |||
==Functions (Built-in)== | ==Functions (Built-in)== | ||
+ | *Some sysfunctions were still using the deprecated Var..Do syntax in the description. Replaced this with Local..Do | ||
+ | |||
*Extended the [[Using_References|reference operator]] to allow for an unbound local index. The syntax is: \[.J]expr, where the local index might be created from within expr. This is similar to \[x.J]expr, except that you have no x to refer to when the local index is created from inside expr. | *Extended the [[Using_References|reference operator]] to allow for an unbound local index. The syntax is: \[.J]expr, where the local index might be created from within expr. This is similar to \[x.J]expr, except that you have no x to refer to when the local index is created from inside expr. | ||
*f-strings - change so that they use the default number format. | *f-strings - change so that they use the default number format. |
Revision as of 13:43, 3 June 2021
This page lists all changes in the beta build 6.0.4 that have occurred since the previous beta build 6.0.3.
Maintenance recovery
- When using a RAM drive or network drive, changed the Analytica crash recovery file to be saved in a local temp folder.
File Saving and Loading
- Speed up the process of saving a model to a VPN drive. Previously it was very slow.
Engine
Set Att_Templateinput and Att_TemplateOutput to always return a handle.
Diagram - Controls
- Added a boolean option (i.e., with checkbox to indicate the current state) to the right-mouse context menu for a button (and its alias), named: "Run at load time". This sets the ProactivelyEvaluate attribute's bit field to 32 for the button.
- Added "make alias" to the right mouse click menu for buttons.
- Removed "Make user input" and Make user output" from the right click menu of a button alias. (They are not likely to be of any use. They were already not present for the original button node's right click menu).
- Fixed a bug where undrawing an arrow was not removed properly from Min([X])
Functions (Built-in)
- Some sysfunctions were still using the deprecated Var..Do syntax in the description. Replaced this with Local..Do
- Extended the reference operator to allow for an unbound local index. The syntax is: \[.J]expr, where the local index might be created from within expr. This is similar to \[x.J]expr, except that you have no x to refer to when the local index is created from inside expr.
- f-strings - change so that they use the default number format.
- Fixed a bug with the FileSystemListing() function
Graphing
- Fixed a bug where transparency in a new color sequence was being removed inside of graph fills
Installer
- Added several new industry types, and an organization entry to the user pane on the installer for Free101 users.
Object window or atribute pan
- Added some code to allow nested curly braces for comments in some instances.
Comments
Enable comment auto-refresher