<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.ultraedit.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Eal4195</id>
		<title>UltraEdit Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.ultraedit.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Eal4195"/>
		<link rel="alternate" type="text/html" href="https://wiki.ultraedit.com/Special:Contributions/Eal4195"/>
		<updated>2026-06-04T00:54:43Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.0</generator>

	<entry>
		<id>https://wiki.ultraedit.com/index.php?title=Encrypting_and_decrypting_files&amp;diff=1192</id>
		<title>Encrypting and decrypting files</title>
		<link rel="alternate" type="text/html" href="https://wiki.ultraedit.com/index.php?title=Encrypting_and_decrypting_files&amp;diff=1192"/>
				<updated>2022-05-21T12:55:42Z</updated>
		
		<summary type="html">&lt;p&gt;Eal4195: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
---&lt;br /&gt;
[[[[Media:Link title]][[File:&amp;#039;&amp;#039;&amp;#039;Example.jpg&amp;#039;&amp;#039;&amp;#039;]]]]h&lt;br /&gt;
&lt;br /&gt;
After the file is encrypted, it is closed and saved to your hard drive with a &amp;quot;.uenc&amp;quot; file extension. You are prompted to delete the original (unencrypted) file from disk.&lt;br /&gt;
&lt;br /&gt;
==Decrypt a file==&lt;br /&gt;
[[File:UltraEdit decrypt file.png|right|alt=Screenshot of UltraEdit&amp;#039;s Decrypt File dialog]]&lt;br /&gt;
When you select &amp;#039;&amp;#039;&amp;#039;Decrypt file&amp;#039;&amp;#039;&amp;#039;, the &amp;quot;Decrypt file(s)&amp;quot; dialog is opened where you can select an encrypted file to decrypt. Additionally, if you attempt to open an encrypted file with UltraEdit&amp;#039;s / UEStudio&amp;#039;s regular [[File open]] dialog, the &amp;quot;Decrypt file(s)&amp;quot; dialog is shown so that you can decrypt the file for editing.&lt;br /&gt;
-&lt;br /&gt;
The &amp;quot;Decrypt file(s)&amp;quot; dialog includes the following options:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;File(s) to decrypt&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
This field contains the full file path of the file you wish to decrypt. You can use the &amp;#039;&amp;#039;&amp;#039;...&amp;#039;&amp;#039;&amp;#039; button to browse to and select one or more file(s) to decrypt. Remember, unless manually modified, files encrypted by UltraEdit or UEStudio will be stored on your hard drive with a &amp;quot;.uenc&amp;quot; file extension.&lt;/div&gt;</summary>
		<author><name>Eal4195</name></author>	</entry>

	<entry>
		<id>https://wiki.ultraedit.com/index.php?title=Status_bar&amp;diff=1191</id>
		<title>Status bar</title>
		<link rel="alternate" type="text/html" href="https://wiki.ultraedit.com/index.php?title=Status_bar&amp;diff=1191"/>
				<updated>2022-05-21T12:19:43Z</updated>
		
		<summary type="html">&lt;p&gt;Eal4195: /* Encoding type */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
----&lt;br /&gt;
Bold text&amp;#039;&amp;#039;&amp;#039;[[Category:Layout tab]]&lt;br /&gt;
The Status Bar is the small row with tips and information displayed at the bottom of the UltraEdit / UEStudio window. The status bar can be toggled in the [[:Category:Layout tab|Layout tab]]. The status bar includes the following sections, from left to right.&lt;br /&gt;
 &lt;br /&gt;
==Help prompts==&lt;br /&gt;
The left area of the status bar displays descriptions of menu items as you use the arrow keys to navigate through menu items or hover the mouse pointer over menu items.  This area additionally shows messages that describe the actions of toolbar buttons as you hover the mouse pointer over them or depress them before releasing them. (These help prompts aren&amp;#039;t shown for ribbon mode, and a tool tip is displayed instead.)&lt;br /&gt;
 &lt;br /&gt;
If macro recording is in progress, a red dot and the word &amp;quot;Macro&amp;quot; will be displayed in the right-most area of this field as well.&lt;br /&gt;
&lt;br /&gt;
This section of the status bar also shows [[find in files]] and [[quick find]] information.&lt;br /&gt;
 &lt;br /&gt;
==Line / column number==&lt;br /&gt;
The line number (if enabled) of the cursor in the file, and the column number are displayed together in a single panel.&lt;br /&gt;
 &lt;br /&gt;
In [[hex edit]] mode this displays the cursor position in hex and decimal values.&lt;br /&gt;
 &lt;br /&gt;
==Active clipboard==&lt;br /&gt;
The active [[Clipboards|clipboard]] is shown as &amp;quot;C#&amp;quot; in the status bar following the line and column indicator separated with a comma. &amp;quot;C0&amp;quot; represents the Windows / system clipboard, while &amp;quot;C1&amp;quot; - &amp;quot;C9&amp;quot; represents user clipboards 1 - 9.&lt;br /&gt;
 &lt;br /&gt;
==Line terminator type==&lt;br /&gt;
This portion of the status bar indicates whether the active file contains DOS, Unix/Mac, or Mac legacy line terminators.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DOS:&amp;#039;&amp;#039;&amp;#039; Standard Windows line terminators (CR/LF, or hex 0D 0A) are used.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Unix/Mac:&amp;#039;&amp;#039;&amp;#039; Standard Unix and Mac line terminators (LF, or hex 0A) are used.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Mac legacy:&amp;#039;&amp;#039;&amp;#039; Legacy Mac line terminators (CR, or hex 0D) are used.&lt;br /&gt;
 &lt;br /&gt;
==Encoding type==&lt;br /&gt;
This interactive section of the status bar shows the encoding of the active file. Click the button immediately to the right to open a menu and select a different encoding type for the active file. This does not actually affect the underlying content of the file, and no conversion to the file on disk is done (except in the case of new, unsaved files).  This merely changes the encoding used to display the file in the editor.&lt;br /&gt;
&lt;br /&gt;
==Syntax highlighting type==&lt;br /&gt;
This interactive section of the status bar shows the [[syntax highlighting]] applied to the active file. Click the button immediately to the right to open a menu and select a different highlighting type for the active file (this is not remembered between editing sessions).&lt;br /&gt;
 &lt;br /&gt;
==Date / time==&lt;br /&gt;
This portion of the status bar shows the date and time the active file was last modified (prior to this session).  For new files, the date and time shown is the creation date and time.  The date format is read from the system &amp;quot;short date&amp;quot; setting. You can configure this in your operating system&amp;#039;s regional settings.&lt;br /&gt;
 &lt;br /&gt;
==File (or selection) size / number of lines==&lt;br /&gt;
This portion of the status bar shows the file size in &amp;#039;&amp;#039;&amp;#039;bytes&amp;#039;&amp;#039;&amp;#039; as well as the &amp;#039;&amp;#039;&amp;#039;total number of lines&amp;#039;&amp;#039;&amp;#039; in the active file.  The file size is updated when UltraEdit / UEStudio writes any changes to the disk on save.  When a selection is active in the file, this field reflects the number of characters / lines selected.  For performance reasons, the number of lines selected is not displayed if the total file size exceeds 10MB.&lt;br /&gt;
&lt;br /&gt;
In [[column mode]] with a selection active in the file, this field shows the number of selected columns if at least 1 column is selected.&lt;br /&gt;
&lt;br /&gt;
In [[hex edit]] mode with a selection active, this field shows the number of selected bytes only.&lt;br /&gt;
 &lt;br /&gt;
==Read-only status==&lt;br /&gt;
If the active file is set to read-only, R/O is shown in this control to indicate this state.  If the active file is writable, R/W (readable/writable) will be displayed here.  You can click this item to toggle the active file&amp;#039;s read-only status. Doing so does not affect the underlying file attribute unless the option &amp;quot;Change file attribute when toggling read-only for active file&amp;quot; is selected under [[Settings:File Handling:Miscellaneous|Settings &amp;amp;raquo; File Handling &amp;amp;raquo; Miscellaneous]].&lt;br /&gt;
 &lt;br /&gt;
==Insert / overstrike status==&lt;br /&gt;
This portion of the status bar indicates whether in [https://en.wikipedia.org/wiki/Insert_key insert or overstrike mode]. You can click this item to toggle between modes. This affects all open files and not just the active file.&lt;br /&gt;
 &lt;br /&gt;
==Column mode status==&lt;br /&gt;
This portion of the status bar indicates whether in [[column mode]]. You can click this item to toggle column mode. This affects all open files and not just the active file.&lt;br /&gt;
 &lt;br /&gt;
==Caps lock status==&lt;br /&gt;
The rightmost area of the status bar shows &amp;quot;CAP&amp;quot; if caps lock is enabled.  This is subdued if caps lock is not enabled.&lt;/div&gt;</summary>
		<author><name>Eal4195</name></author>	</entry>

	<entry>
		<id>https://wiki.ultraedit.com/index.php?title=Status_bar&amp;diff=1190</id>
		<title>Status bar</title>
		<link rel="alternate" type="text/html" href="https://wiki.ultraedit.com/index.php?title=Status_bar&amp;diff=1190"/>
				<updated>2022-05-21T12:17:05Z</updated>
		
		<summary type="html">&lt;p&gt;Eal4195: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
----&lt;br /&gt;
Bold text&amp;#039;&amp;#039;&amp;#039;[[Category:Layout tab]]&lt;br /&gt;
The Status Bar is the small row with tips and information displayed at the bottom of the UltraEdit / UEStudio window. The status bar can be toggled in the [[:Category:Layout tab|Layout tab]]. The status bar includes the following sections, from left to right.&lt;br /&gt;
 &lt;br /&gt;
==Help prompts==&lt;br /&gt;
The left area of the status bar displays descriptions of menu items as you use the arrow keys to navigate through menu items or hover the mouse pointer over menu items.  This area additionally shows messages that describe the actions of toolbar buttons as you hover the mouse pointer over them or depress them before releasing them. (These help prompts aren&amp;#039;t shown for ribbon mode, and a tool tip is displayed instead.)&lt;br /&gt;
 &lt;br /&gt;
If macro recording is in progress, a red dot and the word &amp;quot;Macro&amp;quot; will be displayed in the right-most area of this field as well.&lt;br /&gt;
&lt;br /&gt;
This section of the status bar also shows [[find in files]] and [[quick find]] information.&lt;br /&gt;
 &lt;br /&gt;
==Line / column number==&lt;br /&gt;
The line number (if enabled) of the cursor in the file, and the column number are displayed together in a single panel.&lt;br /&gt;
 &lt;br /&gt;
In [[hex edit]] mode this displays the cursor position in hex and decimal values.&lt;br /&gt;
 &lt;br /&gt;
==Active clipboard==&lt;br /&gt;
The active [[Clipboards|clipboard]] is shown as &amp;quot;C#&amp;quot; in the status bar following the line and column indicator separated with a comma. &amp;quot;C0&amp;quot; represents the Windows / system clipboard, while &amp;quot;C1&amp;quot; - &amp;quot;C9&amp;quot; represents user clipboards 1 - 9.&lt;br /&gt;
 &lt;br /&gt;
==Line terminator type==&lt;br /&gt;
This portion of the status bar indicates whether the active file contains DOS, Unix/Mac, or Mac legacy line terminators.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;DOS:&amp;#039;&amp;#039;&amp;#039; Standard Windows line terminators (CR/LF, or hex 0D 0A) are used.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Unix/Mac:&amp;#039;&amp;#039;&amp;#039; Standard Unix and Mac line terminators (LF, or hex 0A) are used.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Mac legacy:&amp;#039;&amp;#039;&amp;#039; Legacy Mac line terminators (CR, or hex 0D) are used.&lt;br /&gt;
 &lt;br /&gt;
==Encoding type==&lt;br /&gt;
This interactive section of the status bar shows the encoding of the active file. Click the button immediately to the right to open a menu and select a different encoding type for the active file. This does not actually affect the underlying content of the file, and no conversion to the file on disk is done (except in the case of new, unsaved files).  This merely changes the encoding used to display the file in the editor. &lt;br /&gt;
 &lt;br /&gt;
==Syntax highlighting type==&lt;br /&gt;
This interactive section of the status bar shows the [[syntax highlighting]] applied to the active file. Click the button immediately to the right to open a menu and select a different highlighting type for the active file (this is not remembered between editing sessions).&lt;br /&gt;
 &lt;br /&gt;
==Date / time==&lt;br /&gt;
This portion of the status bar shows the date and time the active file was last modified (prior to this session).  For new files, the date and time shown is the creation date and time.  The date format is read from the system &amp;quot;short date&amp;quot; setting. You can configure this in your operating system&amp;#039;s regional settings.&lt;br /&gt;
 &lt;br /&gt;
==File (or selection) size / number of lines==&lt;br /&gt;
This portion of the status bar shows the file size in &amp;#039;&amp;#039;&amp;#039;bytes&amp;#039;&amp;#039;&amp;#039; as well as the &amp;#039;&amp;#039;&amp;#039;total number of lines&amp;#039;&amp;#039;&amp;#039; in the active file.  The file size is updated when UltraEdit / UEStudio writes any changes to the disk on save.  When a selection is active in the file, this field reflects the number of characters / lines selected.  For performance reasons, the number of lines selected is not displayed if the total file size exceeds 10MB.&lt;br /&gt;
&lt;br /&gt;
In [[column mode]] with a selection active in the file, this field shows the number of selected columns if at least 1 column is selected.&lt;br /&gt;
&lt;br /&gt;
In [[hex edit]] mode with a selection active, this field shows the number of selected bytes only.&lt;br /&gt;
 &lt;br /&gt;
==Read-only status==&lt;br /&gt;
If the active file is set to read-only, R/O is shown in this control to indicate this state.  If the active file is writable, R/W (readable/writable) will be displayed here.  You can click this item to toggle the active file&amp;#039;s read-only status. Doing so does not affect the underlying file attribute unless the option &amp;quot;Change file attribute when toggling read-only for active file&amp;quot; is selected under [[Settings:File Handling:Miscellaneous|Settings &amp;amp;raquo; File Handling &amp;amp;raquo; Miscellaneous]].&lt;br /&gt;
 &lt;br /&gt;
==Insert / overstrike status==&lt;br /&gt;
This portion of the status bar indicates whether in [https://en.wikipedia.org/wiki/Insert_key insert or overstrike mode]. You can click this item to toggle between modes. This affects all open files and not just the active file.&lt;br /&gt;
 &lt;br /&gt;
==Column mode status==&lt;br /&gt;
This portion of the status bar indicates whether in [[column mode]]. You can click this item to toggle column mode. This affects all open files and not just the active file.&lt;br /&gt;
 &lt;br /&gt;
==Caps lock status==&lt;br /&gt;
The rightmost area of the status bar shows &amp;quot;CAP&amp;quot; if caps lock is enabled.  This is subdued if caps lock is not enabled.&lt;/div&gt;</summary>
		<author><name>Eal4195</name></author>	</entry>

	</feed>