Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
options:files [2018/04/13 12:32] adminoptions:files [2020/04/16 23:09] (current) admin
Line 5: Line 5:
   * //workspaces\default.hewsp// - Default workspace. Window positions and states, open files, recent files, input history etc for HE started standalone   * //workspaces\default.hewsp// - Default workspace. Window positions and states, open files, recent files, input history etc for HE started standalone
   * //workspaces\viewer.hewsp// - Viewer workspace. Same as default.hewsp but for cases when HE started by double click from explorer (if --workspace=viewer passed in command line)   * //workspaces\viewer.hewsp// - Viewer workspace. Same as default.hewsp but for cases when HE started by double click from explorer (if --workspace=viewer passed in command line)
 +  * //workspaces\auto\// - directory containing //auto// workspaces, created for current directory with [[general:command-line|command line parameter **w.**]] 
 +  * //workspaces\<workspace_name>.heclip// - clipboard content for specific workspace. The content is stored only in case, if there are more then one item in multi-clipboard (e.g you have copied several text blocks in text editor)
 +  * //workspaces\<workspace_name>.heundo// - undo history for files currently open in workspace (stored between sessions). From 1.50.
   * //data\settings.xml// - editor settings   * //data\settings.xml// - editor settings
   * //data\autocorrect.xml// - autocorrection data   * //data\autocorrect.xml// - autocorrection data
Line 45: Line 48:
   * **%TEMP%\he*.tmp** --> [[options:cache|HippoEDIT temporary files]].   * **%TEMP%\he*.tmp** --> [[options:cache|HippoEDIT temporary files]].
   * **<file name>.bak** --> [[options:editor:file-backup|Backup]] of last file state before modifying (//Options->Editor->File Backup//)   * **<file name>.bak** --> [[options:editor:file-backup|Backup]] of last file state before modifying (//Options->Editor->File Backup//)
-  * **<workspace_name.undo>** --> undo history for files open in workspace (stored between sessions). From 1.50. 
   * ***.heprj** --> HippoEDIT project files.   * ***.heprj** --> HippoEDIT project files.
 +  * ***.hemcr** --> HippoEDIT macro file
 +  * ***.hejs** --> HippoEDIT JS scripting file
 +  * ***.hebundle** --> HippoEDIT bundle file (zip archive) containing HippoEDIT installable component (plugin, syntax, dictionary, etc.)