<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>pnotepad.org forums &#187; Tag: release - Recent Topics</title>
		<link>http://pnotepad.org/forums/tags/release</link>
		<description>Programmer&#039;s Notepad Forums</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 12:18:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://pnotepad.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://pnotepad.org/forums/rss/tags/release/topics" rel="self" type="application/rss+xml" />

		<item>
                        <title>Programmer&#039;s Notepad 2.1.4 Released (simon)</title>
			<link>http://pnotepad.org/forums/topic/2986#post-5079</link>
			<pubDate>Tue, 11 May 2010 21:34:32 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">5079@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;A new testing release, Programmerâ€™s Notepad 2.1.4 has been released to Google Code. This release fixes a bunch of bugs, and big improvements to the text clips syntax. This does unfortunately mean a slight break with the syntax released in 2.1.2, but for good reasons. The updated syntax is now far closer to that supported by TextMate, meaning itâ€™s easy to use most of the simpler TextMate Snippets in Programmerâ€™s Notepad. Future releases will add support for more TextMate Snippet features. The lack of a bash shell means that many Snippets will not translate 1:1, but I aim to support at least Python scripting which will allow most Snippets to be converted with feature parity.&#60;/p&#62;
&#60;p&#62;There is new documentation for the updated text clips syntax on the documentation site: &#60;a href=&#34;http://pnotepad.org/docs/text_clips&#34;&#62;Text Clips&#60;/a&#62;. To upgrade your clips you can probably simply replace all instances of $(â€¦) with ${â€¦}.&#60;/p&#62;
&#60;p&#62;Changes in 2.1.4:&#60;br /&#62;
Replaced the text clip parser with a brand new one, supporting placeholders and variables&#60;br /&#62;
Allow text clip insertion using tab.&#60;br /&#62;
Update tagging to use CTags 5.8, add support for new ctags languages, including batch, matlab, ocaml, ...&#60;br /&#62;
Custom scheme (schemedef improvements) including case sensitive option and various fixes and optimisations - thanks to Lennard Fonteijn&#60;br /&#62;
Autocomplete fixes, better support for mixed tag and keyword autocomplete, again thanks to Lennard&#60;br /&#62;
Updated Scintilla to version 2.11&#60;br /&#62;
Distributed clips updated for new syntax&#60;/p&#62;
&#60;p&#62;Fixes:&#60;br /&#62;
Remove magic folder if add cancelled. (#868)&#60;br /&#62;
Fix overlapping UI element. (#869)&#60;br /&#62;
Fix error when enter pressed in command bar and no text present. (#842)&#60;br /&#62;
Fix annoying issue where keyboard cannot access menus from docking windows.&#60;br /&#62;
Remove system menu and min/max from docking windows. (#776)&#60;br /&#62;
Stability fixes for update check, fixes case where we fail to even open the wininet connection. (#765)&#60;br /&#62;
Correctly display status of File save modifiers. (#836)&#60;br /&#62;
Fix magic folder path changing. (#760).&#60;br /&#62;
Default to UTF-8 file type if UTF-8 is our default code page. (#821).&#60;br /&#62;
Make sure modified state is retained when splitting view. (#841)&#60;br /&#62;
Fix incorrect matching with calltips. (#792)&#60;br /&#62;
Fix default style continuation thanks to Lennardfonteijn as part of Issue #890.&#60;br /&#62;
Don't ignore case when matching MRU combo entries. (#690)&#60;br /&#62;
Change clashing keyboard shorcut, fixing paragraph navigation. (#831)&#60;br /&#62;
Remove length limit on quick find box. (#832)&#60;br /&#62;
Fix crash when clearing font size box. (#870)&#60;br /&#62;
Make sure we don't try to cache too much from a single ctags line. (#901)&#60;br /&#62;
Support overwriting hidden files. (#859)&#60;br /&#62;
Make sure scheme command line argument is passed through intact. (#899)&#60;br /&#62;
Correctly remove autocomplete handlers when autocomplete aborted. (#857)&#60;br /&#62;
Fixed scrollbar being set to a width on an empty document, conform report #897.&#60;br /&#62;
Fix text clip completion list.&#60;br /&#62;
Various custom lexer fixes (#37 and others)&#60;br /&#62;
Fixed Autocomplete not coming up untill before you saved a file&#60;br /&#62;
Avoid reading zip file subfolders attribute, speed up loading.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pnotepad.googlecode.com/files/pn2142191.exe&#34;&#62;Download 2.1.4 Installer&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://pnotepad.googlecode.com/files/portable-pn2142191.zip&#34;&#62;Download 2.1.4 Portable&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://pnotepad.googlecode.com/files/pn2142191_multilang.exe&#34;&#62;Download 2.1.4 Multi-Language&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Programmer&#039;s Notepad 2.1.3 Released (simon)</title>
			<link>http://pnotepad.org/forums/topic/1129#post-3129</link>
			<pubDate>Fri, 12 Mar 2010 06:40:10 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">3129@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;A new testing release, version 2.1.3 of &#60;a href=&#34;http://www.pnotepad.org/&#34;&#62;Programmerâ€™s Notepad&#60;/a&#62; has been released to Google Code. This release fixes a bunch of bugs, but more importantly contains a complete rewrite of the &#60;a href=&#34;http://untidy.net/blog/2010/03/12/text-clips-changes/&#34;&#62;Text Clips UI and Management/Editing features&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Changes in 2.1.3:&#60;/strong&#62;&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Complete re-write of text clips view and clips management system&#60;/li&#62;
&#60;li&#62;End clip entry on final empty field (experimental)&#60;/li&#62;
&#60;li&#62;Smart highlight range now limited to field of view +/- 200 lines, improves speed and usability with large files.&#60;/li&#62;
&#60;li&#62;Translations now fed directly from user translation project at pnotepad-twrans.googlecode.com&#60;/li&#62;
&#60;li&#62;Switch to boost 1.42&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;&#60;strong&#62;Bug Fixes:&#60;/strong&#62;&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Fix magic folder path changing. Fixes bug #760.&#60;/li&#62;
&#60;li&#62;Default to UTF-8 file type if UTF-8 is our default code page. Fixes bug #821.&#60;/li&#62;
&#60;li&#62;Fix incorrect behaviour when cancelling project load. Fixes issue #797.&#60;/li&#62;
&#60;li&#62;Don't ignore the first item when searching in Jump dialog. Fixes issue #820.&#60;/li&#62;
&#60;li&#62;Fix use of project templates in 2.21&#60;/li&#62;
&#60;li&#62;Use correct foreground color for options section header. Fixes issue #814.&#60;/li&#62;
&#60;li&#62;Fix taggers path. Add .pyw to default ctags options.&#60;/li&#62;
&#60;li&#62;Reset chunk position at start of clip insertion. Fixes issue #805.&#60;/li&#62;
&#60;li&#62;Fix GetLongPathName call. Fixes issue #803.&#60;/li&#62;
&#60;li&#62;Don't lowercase filename on adding new file. Fixes issue #527.&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;&#60;strong&#62;Download&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Installer: &#60;a href=&#34;http://pnotepad.googlecode.com/files/pn2132140.exe&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/pn2132140.exe&#60;/a&#62;&#60;br /&#62;
Portable: &#60;a href=&#34;http://pnotepad.googlecode.com/files/portable-pn2132140.zip&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/portable-pn2132140.zip&#60;/a&#62;&#60;br /&#62;
Multi-Language: &#60;a href=&#34;http://pnotepad.googlecode.com/files/pn2132140_multilang.exe&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/pn2132140_multilang.exe&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I hope you enjoy this new release!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Programmer&#039;s Notepad 2.1.2 Released (simon)</title>
			<link>http://pnotepad.org/forums/topic/1102#post-3055</link>
			<pubDate>Fri, 05 Feb 2010 23:03:22 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">3055@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;A new testing release, version 2.1.2 of &#60;a href=&#34;http://www.pnotepad.org/&#34;&#62;Programmer's Notepad&#60;/a&#62; has been released to Google Code. The major new feature in this release is &#60;a href=&#34;http://untidy.net/blog/2010/02/05/introducing-template-fields/&#34;&#62;Code Template Fields&#60;/a&#62;, but there have been a lot of other changes too:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Code Template Fields&#60;/li&#62;
&#60;li&#62;Cleaner visual style for the document tabs&#60;/li&#62;
&#60;li&#62;Added line padding options, allows more whitespace between lines&#60;/li&#62;
&#60;li&#62;Switch to Scintilla's built-in line length measurement&#60;/li&#62;
&#60;li&#62;Removed some 3D styling bits to clean up the look of the editor, more to do.&#60;/li&#62;
&#60;li&#62;New tab text changed from &#38;lt;new&#38;gt; to Untitled&#60;/li&#62;
&#60;li&#62;-z parameter now assumes a single file after the -z, designed for notepad replacement.&#60;/li&#62;
&#60;li&#62;Updated to latest Scintilla bits for some multi-caret fixes&#60;/li&#62;
&#60;li&#62;Fixed a couple of regular expression issues.&#60;/li&#62;
&#60;li&#62;Fix tools options tab titles.&#60;/li&#62;
&#60;li&#62;Made SmartHighlight more visible, less alpha blending&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;Screenshot: &#60;a href=&#34;http://untidy.net/blog/wp-content/uploads/2010/02/PN212.png&#34; rel=&#34;nofollow&#34;&#62;http://untidy.net/blog/wp-content/uploads/2010/02/PN212.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In case you haven't used a 2.1 build yet, here are the other headline features in the testing builds:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Full Unicode Support&#60;/li&#62;
&#60;li&#62;Support for Translations - &#60;a href=&#34;http://www.pnotepad.org/docs/howto/translate_programmer_s_notepad&#34;&#62;PN in your language&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;Prototype &#60;a href=&#34;http://untidy.net/blog/2009/10/13/pn-command-bar/&#34;&#62;Command Bar&#60;/a&#62; feature (with PyPN)&#60;/li&#62;
&#60;li&#62;Multiple simultaneous selections, including typing into block selections&#60;/li&#62;
&#60;li&#62;Virtual space&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;&#60;strong&#62;Downloads:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pnotepad.googlecode.com/files/pn2122096.exe&#34;&#62;Download 2.1.2 Installer&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://pnotepad.googlecode.com/files/pn2122096_multilang.exe&#34;&#62;Download 2.1.2 Multi-language Installer&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://pnotepad.googlecode.com/files/portable-pn2122096.zip&#34;&#62;Download 2.1.2 Portable&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Programmer&#039;s Notepad 2 0.10.1010 released (simon)</title>
			<link>http://pnotepad.org/forums/topic/628#post-2261</link>
			<pubDate>Tue, 21 Jul 2009 21:13:46 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">2261@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;This is the release candidate for 2.0.10 - a new stable build! &#60;/p&#62;
&#60;p&#62;Almost all changes since build 970 are minor fixes, with the exception of the additional support for XML API files (supporting Notepad++ format). Providing no major issues are found, this will become the stable release, and I plan to test the update mechanism for stable builds soon by signalling this as the new stable build.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Downloads:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Installer: &#60;a href=&#34;http://pnotepad.googlecode.com/files/pn20101010.exe&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/pn20101010.exe&#60;/a&#62;&#60;br /&#62;
Portable: &#60;a href=&#34;http://pnotepad.googlecode.com/files/portable-pn20101010.zip&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/portable-pn20101010.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Changes in this build:&#60;/strong&#62;&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Find word under cursor updates user search options&#60;/li&#62;
&#60;li&#62;Allow all mini toolbar buttons to live on the main toolbar (#446)&#60;/li&#62;
&#60;li&#62;Fix a leak with huge find in files matches. &#60;/li&#62;
&#60;li&#62;Fix line numbers when very long lines are in the source files (#129)&#60;/li&#62;
&#60;li&#62;Fix find next across multiple documents (#510)&#60;/li&#62;
&#60;li&#62;Fix multiple file opens from exporer (#508)&#60;/li&#62;
&#60;li&#62;Enable api-based autocomplete supporting notepad++ format (#142)&#60;/li&#62;
&#60;li&#62;Updated D language keywords and other bits (#484)&#60;/li&#62;
&#60;li&#62;Manual &#34;Check for Updates&#34; command under Help (#469)&#60;/li&#62;
&#60;li&#62;Mini toolbar slightly too small (#461)&#60;/li&#62;
&#60;li&#62;Disable properties controls when write-protect is enabled (#449)&#60;/li&#62;
&#60;li&#62;Fix inconsistent spelling of colour in options dialog &#60;/li&#62;
&#60;li&#62;Support word wrap in output window (#382) &#60;/li&#62;
&#60;li&#62;Avoid win7 bug hiding find in files dialog (#488) &#60;/li&#62;
&#60;li&#62;Make sure readonly is disabled during revert (#380) &#60;/li&#62;
&#60;li&#62;Provide option to disable mini toolbar (#470) &#60;/li&#62;
&#60;li&#62;Try to fix mini toolbar button size issue (#501) &#60;/li&#62;
&#60;li&#62;24-bit images for mini toolbar where high colour is not supported (#342) &#60;/li&#62;
&#60;li&#62;Fix crash when finding with no text (#463) &#60;/li&#62;
&#60;li&#62;When close on Find Next is disabled, really don't close (#473) &#60;/li&#62;
&#60;li&#62;Remember the last goto line&#60;/li&#62;
&#60;li&#62;Avoid a bug when reading invalid ini sections (#443)&#60;/li&#62;
&#60;li&#62;Fix bug preventing copy from output window (#412)&#60;/li&#62;
&#60;li&#62;More low-colour toolbar images for downlevel OS support (#518, #513)&#60;/li&#62;
&#60;li&#62;Minor const correctness fix for extensions&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;Thanks to all the users who have put time and effort into reporting and following up on bugs, testing, and contributing patches.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Programmer&#039;s Notepad 2 0.9.926 Released (simon)</title>
			<link>http://pnotepad.org/forums/topic/534#post-1850</link>
			<pubDate>Thu, 19 Feb 2009 22:24:27 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1850@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;This is a minor bugfix testing release for Programmer's Notepad, fixing a few niggles with the last release.&#60;/p&#62;
&#60;p&#62;Downloads: &#60;/p&#62;
&#60;p&#62;0.9.926 Installer&#60;br /&#62;
&#60;a href=&#34;http://pnotepad.googlecode.com/files/pn209926.exe&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/pn209926.exe&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;0.9.926 Portable&#60;br /&#62;
&#60;a href=&#34;http://pnotepad.googlecode.com/files/portable-pn209926.zip&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/portable-pn209926.zip&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;There is also a new PyPN release fixing a couple of issues with the included scripts from the last build: &#60;/p&#62;
&#60;p&#62;PyPN 0.11.926 for Python 2.4&#60;br /&#62;
&#60;a href=&#34;http://pnotepad.googlecode.com/files/pypn-0.11.926-py24.zip&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/pypn-0.11.926-py24.zip&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;PyPN 0.11.926 for Python 2.5&#60;br /&#62;
&#60;a href=&#34;http://pnotepad.googlecode.com/files/pypn-0.11.926-py25.zip&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/pypn-0.11.926-py25.zip&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;PyPN 0.11.926 for Python 2.6&#60;br /&#62;
&#60;a href=&#34;http://pnotepad.googlecode.com/files/pypn-0.11.926-py26.zip&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/pypn-0.11.926-py26.zip&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Thanks to all the users who have put time and effort into reporting and following up on bugs, testing, and contributing patches.&#60;/p&#62;
&#60;p&#62;Simon.&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
Programmer's Notepad - &#60;a href=&#34;http://pnotepad.org/&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.org/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Programmer&#039;s Notepad 2.0.9.921 Released (simon)</title>
			<link>http://pnotepad.org/forums/topic/528#post-1834</link>
			<pubDate>Thu, 12 Feb 2009 21:30:46 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1834@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;The latest testing release of Programmerâ€™s Notepad 2 is finally out. There are plenty of fixes in this release, and a few minor new features too. Of particular note are the following:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Updates to the extensions interface allowing extensions to create menu items&#60;/li&#62;
&#60;li&#62;International input fixed (I know this will please a whole bunch of users)&#60;/li&#62;
&#60;li&#62;Read only edit protection cleaned up&#60;/li&#62;
&#60;li&#62;More text transforms, also available from context menu&#60;/li&#62;
&#60;li&#62;Tab to space and vice versa conversions fixed&#60;/li&#62;
&#60;li&#62;Notepadâ€™s .LOG feature natively supported&#60;/li&#62;
&#60;li&#62;Fix a problem using PN on the Windows 7 beta causing PN to hang on exit&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;&#60;strong&#62;Downloads&#60;/strong&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;0.9.921 Installer - &#60;a href=&#34;http://pnotepad.googlecode.com/files/pn209921.exe&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/pn209921.exe&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;0.9.921 Portable - &#60;a href=&#34;http://pnotepad.googlecode.com/files/portable-pn209921.zip&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/portable-pn209921.zip&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;There is a new PyPN release (0.11.921) supporting the updated plugin interface:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;PyPN for Python 2.4 - &#60;a href=&#34;http://pnotepad.googlecode.com/files/pypn-0.11.921-py24.zip&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/pypn-0.11.921-py24.zip&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;PyPN for Python 2.5 - &#60;a href=&#34;http://pnotepad.googlecode.com/files/pypn-0.11.921-py25.zip&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/pypn-0.11.921-py25.zip&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;PyPN for Python 2.6 - &#60;a href=&#34;http://pnotepad.googlecode.com/files/pypn-0.11.921-py26.zip&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.googlecode.com/files/pypn-0.11.921-py26.zip&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;Thanks to all the users who have put time and effort into reporting and following up on bugs, testing, and contributing patches.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Programmer&#039;s Notepad 2.0.7.688 Released (simon)</title>
			<link>http://pnotepad.org/forums/topic/285#post-1040</link>
			<pubDate>Thu, 04 Oct 2007 21:49:13 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1040@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Development Version 2.0.7.688 has been released to SourceForge. &#60;/p&#62;
&#60;p&#62;Changes are:&#60;/p&#62;
&#60;p&#62;1. Added Rename shortcut to project context menus (you can already rename using the two clicks convention)&#60;br /&#62;
2. Added $(ProjectProp:*) and $(FileProp:*) tools shortcuts, these retrieve values from project item configurations&#60;br /&#62;
3. Added alpha settings for line highlight, new default colour to make use of alpha&#60;br /&#62;
4. Added option to disable folding&#60;br /&#62;
5. New code templates feature (try typing “if” and then Edit-&#38;gt;Insert Template in c/c++)&#60;br /&#62;
6. Now supports custom ctags tagger definitions (see in taggers\ctags directory)&#60;br /&#62;
7. Added Open Containing Folder, Open in Default Folder and Copy File Path to various context menus&#60;br /&#62;
8. Text clips now cached in user settings directory to avoid user needing to change files in install path&#60;br /&#62;
9. New extensions method pn_get_extension_info, new options page showing loaded extensions&#60;br /&#62;
10. New extensions types for passing strings safely with stored allocators &#60;/p&#62;
&#60;p&#62;Bugs Fixed:&#60;/p&#62;
&#60;p&#62;1. Line numbers toggle not updated when default (SF Bug #1729577)&#60;br /&#62;
2. File corruption with utf-16 files &#38;gt; 65536 characters (SF Bug #1741342)&#60;br /&#62;
3. Some php keywords only being matched in uppercase&#60;br /&#62;
4. Tabs/Spaces override changes don’t save (SF Bug #1632540) &#60;/p&#62;
&#60;p&#62;Download Programmer’s Notepad 2.0.7.688:&#60;/p&#62;
&#60;p&#62;Installer:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://downloads.sourceforge.net/pnotepad/pn207688.exe&#34; rel=&#34;nofollow&#34;&#62;http://downloads.sourceforge.net/pnotepad/pn207688.exe&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Zip:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://downloads.sourceforge.net/pnotepad/pn207688.zip&#34; rel=&#34;nofollow&#34;&#62;http://downloads.sourceforge.net/pnotepad/pn207688.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Portable Zip:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://downloads.sourceforge.net/pnotepad/portable-pn207688.zip&#34; rel=&#34;nofollow&#34;&#62;http://downloads.sourceforge.net/pnotepad/portable-pn207688.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is a candidate build for stable release. If no major problems are reported I’ll be releasing this as 2.0.8.688.&#60;/p&#62;
&#60;p&#62;There’s a new PyPN release to go alongside this latest build:&#60;/p&#62;
&#60;p&#62;Download PyPN 0.6:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://downloads.sourceforge.net/pnotepad/pypn-0.6.688.zip&#34; rel=&#34;nofollow&#34;&#62;http://downloads.sourceforge.net/pnotepad/pypn-0.6.688.zip&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Next stable release (happycheese)</title>
			<link>http://pnotepad.org/forums/topic/221#post-814</link>
			<pubDate>Thu, 17 May 2007 10:51:46 +0000</pubDate>
			<dc:creator>happycheese</dc:creator>
			<guid isPermaLink="false">814@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;When will there be a new stable release?
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>New Release: 2.0.7.667 (and PyPN 0.5) (simon)</title>
			<link>http://pnotepad.org/forums/topic/203#post-714</link>
			<pubDate>Tue, 17 Apr 2007 22:35:21 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">714@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;A new development build is available on Sourceforge, get it here:&#60;/p&#62;
&#60;p&#62;Download here: &#60;a href=&#34;http://downloads.sourceforge.net/pnotepad/pn207667.exe&#34; rel=&#34;nofollow&#34;&#62;http://downloads.sourceforge.net/pnotepad/pn207667.exe&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Alternatively see the Sourceforge page for other editions (zip and portable zip): &#60;a href=&#34;http://sf.net/projects/pnotepad/&#34; rel=&#34;nofollow&#34;&#62;http://sf.net/projects/pnotepad/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This build introduces the global scheme management changes that have been promised for a long time. This means that (where the schemes have been updated already) you can change a single colour and have keywords, numbers, properties and the like use that colour in all schemes. It does need some schemes to be updated to work properly which is ongoing work.&#60;/p&#62;
&#60;p&#62;The build also finally seperates HTML/PHP schemes from the original Hypertext and adds a PHP Script scheme for pure PHP files (i.e. ones with no &#38;lt;?php?&#38;gt;) in them.&#60;/p&#62;
&#60;p&#62;Other changes are of more interest to extension developers. The tagging interface has been removed and a new one created within the standard extensions framework. The ctags tagger is now an extension - users should notice no difference.&#60;/p&#62;
&#60;p&#62;There is a new extension discovery mechanism, simply run PN with the “--findexts” argument and config.xml will be updated with all found extensions.&#60;/p&#62;
&#60;p&#62;Finally there are a couple of new extension points in the interface allowing extensions to respond to events when documents are saved and loaded (before and after respectively).&#60;/p&#62;
&#60;p&#62;A new PyPN build is also available adding support for the new PN release and also implementing the python support for the new extensions events documented above. Download here: &#60;a href=&#34;http://downloads.sourceforge.net/pnotepad/pypn-0.5.667.zip&#34; rel=&#34;nofollow&#34;&#62;http://downloads.sourceforge.net/pnotepad/pypn-0.5.667.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Enjoy!&#60;/p&#62;
&#60;p&#62;Simon.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

