<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>JGsoft Newsfeed</title>
		<link>http://www.just-great-software.com/maillist.html</link>
		<description>Subscribe to the JGsoft newsfeed to be notified about major project updates, new product releases, etc.  The newsfeed also regularly shares tips and tricks, and information about future developments.</description>
		<copyright>Copyright © 2005-2008 Jan Goyvaerts</copyright>
		<generator>AceText 2.1.7 PRE-RELEASE</generator>
		<pubDate>Thu, 18 Jun 2009 16:37:02 +0700</pubDate>
		<item>
			<title>Updated: DeployMaster 3.2.0</title>
			<description>&lt;p>&lt;A HREF=&quot;http://www.deploymaster.com/&quot;>DeployMaster 3.2.0&lt;/A> is now available for download. This release brings a few minor fixes and improvements.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>Two new named folders are now supported.  %COMMONDOCUMENTS% can be used to install document and data files that are shared between all users on a PC.   It translates to C:\Documents and Settings\All Users\Documents on Windows XP and to C:\Users\Public\Public Documents on Vista.  %LOCALAPPDATAROOT% can be used to install user-specific data files and settings that should not become part of the user's roaming profile.  It translates to C:\Documents and Settings\username\Local Settings\Application Data on Windows XP and to C:\Users\username\AppData\Local on Vista.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>Handling of 3rd party setups was improved.  If a 3rd party setup does not specify a download URL, installation detection file, or installation detection registry key, and the 3rd Party setup is not included in the installation package created by DeployMaster, then the installation package no longer prompts that the 3rd party setup needs to be installed.  Confirming the installation by checking a registry value now works correctly.  Previously, only checking a registry key without checking a value worked correctly.  Installers that specify 3rd party setups now work correctly when using the /silent command line parameter.  Previously, such installers would fail to install anything when the /silent parameter was used.&lt;/p>&#13;&#10;&#13;&#10;&lt;UL>&#13;&#10;&lt;LI>If you have already purchased DeployMaster, you can &lt;A HREF=&quot;http://www.deploymaster.com/download.html&quot;>download this free update for free&lt;/A>.&#13;&#10;&lt;LI>&lt;A HREF=&quot;http://www.deploymaster.com/buynow.html&quot;>Buy DeployMaster now&lt;/A>.&#13;&#10;&lt;LI>&lt;A HREF=&quot;http://www.deploymaster.com/history.html&quot;>Complete Version History&lt;/A>.&#13;&#10;&lt;/UL></description>
			<link>http://www.deploymaster.com/history.html</link>
			<guid isPermaLink="false">2009-06-18 16:37:02 2847</guid>
			<pubDate>Thu, 18 Jun 2009 18:00:00 +0700</pubDate>
		</item>
		<item>
			<title>New: Regular Expressions Cookbook</title>
			<description>&lt;p>Regular Expressions Cookbook, written by myself and Steven Levithan, is now shipping.  The book covers the regular the regular expression flavors .NET, Java, JavaScript, Perl, PCRE, Python, and Ruby, and the programming languages C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB.NET.  After a quick introduction, the book starts with a detailed regular expression tutorial which equally covers all 7 regex flavors.  That chapter is followed by a detailed guide how to implement regular expressions in your source code, again covering the 8 programming languages equally.  These chapters too are presented in cookbook format.  You can easily pick out the task you want to accomplish when creating a regular expression of your own, and when you want to do something with a regex in your source code.  While there's some repetition, particularly in the programming guide, because of our goal of equal coverage, the benefit is that you can easily skip the parts on programming languages you're not interested in, in true cookbook style.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>The remaining chapters, over half of the book, present real-world problems, and how to solve them with regular expressions.  These problems range from very simple problems and everyday regex tasks, to some complex problems that stretch the limits of what you can do with regular expressions, but show how a regex-based solution is often much quicker than doing the same in procedural code, particularly if you only need to do the job once.  All the real-world problems also have solutions for all regex flavors.  A few solutions add procedural code to make up for missing regex features, such as JavaScript lacking lookbehind.  The book does not cover regex flavors with limited features such as the venerable POSIX standard.  We didn't want to put those flavors on the cover and then disappoint readers by saying &quot;can't be done with this limited flavor&quot; for half of the recipes in the book.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>If you use regular expressions with the latest versions of PowerGREP, EditPad Pro or AceText, you can use pretty much any of the regular expressions presented in the book.  These products use a custom regex flavor that is a fusion of the features found in the flavors covered in Regular Expression Cookbook.  RegexBuddy 3 emulates all the flavors in the book.  Older versions of these products are based on PCRE 4, without Unicode support.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>Regular Expression Cookbook targets people with regular expression skills ranging from zero to upper intermediate, who want to learn about regular expressions for the first time, or sharpen their skills to become experts.  Except for the chapter on programming languages, most of the recipes in the book don't require programming skills to implement the solutions in EditPad Pro, PowerGREP, or any other text editor or search tool that uses one of the book's regular expression flavors.  The programming chapter assumes you're familiar with all the basic features and syntax of your programming language, but it doesn't assume you've ever used regular expressions in your source code.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>&lt;a href=&quot;http://www.amazon.com/gp/product/0596520689?ie=UTF8&amp;tag=jgsbookselection&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596520689&quot;>Order Regular Expressions Cookbook from Amazon.com&lt;/a>.  Free shipping to the USA.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>&lt;a href=&quot;http://www.amazon.co.uk/gp/product/0596520689?ie=UTF8&amp;tag=jgsbookselect&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=0596520689&quot;>Order Regular Expressions Cookbook from Amazon.co.uk&lt;/a>.  Free shipping to the UK.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>&lt;a href=&quot;http://www.amazon.fr/gp/product/0596520689?ie=UTF8&amp;tag=regularexpres-21&amp;linkCode=as2&amp;camp=1642&amp;creative=19458&amp;creativeASIN=0596520689&quot;>Order Regular Expressions Cookbook from Amazon.fr&lt;/a>.  Free shipping to France and Belgium.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>&lt;a href=&quot;http://www.amazon.de/gp/product/0596520689?ie=UTF8&amp;tag=regularexpr0a-21&amp;linkCode=as2&amp;camp=1638&amp;creative=19454&amp;creativeASIN=0596520689&quot;>Order Regular Expressions Cookbook from Amazon.de&lt;/a>.  Free shipping to Germany, Austria, Switzerland, and Luxembourg.&lt;/p>&#13;&#10;</description>
			<link>http://www.regular-expressions-cookbook.com</link>
			<guid isPermaLink="false">2009-05-27 11:19:49 3516</guid>
			<pubDate>Wed, 27 May 2009 18:00:00 +0700</pubDate>
		</item>
		<item>
			<title>Updated: HelpScribble 7.7.6</title>
			<description>&lt;p>&lt;a href=&quot;http://www.helpscribble.com&quot;>HelpScribble 7.7.6 is now available for download&lt;/a>.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>This version brings a number of minor fixes and improvements in compiling into HTML Help format.  Broken links indicated at the bottom of the help compiler error log now mention the topic the broken link was found in.  Compiling a help file with a button that specifies a non-existent topic ID no longer aborts the compilation with a &quot;no such topic&quot; error.  Instead, the broken button is indicated at the bottom of the help compiler's error log.  If a topic has its context string set to &quot;prn&quot;, &quot;con&quot;, or &quot;aux&quot;, HelpScribble will no longer fail to compile into HTML Help format with an error that the file could not be created.  (Yes, the ghost of DOS lives on, even in Vista.)&lt;/p>&#13;&#10;&#13;&#10;&lt;p>Importing WinHelp projects no longer fails if the HPJ file specifies an invalid path to the RTF file.  HelpScribble now looks for the RTF file in the same folder as the HPJ file rather than complaining the path to the RTF file is invalid.&lt;/p>&#13;&#10;&#13;&#10;&lt;UL>&#13;&#10;&lt;LI>If you have already purchased helpscribble, you can &lt;A HREF=&quot;http://www.helpscribble.com/download.html&quot;>download this update for free&lt;/A>.&#13;&#10;&lt;LI>&lt;A HREF=&quot;http://www.helpscribble.com/buynow.html&quot;>Buy helpscribble now&lt;/A>.&#13;&#10;&lt;LI>&lt;A HREF=&quot;http://www.helpscribble.com/history.html&quot;>Complete version history&lt;/A>.&#13;&#10;&lt;/UL></description>
			<link>http://www.helpscribble.com/history.html</link>
			<guid isPermaLink="false">2009-05-14 16:07:38 2573</guid>
			<pubDate>Thu, 14 May 2009 18:00:00 +0700</pubDate>
		</item>
		<item>
			<title>More Generous Upgrade Policy</title>
			<description>&lt;p>Previously, the upgrade policy for Just Great Software products was free minor upgrades for the version that you purchased (without a limit in time), and free major upgrades up to 3 months after your purchase.  The 3-month period coincided with our 3-month money-back guarantee.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>Now, the upgrade policy is still free minor upgrades for the version that you purchased (still without a time limit), but free major upgrades for up to 12 months after your purchase, instead of only 3 months.  The 3-month money-back guarantee remains unchanged.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>This change in policy is retroactive.  If we were to release a major upgrade tomorrow 23 April 2009, anybody who purchased the product on or after 23 April 2008 would get the major upgrade for free.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>What is also unchanged is that if you get a major upgrade for free, you also get all free minor updates that follow the major upgrade, just like people who purchase the major upgrade or buy the product for the first time do.  And if we release a major upgrade less than 12 months after you buy a major upgrade, you also get the next major upgrade free, as people who buy the product for the first time do.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>All in all, this makes the Just Great Software upgrade and money-back policies some of the most generous in the software industry, short of giving it all away for free.&lt;/p></description>
			<link>http://www.editpadpro.com/upgrade.html</link>
			<guid isPermaLink="false">2009-04-22 11:21:48 2571</guid>
			<pubDate>Wed, 22 Apr 2009 18:00:00 +0700</pubDate>
		</item>
		<item>
			<title>Updated: RegexBuddy 3.3.0</title>
			<description>&lt;p>&lt;a href=&quot;http://www.regexbuddy.com/download.html&quot;>RegexBuddy 3.3.0 is now available for download&lt;/a>.  This free update brings quite a number of fixes and improvements, and support for two new programming languages.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>The two new programming languages are Delphi Prism and Groovy.  &lt;b>Delphi Prism&lt;/b> is CodeGear's new version of Delphi for the .NET framework.  Delphi Prism supports multi-line double-quoted strings in addition to the traditional single-quoted Pascal strings.  There are new &quot;Delphi Prism string&quot; items in the Copy and Paste menus that support these two string styles.  The &quot;Pascal-style string&quot; item was renamed to &quot;Delphi string&quot;.  It still supports the single-quoted Pascal-style strings used by Delphi for Win32 and other versions of Pascal.  Since Delphi Prism is based on .NET, it uses the .NET regex flavor.  On the Use tab, you can select Delphi Prism to generate code snippets using System.Text.RegularExpressions using the Delphi Prism syntax.  Though CodeGear is no longer shipping the Delphi for .NET compiler that was included with Delphi 8, 2005, 2006, and 2007, you can still select Delphi for .NET on the Use tab in RegexBuddy.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>&lt;b>Groovy&lt;/b> is a programming language that runs on the Java Virtual Machine.  It's intent is to be largely compatible with Java, and at the same time make Java programming more agile.  Groovy sports five different string styles.  Strings can be delimited with one single or double quote, or with three single or double quotes.  Backslashes and quotes must be escaped.  Using three quotes allows the string to span multiple lines.  The 5th string style uses forward slashes as the delimiters, and requires only forward slashes to be escaped.  RegexBuddy has new &quot;Groovy string&quot; items in the Copy and Paste menus that support these 5 string styles.  When copying a regular expression, RegexBuddy will use the string style that requires the least characters to be escaped, depending on your regular expression.  Triple-quoted strings are used for multi-line regular expressions.  On the Use tab, you can select Groovy to generate code snippets that use Groovy's special syntax for instantiating java.util.regex.Pattern and java.util.regex.Matcher objects.  Unlike the Java code snippets, these don't include exception handlers.  You can use these code snippets for quick code, and the Java code snippets (which also work with Groovy) for code that must be robust.  Or, you can use the provided Groovy and Java templates to create your own source code templates to suit your own coding style.  (You can create new templates for any language, as long as RegexBuddy supports its regex flavor and string style.)&lt;/p>&#13;&#10;&#13;&#10;&lt;p>You can now follow the RegexBuddy &lt;b>user forums&lt;/b> in your favorite &lt;b>RSS&lt;/b> reader.  First, use RegexBuddy 3.3.0 to connect to the forums by clicking the Login button on the Forum tab.  Then, click the Feed button.  You can create a variety of feeds to follow the whole forum, or only the topics that you're interested in.  The feed can include the full text of each message, or only the headings.  Either way, the RSS feed will have special links that you can click to launch RegexBuddy and see the conversation inside RegexBuddy.  You'll need to do this when you want to download attachments (as you have to open those in RegexBuddy anyway), and when you want to reply to a message.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>In the &lt;b>help file&lt;/b>, you'll see a link at the bottom of each topic that offers a way to &lt;b>discuss that topic on the forum&lt;/b>.  Clicking this link will display the ongoing conversation on that topic, or ask you if you want to start a conversation of that topic.  If you do so, please restrict your message to the help topic you just read.  If you want to discuss other things too, simply start more than one conversation.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>The box for &lt;b>typing in your forum message&lt;/b> now has a &lt;b>context menu&lt;/b> with the usual cut, copy, and paste commands.  The list of messages in a conversation now shows both the date the message was first posted, and the date it was last edited by its author.  Previously, only the last edited date was shown.  That made it sometimes confusing to follow the course of the conversation when people edited their messages after others had already chimed in.  Messages posted or edited with older versions of RegexBuddy will also show both dates in RegexBuddy 3.3.0.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>When you &lt;b>right-click on the replacement text&lt;/b>, you'll see three new items in the &lt;b>Insert Token submenu&lt;/b>.  You can insert the non-printables &lt;b>Tab&lt;/b>, &lt;b>CR&lt;/b>, and &lt;b>LF&lt;/b>.  You can also select &lt;b>ASCII&lt;/b> or &lt;b>Unicode&lt;/b> characters from a grid.  Depending on the replacement text flavor you're working with, RegexBuddy inserts a character escape such as &lt;tt>\xFF&lt;/tt>, &lt;tt>\uFFFF&lt;/tt>, or &lt;tt>\x{FFFF}&lt;/tt>, or the character itself.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>The &lt;b>Insert Token&lt;/b> menu items to insert &lt;b>ASCII&lt;/b> and &lt;b>Unicode&lt;/b> characters into the &lt;b>regular expression&lt;/b> are now always available, even if the flavor does not support ASCII or Unicode escapes.  For those flavors, the character(s) you selected are inserted literally.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>If you place the cursor at the end of the line in the &lt;b>debugger&lt;/b>, and you &lt;b>scroll vertically&lt;/b> using the scrollbar, RegexBuddy now automatically scrolls the view horizontally too, to keep the ends of as many lines as possible visible.  This makes it much easier to track the progress of your regular expression through the file.  The debugger now has &lt;b>stricter catastrophic backtracking detection&lt;/> than normally used by the regex engine in RegexBuddy and other Just Great Software products.  This makes sure it doesn't run out of memory.  Catastrophic backtracking causes excessive memory usage in the debugger, because the debugger has to keep track of all steps of the matching process.  The normal regex engine uses very little memory, even in case of catastrophic backtracking, because it immediately discards backtracking positions that can no longer lead to a match.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>The &lt;b>responsiveness&lt;/b> of the &lt;b>Test&lt;/b> when editing the test subject was improved significantly.  Previously, there would be a noticeable delay with each keystroke while highlighting matches or automatically updating the results if the regular expression was complex.  Now, the match attempt is aborted and restarted instantly with each keystroke, even if the regular expression exhibits catastrophic backtracking.  Because of this improvement, the 2-second delay in updating highlighted regex matches when editing the regular expression is no longer necessary to maintain responsiveness.  Now, the highlighted regex matches are updated right away.  If the regular expression is complex, the highlighting may disappear for a moment, but it will never hold up your keystrokes.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>When the &lt;b>test results are automatically updated&lt;/b> (because you turned on that option under the List All or Replace buttons on the Test tab), RegexBuddy now &lt;b>keeps the same line visible&lt;/b> instead of scrolling the results back to the top.  The message &quot;The regular expression does not match the test subject&quot; in the test results is now followed by the notice &quot;Because you set the test scope to &lt;b>line by line&lt;/b>, RegexBuddy will not find any regex matches that span across lines&quot; if the test scope is set to &quot;line by line&quot;, and the regular expression includes tokens that can match line breaks.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>RegexBuddy 3.2.1 had a regression that caused it to lose its &lt;b>settings&lt;/b> on the &lt;b>GREP&lt;/b> tab when you closed RegexBuddy.  Version 3.3.0 will preserve them once again, if you left that option turned on in the preferences.  &lt;b>PHP preg strings&lt;/b> using paired regex delimiters (), {}, [], and &amp;lt;&amp;gt; and &lt;b>Perl operators&lt;/b> that have flags other than /ismx are now &lt;b>pasted correctly&lt;/b>.  On the Use tab, &lt;b>escaped spaces and hash symbols&lt;/b> in free-spacing regular expressions no longer lose their backslashes.  Regular expressions using &lt;b>Unicode properties&lt;/b> are now properly converted when Java is regex flavor used by the programming language selected on the Use tab.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>A series of other minor improvements and fixes were made as well.  You can find the &lt;a href=&quot;http://www.regexbuddy.com/history.html&quot;>complete version history&lt;/a> on RegexBuddy's web site.&lt;/p>&#13;&#10;&#13;&#10;&lt;UL>&#13;&#10;&lt;LI>If you have already purchased or upgraded to RegexBuddy 3, you can &lt;A HREF=&quot;http://www.regexbuddy.com/download.html&quot;>download this free update for free&lt;/A>.&#13;&#10;&lt;li>If you own RegexBuddy 2, you can &lt;a href=&quot;http://www.regexbuddy.com/upgradenow.html&quot;>upgrade to version 3 at a special price&lt;/a>.&#13;&#10;&lt;LI>&lt;A HREF=&quot;http://www.regexbuddy.com/buynow.html&quot;>Buy RegexBuddy now&lt;/A>.&#13;&#10;&lt;LI>&lt;A HREF=&quot;http://www.regexbuddy.com/history.html&quot;>Complete version history&lt;/A>.&#13;&#10;&lt;/UL></description>
			<link>http://www.regexbuddy.com/history.html</link>
			<guid isPermaLink="false">2009-04-22 11:21:48 1289</guid>
			<pubDate>Wed, 8 Apr 2009 18:00:00 +0700</pubDate>
		</item>
		<item>
			<title>Updated: JGCSCSE 3.1.3</title>
			<description>&lt;p>If you own EditPad Pro 6, PowerGREP 3, or RegexBuddy 3, you can now &lt;a href=&quot;http://www.editpadpro.com/cscs.html&quot;>download version 3.1.3 of the JGsoft Custom Syntax Coloring Scheme Editor&lt;/a>.  With this tool you can adapt the syntax coloring in these applications, and even create new schemes for previously unsupported programming languages and file formats.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>This release fixes two bugs.  When deleting a subscheme, references to the subscheme immediately before it were removed, instead of references to the deleted subscheme.  Editing a regex via RegexBuddy did not enable the Save button.&lt;/p></description>
			<link>http://www.editpadpro.com/cscs.html</link>
			<guid isPermaLink="false">2009-04-06 14:27:19 2618</guid>
			<pubDate>Mon, 6 Apr 2009 18:00:00 +0700</pubDate>
		</item>
		<item>
			<title>Updated: JGFNSE 1.1.3</title>
			<description>&lt;p>If you own EditPad Pro 6, you can now &lt;a href=&quot;http://www.editpadpro.com/fns.html&quot;>download version 1.1.3 of the JGsoft File Navigation Scheme Editor&lt;/a>.  This is the tool that you can use to create your own file navigation schemes.  You can select them in Options, Configure File Types, Syntax &amp; Navigation.  A file navigation scheme is needed to bring the File Navigator in the View menu to life.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>This release fixes two bugs.  Deleting the first node of an element caused the scheme editor to get stuck on access violation errors if that node had a sibling node (which becomes the first node after the first node is deleted).  If an element had its Layout Mode set to &quot;detail the match with a layout&quot;, and the layout to use was set to the same layout as the one containing the element, the file navigation scheme would cause the scheme editor or EditPad to keep running the scheme until it runs out of memory.  Now, the scheme editor will show an error explaining that this can't be done.&lt;/p></description>
			<link>http://www.editpadpro.com/fns.html</link>
			<guid isPermaLink="false">2009-04-06 14:27:19 2619</guid>
			<pubDate>Mon, 6 Apr 2009 18:00:00 +0700</pubDate>
		</item>
		<item>
			<title>Updated: AceText 2.1.6</title>
			<description>&lt;p>&lt;A HREF=&quot;http://www.acetext.com/download.html&quot;>AceText 2.1.6 is now available for download&lt;/A>.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>This release fixes one bug introduced in version 2.1.5.  The Find First, Find Previous, and Find Next buttons triggered an access violation error when not using regular expressions.  The error did not cause AceText to crash or malfunction, but did get annoying very quickly.&lt;/p>&#13;&#10;&#13;&#10;&lt;UL>&#13;&#10;&lt;LI>If you have already purchased AceText, you can &lt;A HREF=&quot;http://www.acetext.com/download.html&quot;>download this free update for free&lt;/A>.&#13;&#10;&lt;LI>&lt;A HREF=&quot;http://www.acetext.com/buynow.html&quot;>Buy AceText now&lt;/A>.&#13;&#10;&lt;LI>&lt;A HREF=&quot;http://www.acetext.com/history.html&quot;>Complete Version History&lt;/A>.&#13;&#10;&lt;/UL></description>
			<link>http://www.acetext.com/history.html</link>
			<guid isPermaLink="false">2009-03-29 17:35:15 1289</guid>
			<pubDate>Fri, 27 Mar 2009 18:00:00 +0700</pubDate>
		</item>
		<item>
			<title>Updated: EditPad Lite and Pro in Italian</title>
			<description>&lt;p>Thanks to the hard work of Marco Carai, the latest versions of EditPad Lite and Pro are once again available in the &lt;a href=&quot;http://www.editpadpro.com/it.html&quot;>Italian language&lt;/a>.  If you have previously purchased EditPad Pro 6, you can download the Italian version (or any other language version) with the user ID you already have.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>If you're still using EditPad Pro 5 because you were waiting for version 6 to become available in Italian, you can still &lt;a href=&quot;http://www.editpadpro.com/upgradenow.html&quot;>upgrade to version 6 at the discounted price&lt;/a>.  The purchase process will be in English, and the download link on the confirmation page will give you the English version.  To get the Italian version, go to the &lt;a href=&quot;http://www.editpadpro.com/it.html&quot;>Italian download page&lt;/a> after buying the upgrade.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>As a small company, we do not have the resources to translate our software into many languages.  We therefore rely on volunteers to make the translations for us.  If you would like to &lt;a href=&quot;http://www.editpadpro.com/languages.html&quot;>translate EditPad into your language&lt;/a>, please send a note to the EditPad technical support address.&lt;/p></description>
			<link>http://www.editpadpro.com/it.html</link>
			<guid isPermaLink="false">2009-03-26 15:35:10 2563</guid>
			<pubDate>Thu, 26 Mar 2009 10:52:13 +0700</pubDate>
		</item>
		<item>
			<title>Tips &amp; Tricks: Make Sure Your Web Site Is Always Displayed With The Right Characters</title>
			<description>&lt;p>EditPad 6.4.5 has a new feature that can automatically fix HTML meta tags that indicate the wrong text encoding.  Previous versions of EditPad would complain about incorrect meta tags, but not offer to fix them.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>Placing the right meta tag in your HTML files makes sure your web site is displayed with the proper character set or script on any computer.  You can read a &lt;a href=&quot;http://www.micro-isv.asia/2009/03/make-sure-your-web-site-is-always-displayed-with-the-right-characters/&quot;>detailed article on HTML file encodings&lt;/a>, with instructions for EditPad Lite and Pro, on the Micro-ISV.asia blog.&lt;/p></description>
			<link>http://www.micro-isv.asia/2009/03/make-sure-your-web-site-is-always-displayed-with-the-right-characters/</link>
			<guid isPermaLink="false">2009-03-29 17:35:15 2579</guid>
			<pubDate>Wed, 25 Mar 2009 18:00:00 +0700</pubDate>
		</item>
		<item>
			<title>Updated: PowerGREP 3.5.2</title>
			<description>&lt;p>&lt;a href=&quot;http://www.powergrep.com/download.html&quot;>PowerGREP 3.5.2 is now available for download&lt;/a>.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>This release fixes an issue that we missed in January's release.  PowerGREP 3.5.1 would hang trying to convert certain .doc files that previous versions handled just fine.  In PowerGREP 3.5.2, we've reverted the decoder for MS Word files to the one used in PowerGREP 3.5.0.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>One additional improvement was made.  In the File Selector, toggling the &quot;search archives&quot; button now immediately updates the tick marks that indicate which files and folders are included in the search in the files and folders tree.&lt;/p>&#13;&#10;&#13;&#10;&lt;UL>&#13;&#10;&lt;LI>If you have already purchased PowerGREP, you can &lt;A HREF=&quot;http://www.powergrep.com/download.html&quot;>download this free update for free&lt;/A>.&#13;&#10;&lt;LI>&lt;A HREF=&quot;http://www.powergrep.com/upgradenow.html&quot;>Upgrade from PowerGREP 2.x to 3.x&lt;/A>.&#13;&#10;&lt;LI>&lt;A HREF=&quot;http://www.powergrep.com/buynow.html&quot;>Buy PowerGREP now&lt;/A>.&#13;&#10;&lt;LI>&lt;A HREF=&quot;http://www.powergrep.com/history.html&quot;>Complete Version History&lt;/A>.&#13;&#10;&lt;/UL></description>
			<link>http://www.powergrep.com/history.html</link>
			<guid isPermaLink="false">2009-03-26 15:35:10 1289</guid>
			<pubDate>Wed, 11 Mar 2009 18:00:00 +0700</pubDate>
		</item>
		<item>
			<title>Updated: EditPad Lite and Pro 6.4.5</title>
			<description>&lt;p>&lt;A HREF=&quot;http://www.editpadpro.com&quot;>EditPad Lite and Pro&lt;/A> version 6.4.5 are now available for download.  This release fixes a few issues that we missed in last week's release.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>The main reason for this quick update is that EditPad 6.4.4 introduced a new bug that made it impossible to save empty files.  An access violation error appeared if you tried.  The error didn't have any side effects other than making it impossible to save empty files.  Saving a blank file right after opening a new tab in EditPad can be useful because it gives the new tab a name.  That way you don't end up with lots of Untitled tabs.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>While we were at it, a few other issues were fixed too.  Incremental search is now more reliable.  Going back through the search by backspacing the search term now properly scrolls the editor to show the search result you're going back to.  If you have the &quot;all files&quot; checkbox turned on, and you have some files in text mode and others in hex mode, the incremental search will no longer try to move from a text file into a hexadecimal file or vice versa.  Doing so caused access violation errors in previous versions of EditPad.&lt;/p>&#13;&#10;&#13;&#10;&lt;p>The Fold All command in the Fold menu will no longer reduce the entire file to a single line when there is a folding range that spans the entire file.  The file navigation schemes that add automatic folding ranges will no longer add a range that spans the entire file either.&lt;/p>&#13;&#10;&#13;&#10;&lt;ul> &#13;&#10;&lt;li>If you already purchased EditPad Pro 6.x.x, you can &lt;a href=&quot;http://www.editpadpro.com/download.html&quot;>download this minor upgrade for free&lt;/a>.&#13;&#10;&lt;li>If you have EditPad Pro 4 or 5, you can &lt;a href=&quot;http://www.editpadpro.com/upgradenow.html&quot;>upgrade to version 6 at a special price&lt;/a>.&#13;&#10;&lt;li>&lt;a href=&quot;http://www.editpadpro.com/buynow.html&quot;>Buy EditPad Pro now&lt;/a>.&#13;&#10;&lt;li>&lt;a href=&quot;http://www.editpadpro.com/editpadlite.html&quot;>Download EditPad Lite&lt;/a>.&#13;&#10;&lt;li>&lt;a href=&quot;http://www.editpadpro.com/editpadprohist.html&quot;>Complete version history&lt;/a>.&#13;&#10;&lt;/ul></description>
			<link>http://www.editpadpro.com/history.html</link>
			<guid isPermaLink="false">2009-03-26 15:35:10 1290</guid>
			<pubDate>Tue, 10 Mar 2009 18:00:00 +0700</pubDate>
		</item>
	</channel>
</rss>
