<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pavel Chuchuva &#187; Software</title>
	<atom:link href="http://chuchuva.com/pavel/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://chuchuva.com/pavel</link>
	<description>Blog about software</description>
	<lastBuildDate>Mon, 16 Jan 2012 10:02:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to open HTML files with Visual Studio from Far Manager</title>
		<link>http://chuchuva.com/pavel/2012/01/how-to-open-html-files-with-visual-studio-from-far-manager/</link>
		<comments>http://chuchuva.com/pavel/2012/01/how-to-open-html-files-with-visual-studio-from-far-manager/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 10:02:07 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=264</guid>
		<description><![CDATA[Occasionally I want to edit plain HTML file in Visual Studio. You know, those files with .htm or .html extension. Normally pressing Enter in Far Manager opens them in a browser. This is what I want most of the time, &#8230; <a href="http://chuchuva.com/pavel/2012/01/how-to-open-html-files-with-visual-studio-from-far-manager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Occasionally I want to edit plain HTML file in Visual Studio. You know, those files with .htm or .html extension. Normally pressing Enter in Far Manager opens them in a browser. This is what I want most of the time, so let&#8217;s keep it.</p>
<p>Idea: let&#8217;s use F4 key to open file in Visual Studio.</p>
<p>Here&#8217;s how to achieve it:</p>
<p>* Open Commands menu, select File associations.<br />
* Add new association, enter *.htm;*.html as a mask. Enter this command for F4:</p>
<pre><code>"C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" /edit "!.!"</code></pre>
<p><img class="alignnone size-full wp-image-265" src="http://chuchuva.com/pavel/images/2012/01/far-file-associations.png" alt="" width="727" height="389" /></p>
<p>Change path to devenv.exe if you have different version of Visual Studio.</p>
<p>Note the /edit parameter. It makes Visual Studio to re-use existing window if it is alredy running. Visual Studio is not exactly a lightweight editor so let&#8217;s be efficient here.</p>
<p>What if you want to open HTML file in internal Far editor? Simple: press Alft+F4.</p>
<p><strong>Reference:</strong></p>
<p><a href="http://msdn.microsoft.com/en-us/library/xee0c8y7.aspx">Devenv Command Line Switches</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2012/01/how-to-open-html-files-with-visual-studio-from-far-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detaching Far Manager from long-running process on Windows 7</title>
		<link>http://chuchuva.com/pavel/2010/10/detaching-far-manager-from-long-running-process-on-windows-7/</link>
		<comments>http://chuchuva.com/pavel/2010/10/detaching-far-manager-from-long-running-process-on-windows-7/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 10:29:49 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=221</guid>
		<description><![CDATA[OccasionallyÂ I launch a program from Far Manager that takes very long to complete. Normally you can use Ctrl+Alt+Tab to &#8220;detach&#8221; Far from a running process. Technical note #27 explains this well: If a long-running process (for example, archiving) was run &#8230; <a href="http://chuchuva.com/pavel/2010/10/detaching-far-manager-from-long-running-process-on-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>OccasionallyÂ I launch a program from Far Manager that takes very long to complete. Normally you can use Ctrl+Alt+Tab to &#8220;detach&#8221; Far from a running process.<a href="http://www.farmanager.com/svn/trunk/docs/ENG/TechInfo.txt"> Technical note #27</a> explains this well:</p>
<blockquote><p>If a long-running process (for example, archiving) was run in a FAR console, and for some reasons this very instance of FAR is needed (an editor in the background) or it is undesirable to run a new instance ofFAR, pressing this key combination will create a new console for FAR where it will continue running as if the process has already ended, and the process will continue working in the old console.</p></blockquote>
<p>Unfortunately this doesn&#8217;t work on Windows 7. Instead of detaching you get Windows task switcher:</p>
<p><img class="alignnone size-full wp-image-222" src="http://chuchuva.com/pavel/images/2010/10/windows-7-task-switcher.jpg" alt="Windows 7 task switcher" width="622" height="198" /></p>
<p>Interestingly the switcher is in &#8220;sticky&#8221; mode. It doesn&#8217;t disappear when you release keys. You can use arrow keys to select a window.</p>
<p>The fix is easy:</p>
<ol>
<li>Start regedit, open HKCU\Software\far2\System key.</li>
<li>CreateÂ ConsoleDetachKey string value, set it to some keyboard shortcut. I use CtrlAltX.</li>
<li>Restart Far Manager</li>
</ol>
<p>To test it try executing this command from Far:</p>
<pre><code>ping google.com -t</code></pre>
<p>Press Ctrl+Alt+X to get back to Far without stopping pings.</p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2010/10/detaching-far-manager-from-long-running-process-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting .Net DateTime to JavaScript Date</title>
		<link>http://chuchuva.com/pavel/2010/10/converting-net-datetime-to-javascript-date/</link>
		<comments>http://chuchuva.com/pavel/2010/10/converting-net-datetime-to-javascript-date/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 09:53:14 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Develop]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=213</guid>
		<description><![CDATA[JavaScript Date constructor accepts number of milliseconds since Unix epoch (1 January 1970 00:00:00 UTC). Here&#8217;s C# extension method that converts .Net DateTime object to JavaScript date: public static class DateTimeJavaScript { private static readonly long DatetimeMinTimeTicks = (new DateTime(1970, &#8230; <a href="http://chuchuva.com/pavel/2010/10/converting-net-datetime-to-javascript-date/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>JavaScript <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Date">Date</a> constructor accepts number of milliseconds since Unix epoch (1 January 1970 00:00:00 UTC). Here&#8217;s C# extension method that converts .Net DateTime object to JavaScript date:</p>
<pre><code class="prettyprint">public static class DateTimeJavaScript
{
   private static readonly long DatetimeMinTimeTicks =
      (new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc)).Ticks;

   public static long ToJavaScriptMilliseconds(this DateTime dt)
   {
      return (long)((dt.ToUniversalTime().Ticks - DatetimeMinTimeTicks) / 10000);
   }
}
</code></pre>
<p>Usage:</p>
<pre><code class="prettyprint">var dt = new Date(&lt;%= DateTime.Today.ToJavaScriptMilliseconds() %&gt;);
alert(dt);
</code></pre>
<h3>Reference</h3>
<p><a href="http://stackoverflow.com/questions/290227/java-system-currenttimemillis-equivalent-in-c">Java System.currentTimeMillis() equivalent in C#</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2010/10/converting-net-datetime-to-javascript-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to safely remove USB flash drive with Far Manager</title>
		<link>http://chuchuva.com/pavel/2010/05/how-to-safely-remove-usb-flash-drive-with-far-manager/</link>
		<comments>http://chuchuva.com/pavel/2010/05/how-to-safely-remove-usb-flash-drive-with-far-manager/#comments</comments>
		<pubDate>Mon, 10 May 2010 12:44:06 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=186</guid>
		<description><![CDATA[Do you have one of these: When you finish copying files from and to your USB flash drive you need to safely remove it, otherwise you risk losing data. Normally you do this by clicking icon with green arrow in &#8230; <a href="http://chuchuva.com/pavel/2010/05/how-to-safely-remove-usb-flash-drive-with-far-manager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Do you have one of these:<br />
<img class="alignnone size-full wp-image-187" src="http://chuchuva.com/pavel/images/2010/05/usb-flash-drive.jpg" alt="USB flash drive" width="500" height="340" /><br />
When you finish copying files from and to your USB flash drive you need to safely remove it, otherwise you risk losing data. Normally you do this by clicking icon with green arrow in system tray:<br />
<img class="alignnone size-full wp-image-189" src="http://chuchuva.com/pavel/images/2010/05/safely-remove-hardware.png" alt="" width="159" height="53" /></p>
<p>You can do the same with Far Manager. Open drive menu (Alt+F1 or Alt+F2), select your flash drive and press Shift+Del. You should get this confirmation:<br />
<img class="alignnone size-full wp-image-190" src="http://chuchuva.com/pavel/images/2010/05/far-device-removal.png" alt="" width="440" height="180" /><br />
Select &#8220;Remove&#8221; and you&#8217;re done. Note that the key combo (Shift+Del) is different from <a href="http://chuchuva.com/pavel/2010/01/trick-eject-cd-dvd-from-far-manager/">ejecting CD/DVD</a> (Del).</p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2010/05/how-to-safely-remove-usb-flash-drive-with-far-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhancement to launching PowerShell scripts from Far Manager</title>
		<link>http://chuchuva.com/pavel/2010/03/enhancement-to-launching-powershell-scripts-from-far-manager/</link>
		<comments>http://chuchuva.com/pavel/2010/03/enhancement-to-launching-powershell-scripts-from-far-manager/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 10:16:56 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=144</guid>
		<description><![CDATA[The method of launching PowerShell scripts from Far Manager I have described previously has 2 important drawbacks: You can&#8217;t pass arguments to the script, and You can&#8217;t launch script in a separate window Here&#8217;s how to fix this: Start regedit, &#8230; <a href="http://chuchuva.com/pavel/2010/03/enhancement-to-launching-powershell-scripts-from-far-manager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The method of <a href="http://chuchuva.com/pavel/2009/08/how-to-run-powershell-scripts-from-far-manager/">launching PowerShell scripts from Far Manager</a> I have described previously has 2 important drawbacks:</p>
<ol>
<li>You can&#8217;t pass arguments to the script, and</li>
<li>You can&#8217;t launch script in a separate window</li>
</ol>
<p>Here&#8217;s how to fix this:</p>
<ol>
<li>Start regedit, open HKCR\Microsoft.PowerShellScript.1\shell\Open\command key</li>
<li>Set it to<br />
<code>"C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe" "-file" "%1" %*</code></li>
</ol>
<p>Now you can press Shift+Enter to start PowerShell script in a new window.</p>
<p>As a bonus, you can now double-click .ps1 files in Windows Explorer to launch them. Why is this not a default behaviour? Most likely Microsoft decided to be extra cautious here.</p>
<p>Make sure you have Powershell version 2.0 or higher for this to work. <a href="http://powershell.com/cs/blogs/tips/archive/2009/09/11/which-powershell-version-am-i-running.aspx">How to check Powershell version</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2010/03/enhancement-to-launching-powershell-scripts-from-far-manager/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to redirect output of console program to a file in PowerShell</title>
		<link>http://chuchuva.com/pavel/2010/03/how-to-redirect-output-of-console-program-to-a-file-in-powershell/</link>
		<comments>http://chuchuva.com/pavel/2010/03/how-to-redirect-output-of-console-program-to-a-file-in-powershell/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 09:10:44 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=134</guid>
		<description><![CDATA[At some stage I decided I need backup plan for my virtual server. After some intensive web surfing I found brilliant command line tool &#8211; s3.exe. The next step was to schedule to run it periodically, every night, when everybody &#8230; <a href="http://chuchuva.com/pavel/2010/03/how-to-redirect-output-of-console-program-to-a-file-in-powershell/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>At some stage I decided I need backup plan for my virtual server. After some intensive web surfing I found brilliant command line tool &#8211; <a href="http://s3.codeplex.com/">s3.exe</a>. The next step was to schedule to run it periodically, every night, when everybody is sleeping.</p>
<p><img src="http://chuchuva.com/pavel/images/2010/03/night-mystery.jpg" alt="Night" title="" width="500" height="375" class="alignnone size-full wp-image-140" /></p>
<p>I decided to use PowerShell. It&#8217;s new, it&#8217;s powerful, it comes pre-installed with Windows Server 2008. PowerShell is very popular among system administrators.</p>
<p>Also, I got an idea to save output of backup application to log file so that I could see results later. And this is where things didn&#8217;t work as I expected. Here&#8217;s how to redirect console program output to a file:</p>
<pre><code>s3.exe &gt; log.txt</code></pre>
<p>If you run this you will be surprised to find that log.txt is empty. As it turns out s3.exe, being a good Windows citizen, writes errors to STDERR stream. To redirect error output to the same file you need to add magic string 2&gt;&amp;1:</p>
<pre><code>s3.exe 2&gt;&amp;1 &gt; log.txt</code></pre>
<p>Two new problems appear. First, errors appear as exceptions in log file:</p>
<pre><code>s3.exe : s3.exe version 1.6 - check for updates at http://s3.codeplex.com
At PS Logging.ps1:4 char:43
+ s3.exe &lt;&lt;&lt;&lt;  2&gt;&amp;1 &gt; log.txt
    + CategoryInfo          : NotSpecified: (s3.exe version ...s3.codeplex.com
   :String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError</code></pre>
<p>PowerShell helpfully wraps STDERR output <a href="http://halr9000.com/article/837">into exceptions</a>. This is nice but I don&#8217;t need it! All I want is to see how a program worked by examining log file. Do this to unwrap exceptions and show plain text:</p>
<pre><code>s3.exe 2&gt;&amp;1 | foreach-object {$_.ToString()} | Out-File log.txt</code></pre>
<p>And second, errors areÂ out of order with normal output. They could appear before or after normal lines emitted by a program, making it hard to diagnose problem. To confirm that, I created a simple console program:</p>
<pre><code class="prettyprint">static void Main(string[] args)
{
   for (int i = 0; i < 10; i++)
   {
      Console.WriteLine("Hello");
   }
   Console.Error.WriteLine("Bah bah");
   for (int i = 0; i < 10; i++)
   {
      Console.WriteLine("2");
   }
}
</code></pre>
<p>If you run this program from PowerShell and redirect output to a file, error message (bah bah) could appear anywhere in the log file:</p>
<pre><code>Hello
<strong>Bah bah</strong>
Hello
Hello
Hello
Hello
Hello
Hello
Hello
Hello
Hello
2
2
2
2
2
2
2
2
2
2</code></pre>
<p> The solution I came up with is to let old reliable cmd.exe to do the work:</p>
<pre><code>cmd /c s3.exe `>log.txt 2`>`&#038;1</code></pre>
<p>Note backsticks â€“ I use them to prevent PowerShell from parsing redirect operators.</p>
<h4>Links</h4>
<p><a href="http://devcentral.f5.com/weblogs/Joe/archive/2009/01/09/powershell-abcs---o-is-for-output.aspx">PowerShell ABC's - O is for Output</a><br />
<a href="http://groups.google.com.au/group/microsoft.public.windows.powershell/browse_thread/thread/41c84d2b76785329/228e5ee428392294">How to capture exe output to a PowerShell variable</a><br />
Another approach to unwrap exceptions: <a href="http://knowbody.livejournal.com/11406.html">use add-content cmdlet</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2010/03/how-to-redirect-output-of-console-program-to-a-file-in-powershell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to open .docx and .xlsx files from Far Manager</title>
		<link>http://chuchuva.com/pavel/2010/01/how-to-open-docx-and-xlsx-files-from-far-manager/</link>
		<comments>http://chuchuva.com/pavel/2010/01/how-to-open-docx-and-xlsx-files-from-far-manager/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 09:34:01 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=117</guid>
		<description><![CDATA[If you try to open Office 2007 document (.docx or .xlsx) in Far Manager it will simply open them as a ZIP archive. Clearly, that&#8217;s not what you want. Here&#8217;s how to fix it: Go to Commands â€º File association. &#8230; <a href="http://chuchuva.com/pavel/2010/01/how-to-open-docx-and-xlsx-files-from-far-manager/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you try to open Office 2007 document (.docx or .xlsx) in Far Manager it will simply open them as a ZIP archive. Clearly, that&#8217;s not what you want. Here&#8217;s how to fix it:</p>
<ol>
<li>Go to Commands â€º File association.</li>
<li>Create a new association by pressing Ins.</li>
<li>Enter <code>*.doc;*.docx;*.xlsx;*.pptx</code> as a mask.</li>
<li>Enter <code>@"!.!"</code> as Execute command (used for Enter).</li>
</ol>
<p><img class="alignnone size-full wp-image-118" src="http://chuchuva.com/pavel/images/2010/01/far-file-associations.png" alt="File associations in Far Manager" width="483" height="216" /></p>
<p>You can still open docx file as an archive by pressing Ctrl+PgDn.</p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2010/01/how-to-open-docx-and-xlsx-files-from-far-manager/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Trick: eject CD/DVD from Far Manager</title>
		<link>http://chuchuva.com/pavel/2010/01/trick-eject-cd-dvd-from-far-manager/</link>
		<comments>http://chuchuva.com/pavel/2010/01/trick-eject-cd-dvd-from-far-manager/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 09:41:21 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=105</guid>
		<description><![CDATA[This is a nice trick: in Far Manager, invoke drive menu by pressing Alt+F1: Select CD-ROM and press Delete. CD/DVD will get ejected. You can also press Del key on network drives to unmap them.]]></description>
			<content:encoded><![CDATA[<p>This is a nice trick: in Far Manager, invoke drive menu by pressing Alt+F1:</p>
<p><img class="alignnone size-full wp-image-106" title="far-drive-menu" src="http://chuchuva.com/pavel/images/2010/01/far-drive-menu.png" alt="far-drive-menu" width="240" height="234" /></p>
<p>Select CD-ROM and press Delete. CD/DVD will get ejected.</p>
<p>You can also press Del key on network drives to unmap them.</p>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2010/01/trick-eject-cd-dvd-from-far-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Middle-click in Far Manager 2</title>
		<link>http://chuchuva.com/pavel/2009/12/middle-click-in-far-manager-2/</link>
		<comments>http://chuchuva.com/pavel/2009/12/middle-click-in-far-manager-2/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 10:44:26 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=98</guid>
		<description><![CDATA[In Far Manager 1.70 you could browse folders with mouse wheel. Rotating wheel would scroll up and down. Middle-click would open a folder. But version 2.0 disables middle-click. Boo! Never take away features from users. Fortunately it&#8217;s very easy to &#8230; <a href="http://chuchuva.com/pavel/2009/12/middle-click-in-far-manager-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In Far Manager 1.70 you could browse folders with mouse wheel. Rotating wheel would scroll up and down. Middle-click would open a folder. But version 2.0 disables middle-click. Boo! Never take away features from users.</p>
<p><img class="alignnone size-full wp-image-99" src="http://chuchuva.com/pavel/images/2009/12/mouse-wheel.jpg" alt="Mouse wheel" width="500" height="333" /></p>
<p>Fortunately it&#8217;s very easy to restore this functionality:</p>
<ol>
<li>Launch [C:\Program Files\Far2\Addons\Macros\MiddleClickAsEnter.reg]. If you don&#8217;t have this folder re-install Far and add Addons Â» Macros feature.</li>
<li>Restart Far Manager.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2009/12/middle-click-in-far-manager-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change Far Manager&#8217;s font and window size</title>
		<link>http://chuchuva.com/pavel/2009/12/how-to-change-far-manager-font-and-window-size/</link>
		<comments>http://chuchuva.com/pavel/2009/12/how-to-change-far-manager-font-and-window-size/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 08:41:23 +0000</pubDate>
		<dc:creator>Pavel Chuchuva</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[far-manager]]></category>

		<guid isPermaLink="false">http://chuchuva.com/pavel/?p=93</guid>
		<description><![CDATA[Freshly installed Far Manager looks um&#8230; small: Here&#8217;s how to make its window bigger: Right-click on the window title, select Properties Switch to Font tab Select a bigger font. I prefer raster font 10 x 18. (optional) Switch to Layout &#8230; <a href="http://chuchuva.com/pavel/2009/12/how-to-change-far-manager-font-and-window-size/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Freshly installed Far Manager looks um&#8230; small:<br />
<img class="alignnone size-full wp-image-94" src="http://chuchuva.com/pavel/images/2009/12/far-manager-small.png" alt="" width="652" height="338" /></p>
<p>Here&#8217;s how to make its window bigger:</p>
<ol>
<li>Right-click on the window title, select Properties</li>
<li>Switch to Font tab</li>
<li>Select a bigger font. I prefer raster font 10 x 18.</li>
<li>(optional) Switch to Layout tab and change window size there. I leave it as 80 x 25.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://chuchuva.com/pavel/2009/12/how-to-change-far-manager-font-and-window-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

