Search

 

Version: 6.0.0 +

Applicable to: Futurama Editor

 

Description

In case Futurama is running in Editor mode it is possible to configure settings for history. These settings are set in the history-section of the configuration file.

Configuration

Settings

Within the configuration element the next code has to be included:

<configSections>
	<sectionGroup name="futuramaSettings">
		<section name="history" type="ActuIT.Futurama.Config.HistorySection, ActuIT.Futurama.Engine,Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>
	</sectionGroup>
</configSections>

Next to this code, also within the configuration element the next code has to be included:

<futuramaSettings>
	<history path="{path}" showWindow="{true/false}" useDocumentGUID="{true/false}" log="{true/false}"></history>
</futuramaSettings>

The futuramaSettings element is the general part for more configuration settings. Within this element the history element is set.

Explanation

Within the history element some attributes can be set. Below the possible values of these attributes.

log

Indicates whether the history of operations that were performed in the Editor are logged or not. Notes:

  • default value is 'true'
  • this attribute is optional. If this attribute is not included the default value is used
path

Indicates the location where the history is saved. Notes:

  • default value is empty
  • this attribute is optional. If empty or omitted, history files are saved in the location where the original Futurama definition files are saved.
useDocumentGUID

Indicates whether the unique ID of the document is used as name of the history file or the name of the original file. Notes:

  • default value is false
  • this attribute is optional. If empty or omitted, the names of history files are the names of the original files with extension .history.xml instead of .xml.
showWindow

Indicates whether a window is shown in the Editor that enabled the developer to view, undo and redo previous operations . Notes:

  • default value is false
  • this attribute is optional. If this attribute is not included the default value is used.

Feedback

If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.

Updated: 2016-08-31