<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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: Recent Topics</title>
		<link>http://pnotepad.org/forums/</link>
		<description>Programmer&#039;s Notepad Forums</description>
		<language>en-US</language>
		<pubDate>Mon, 15 Mar 2010 10:44:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</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/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>RytoEX on "RegEx named capture groups?"</title>
			<link>http://pnotepad.org/forums/topic/1135#post-3143</link>
			<pubDate>Mon, 15 Mar 2010 10:16:05 +0000</pubDate>
			<dc:creator>RytoEX</dc:creator>
			<guid isPermaLink="false">3143@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I'm using 2.1.3.2140-devel, and according to the &#60;a href=&#34;http://www.pnotepad.org/docs/search/regular_expressions&#34;&#62;docs&#60;/a&#62;, named capture groups appear to be supported.  However, I cannot for the life of me get a find-replace to work correctly!  T_T&#60;/p&#62;
&#60;p&#62;Find: (?P&#38;lt;item&#38;gt;.+)&#60;br /&#62;
Replace: (?=item)&#60;/p&#62;
&#60;p&#62;Am I doing something wrong here?  Thanks for the great work!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>recursive on "Missing ctrl + [ ?"</title>
			<link>http://pnotepad.org/forums/topic/1133#post-3135</link>
			<pubDate>Fri, 12 Mar 2010 17:52:00 +0000</pubDate>
			<dc:creator>recursive</dc:creator>
			<guid isPermaLink="false">3135@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello, I'm a new programmer's notepad user, and I've noticed something curious about some of the text navigation shortcut keys.&#60;/p&#62;
&#60;p&#62;These shortcut keys do work:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;code&#62;ctrl + ]&#60;/code&#62; move cursor past next blank line&#60;/li&#62;
&#60;li&#62;&#60;code&#62;shift + ctrl + [&#60;/code&#62; extend selection to previous blank line&#60;/li&#62;
&#60;li&#62;&#60;code&#62;shift + ctrl + ]&#60;/code&#62; extend selection to next blank line&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;Notably absent is &#60;code&#62;ctrl + [&#60;/code&#62; for moving the cursor to the previous blank line.  This can be accomplished with a &#60;code&#62;shift + ctrl + [&#60;/code&#62;, followed by left key.&#60;/p&#62;
&#60;p&#62;Unfortunately, these keys appear to be hidden in the key mapping options.  Is there any hope of getting a single command that will move the cursor to the previous blank line?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Neothan on "highlight block move"</title>
			<link>http://pnotepad.org/forums/topic/1134#post-3136</link>
			<pubDate>Fri, 12 Mar 2010 23:23:11 +0000</pubDate>
			<dc:creator>Neothan</dc:creator>
			<guid isPermaLink="false">3136@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Does programmer's notepad support the moving of text left or right in highlighted text?&#60;/p&#62;
&#60;p&#62;If, not, this would be a great feature to add.  It's difficult keeping up with moving code around and having to correct each line's format with the right preseeding spaces.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brainwipe on "Will PyPN or C++ extension system allow me to do this..."</title>
			<link>http://pnotepad.org/forums/topic/1131#post-3132</link>
			<pubDate>Fri, 12 Mar 2010 11:45:20 +0000</pubDate>
			<dc:creator>brainwipe</dc:creator>
			<guid isPermaLink="false">3132@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I have an application in PHP that I coded in PN. It's spread across a number of files and I would like to write a tool to help me refactor and perform 'class exploring' type functions. The sorts of tasks I will need to do are:&#60;/p&#62;
&#60;p&#62;Searching lots of files.&#60;br /&#62;
Pulling out class names, member variables and method signatures.&#60;br /&#62;
Building some sort of hierarchy in a GUI.&#60;br /&#62;
Modifying batches of files base on a series of rules.&#60;/p&#62;
&#60;p&#62;I've eyeballed the documentation and it's not obvious to my fatherhood-addled brain whether PyPN will be powerful enough or whether it's time to relearn a bit of C++ (I'm a C# .NET sort of person) and write a plug-in. Are making GUI extensions possible for PN?&#60;/p&#62;
&#60;p&#62;[edit]What I'd really like is some sort of .NET interface for writing PN add-ons but that's an ask so large, it can be seen from space![/edit]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Neomorph on "XP - Pastes Multi-lines, Win7 - Pastes Single-lines?"</title>
			<link>http://pnotepad.org/forums/topic/1132#post-3133</link>
			<pubDate>Fri, 12 Mar 2010 12:11:13 +0000</pubDate>
			<dc:creator>Neomorph</dc:creator>
			<guid isPermaLink="false">3133@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I've been using PN on XP for a while now and copying code from SMF Mods works fine. I paste it into PN and it pastes it on multipl lines.&#60;/p&#62;
&#60;p&#62;Now I just got a Windows 7 PC yesterday and installed PN onto it right away... but now when I past code into it that I copy off IE I just get it appearing on a single line. I tried pasting the exact same code into Wordpad and I get multiple lines. It's definately something wierd with PN.&#60;/p&#62;
&#60;p&#62;Is there a setting I have missed somewhere?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bgoetzmann on "Groovy language support"</title>
			<link>http://pnotepad.org/forums/topic/1127#post-3127</link>
			<pubDate>Thu, 11 Mar 2010 17:02:53 +0000</pubDate>
			<dc:creator>bgoetzmann</dc:creator>
			<guid isPermaLink="false">3127@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;As I found PN very interesting, I would to use with the Groovy language.&#60;br /&#62;
For the moment I use the Java scheme to edit my Groovy files (I also addes an external tool to run my Groovy scripts), but I would like to create a separate scheme for Groovy because you have other keywords for example.&#60;br /&#62;
How can I proceed? I wanted to start with a java.scheme but it is not in the schemes directory.&#60;/p&#62;
&#60;p&#62;Thank you ;-)&#60;/p&#62;
&#60;p&#62;Bertrand.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jma on "Separate indent and tab settings"</title>
			<link>http://pnotepad.org/forums/topic/1130#post-3131</link>
			<pubDate>Fri, 12 Mar 2010 11:33:35 +0000</pubDate>
			<dc:creator>jma</dc:creator>
			<guid isPermaLink="false">3131@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;When no line is selected Tab should work as tab do inserting a tab character or spaces that same amount as tab settings.&#60;/p&#62;
&#60;p&#62;When line(s) are selected Tab (or another shortcut key(s)) should indent the selected line(s) by a separate amount of spaces.&#60;/p&#62;
&#60;p&#62;SciTe has a method for this.&#60;/p&#62;
&#60;p&#62;As a setting that can be turned on or off, for those who want it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simon on "Programmer&#039;s Notepad 2.1.3 Released"</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>Rotsiser Mho on "Code Folding with CSS"</title>
			<link>http://pnotepad.org/forums/topic/1128#post-3128</link>
			<pubDate>Fri, 12 Mar 2010 01:35:37 +0000</pubDate>
			<dc:creator>Rotsiser Mho</dc:creator>
			<guid isPermaLink="false">3128@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Is it possible to enable code folding when using CSS?  I have a lot of classes I like to hide but the + and - boxes don't show up if I select CSS as the scheme.  It works just fine if I switch to something like C++ but of course the colors and keywords are incorrect.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mario_Goon on "how can i set UTF-8 as standard"</title>
			<link>http://pnotepad.org/forums/topic/1126#post-3123</link>
			<pubDate>Wed, 10 Mar 2010 15:49:52 +0000</pubDate>
			<dc:creator>Mario_Goon</dc:creator>
			<guid isPermaLink="false">3123@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;i'm an PN2 newbi and maybe my questions is stupid but i can't find the right way :(&#60;/p&#62;
&#60;p&#62;i use PN2 and i wanna set utf-8 as standard .. so if i open PN2 every new project should have UTF-8 encoding and not ANSI.&#60;/p&#62;
&#60;p&#62;I tryed to go over tools &#38;gt; options &#38;gt; general &#38;gt; defaults and set Code Page: on UTF-8. But this don't work :(&#60;/p&#62;
&#60;p&#62;is it possible to change this and how does it work? Hopefully someone can help me i'm really frustrated :(&#60;/p&#62;
&#60;p&#62;Greetz from Cologne&#60;/p&#62;
&#60;p&#62;Mario
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pich on "Slow Startup"</title>
			<link>http://pnotepad.org/forums/topic/680#post-2442</link>
			<pubDate>Mon, 28 Sep 2009 08:06:34 +0000</pubDate>
			<dc:creator>Pich</dc:creator>
			<guid isPermaLink="false">2442@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi to all,&#60;/p&#62;
&#60;p&#62;i've noticed a problem with programmer's notepad.&#60;br /&#62;
I have version 2.0.10.1010, but I've noticed this in earlier versions too.&#60;br /&#62;
I'm using it on Windows XP professional.&#60;/p&#62;
&#60;p&#62;Sometimes happens that the startup of the programmers notepad is sloooow ( one minute or two on a P4 3 GHz - 1GB RAM ) and I don't know how to fix this.&#60;br /&#62;
Months ago I've completely cleaned all references of the program in the registry and in the new installation all went ok ( few milliseconds and the programmers notepad was up ). After a while something happened and the startup became surprisingly slow...&#60;/p&#62;
&#60;p&#62;Any idea?&#60;/p&#62;
&#60;p&#62;Thank you&#60;/p&#62;
&#60;p&#62;Pich
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nux on "Change RSS feed titles of messages"</title>
			<link>http://pnotepad.org/forums/topic/1125#post-3122</link>
			<pubDate>Tue, 09 Mar 2010 10:44:44 +0000</pubDate>
			<dc:creator>Nux</dc:creator>
			<guid isPermaLink="false">3122@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Currently title of a message is formatted like this: '[user] on &#34;[topic]&#34;'. It would much more RSS reader friendly if they would be formatted like this: '[topic] ([user])' or even just '[topic]' as a user name is already in &#34;creator&#34; which I can see as a &#34;Sender&#34; in Thunderbird.&#60;/p&#62;
&#60;p&#62;What I would like to accomplish is to be able to group or sort by a topic.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Nux.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Herr Pfarrer on "Any way to go Full Screen"</title>
			<link>http://pnotepad.org/forums/topic/1101#post-3047</link>
			<pubDate>Wed, 03 Feb 2010 16:58:21 +0000</pubDate>
			<dc:creator>Herr Pfarrer</dc:creator>
			<guid isPermaLink="false">3047@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I am a fervent SciTE user since 2004 and I'm slowly coming over to PN, but I'm currently missing the &#34;F11&#34; full screen feature...&#60;br /&#62;
I went several times through help and menus and didn't find anything related to...&#60;/p&#62;
&#60;p&#62;Is there a menu, shortcut,... to go full screen on the current buffer ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NickDMax on "Possible swap file corruption with PN2.1.2?"</title>
			<link>http://pnotepad.org/forums/topic/1124#post-3119</link>
			<pubDate>Sun, 07 Mar 2010 18:43:18 +0000</pubDate>
			<dc:creator>NickDMax</dc:creator>
			<guid isPermaLink="false">3119@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Simon, &#60;/p&#62;
&#60;p&#62;This may have nothing to do with PN but I thought I would mention it as see what you thought.&#60;/p&#62;
&#60;p&#62;Since using PN 2.1.2 I have had a number of page file corruptions caused by running programs that have various segments faults (usually something like using a null pointer in C/C++).&#60;/p&#62;
&#60;p&#62;Now I have been an active member of a Programming forum for years and have run quite a lot of these poorly written student programs over the years, but it has not been until I upgraded to PN 2.1.2 that I have had these problems.&#60;/p&#62;
&#60;p&#62;The errors seem to occur when a program crashes when run from PN. I am currently using the tool:&#60;/p&#62;
&#60;p&#62;Command: %d$n.exe&#60;br /&#62;
Folder: %d&#60;br /&#62;
Capture output.&#60;/p&#62;
&#60;p&#62;A program like this (compiled with an only 1990's compiler like VC6) will cause the issue:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#include&#38;lt;iostream&#38;gt;

class World {
    public:
    World() { std::cout &#38;lt;&#38;lt; &#38;quot;Hello World&#38;quot; &#38;lt;&#38;lt; std::endl; }
    ~World() { std::cout &#38;lt;&#38;lt; &#38;quot;Goodbye World&#38;quot; &#38;lt;&#38;lt; std::endl; }
};

World TheWorld;

int main() { return 0; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;note that this is actually a perfectly valid program, but the old compilers don't compile it correctly and it has a segment fault when it exits.&#60;/p&#62;
&#60;p&#62;Did you change the way you handle running tools in PN2.1?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ju-Myoung on "Customizing Scheme"</title>
			<link>http://pnotepad.org/forums/topic/1123#post-3118</link>
			<pubDate>Sat, 06 Mar 2010 08:32:51 +0000</pubDate>
			<dc:creator>Ju-Myoung</dc:creator>
			<guid isPermaLink="false">3118@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Thank you for the great tool.&#60;br /&#62;
I want to customize cpp.scheme to have more custom keywords.&#60;br /&#62;
But I don't know how to have pn change color of my new keywords.&#60;/p&#62;
&#60;p&#62;Please take a look at my OPNET.scheme and give suggestions.&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;&#38;lt;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#38;gt;&#60;br /&#62;
&#38;lt;Scheme&#38;gt;&#60;br /&#62;
	&#38;lt;keyword-classes&#38;gt;&#60;br /&#62;
		&#38;lt;keyword-class name=&#34;cpp&#34;&#38;gt;&#60;br /&#62;
			asm auto bool break case catch char class const const_cast continue&#60;br /&#62;
			default delete do double dynamic_cast else enum explicit export extern false float for&#60;br /&#62;
			friend goto if inline int long mutable namespace new operator private protected public&#60;br /&#62;
			register reinterpret_cast return short signed sizeof static static_cast struct switch&#60;br /&#62;
			template this throw true try typedef typeid typename union unsigned using&#60;br /&#62;
			virtual void volatile wchar_t while and and_eq bitand bitor compl not not_eq or&#60;br /&#62;
			or_eq xor xor_eq&#60;br /&#62;
		&#38;lt;/keyword-class&#38;gt;&#60;br /&#62;
		&#38;lt;keyword-class name=&#34;opnet&#34;&#38;gt;&#60;br /&#62;
			my new keywords&#60;br /&#62;
		&#38;lt;/keyword-class&#38;gt;&#60;br /&#62;
	&#38;lt;/keyword-classes&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;!-- base scheme for C++ style languages --&#38;gt;&#60;br /&#62;
	&#38;lt;base-language name=&#34;cppbase&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;lexer name=&#34;cpp&#34; /&#38;gt;&#60;br /&#62;
		&#38;lt;use-styles&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;Default&#34; key=&#34;32&#34; /&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;Whitespace&#34; key=&#34;0&#34; class=&#34;whitespace&#34; /&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;Comment&#34; key=&#34;1&#34; class=&#34;commentbox&#34;/&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;Comment Line&#34; key=&#34;2&#34; class=&#34;commentline&#34;/&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;style name=&#34;Number&#34; key=&#34;4&#34; class=&#34;number&#34;/&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;Keyword&#34; key=&#34;5&#34; class=&#34;keyword&#34;/&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;String&#34; key=&#34;6&#34; class=&#34;string&#34;/&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;Character&#34; key=&#34;7&#34; class=&#34;string&#34;/&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;style name=&#34;Operator&#34; key=&#34;10&#34; bold=&#34;true&#34;/&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;Identifier&#34; key=&#34;11&#34; /&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;End of line string&#34; key=&#34;12&#34; fore=&#34;000000&#34; back=&#34;e0c0e0&#34; eolfilled=&#34;true&#34;/&#38;gt;&#60;br /&#62;
		&#38;lt;/use-styles&#38;gt;&#60;br /&#62;
	&#38;lt;/base-language&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;language base=&#34;cppbase&#34; name=&#34;opnet&#34; title=&#34;OPNET&#34; folding=&#34;true&#34; foldcomments=&#34;true&#34; foldelse=&#34;true&#34; foldcompact=&#34;true&#34; foldpreproc=&#34;true&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;lexer name=&#34;cpp&#34; /&#38;gt;&#60;br /&#62;
		&#38;lt;comments line=&#34;//&#34; streamStart=&#34;/*&#34; streamEnd=&#34;*/&#34; blockStart=&#34;/**&#34; blockLine=&#34; *&#34; blockEnd=&#34; */&#34; /&#38;gt;&#60;br /&#62;
		&#38;lt;use-keywords&#38;gt;&#60;br /&#62;
			&#38;lt;keyword key=&#34;0&#34; name=&#34;Keywords&#34; class=&#34;cpp&#34;/&#38;gt;&#60;br /&#62;
			&#38;lt;keyword key=&#34;2&#34; name=&#34;Doxygen Keywords&#34; class=&#34;doxygen&#34;/&#38;gt;&#60;br /&#62;
		&#38;lt;/use-keywords&#38;gt;&#60;br /&#62;
		&#38;lt;use-styles&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;Doc Comments&#34; key=&#34;3&#34; class=&#34;commentdoc&#34;/&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;UUID&#34; key=&#34;8&#34; fore=&#34;804080&#34;/&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;Preprocessor&#34; key=&#34;9&#34; class=&#34;preprocessor&#34;/&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;Verbatim&#34; key=&#34;13&#34; fore=&#34;007f00&#34; back=&#34;e0ffe0&#34; eolfilled=&#34;true&#34;/&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;RegEx&#34; key=&#34;14&#34; fore=&#34;3f7f3f&#34; back=&#34;e0f0ff&#34; eolfilled=&#34;true&#34;/&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;Comment Line Doc&#34; key=&#34;15&#34; class=&#34;commentdoc&#34;/&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;Keywords 2&#34; key=&#34;16&#34; fore=&#34;b00040&#34;/&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;Comment Doc Keyword&#34; key=&#34;17&#34; class=&#34;commentdoc&#34; fore=&#34;3060a0&#34;/&#38;gt;&#60;br /&#62;
			&#38;lt;style name=&#34;Unknown Comment Doc Keyword&#34; key=&#34;18&#34; class=&#34;commentdoc&#34; fore=&#34;804020&#34;/&#38;gt;&#60;br /&#62;
		&#38;lt;/use-styles&#38;gt;&#60;br /&#62;
	&#38;lt;/language&#38;gt;&#60;br /&#62;
&#38;lt;/Scheme&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simon on "Programmer&#039;s Notepad 2.1.2 Released"</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>mohdyusuf on "PHP built-in functions doesnt change color"</title>
			<link>http://pnotepad.org/forums/topic/1122#post-3116</link>
			<pubDate>Fri, 05 Mar 2010 19:40:57 +0000</pubDate>
			<dc:creator>mohdyusuf</dc:creator>
			<guid isPermaLink="false">3116@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi, I am using PN v2.1.2.2096-devel, and i noticed php built-in functions do not change color.&#60;/p&#62;
&#60;p&#62;For example, when i typed str_replace(  &#38;lt;-- notice the ( bracket, the tooltip appears, but the str_replace is black in color.&#60;/p&#62;
&#60;p&#62;Under &#34;Fonts and Colours&#34; &#38;gt;&#38;gt; &#34;Advance&#34;&#60;br /&#62;
I cant seem to find &#34;functions&#34; under PHP styles.&#60;/p&#62;
&#60;p&#62;Can someone help me with this, or it is yet to be supported?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NickDMax on "Input in the output window"</title>
			<link>http://pnotepad.org/forums/topic/1121#post-3114</link>
			<pubDate>Fri, 05 Mar 2010 18:02:03 +0000</pubDate>
			<dc:creator>NickDMax</dc:creator>
			<guid isPermaLink="false">3114@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Would it be possible to allow input in the output window, or at least have some way of sending input to stdin for a running program that is capturing output?&#60;/p&#62;
&#60;p&#62;I am putting this here first because I *thought* that this worked before but maybe I am mixing PN with another editor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jumpfroggy on "ctags doesn&#039;t seem to work with .pyw files, does with .py files."</title>
			<link>http://pnotepad.org/forums/topic/1113#post-3081</link>
			<pubDate>Thu, 18 Feb 2010 16:09:04 +0000</pubDate>
			<dc:creator>jumpfroggy</dc:creator>
			<guid isPermaLink="false">3081@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I have the same file saved as test.py and test.pyw.  It only contains one def x() function.  I press Alt+G for &#34;Jump To&#34;.  In the .py file, it shows the function.  In the pyw file, it is blank.&#60;/p&#62;
&#60;p&#62;Seems like the ctags parser is not setup for the pyw extension?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RussT on "Excluding .svn folders from Find In Files"</title>
			<link>http://pnotepad.org/forums/topic/1112#post-3079</link>
			<pubDate>Thu, 18 Feb 2010 13:13:46 +0000</pubDate>
			<dc:creator>RussT</dc:creator>
			<guid isPermaLink="false">3079@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Firstly just want to say thank you for developing a reliable and quality tool. My colleagues always try all sorts of different editors (we mainly do php) and always fall back on pnotepad :)&#60;/p&#62;
&#60;p&#62;I was wondering, on the list of future features, if we can add an exclude field to the find in files. I use find in files a lot (textpad does it nicely, it allows you to preserve previous searches for example), but regularly find many many versions of the same file thanks to my .svn directories being searched. If there was a way to exclude .svn folders and files within (like filezilla the ftp client lets you do) it would make my searching a bit easier and no doubt faster.&#60;/p&#62;
&#60;p&#62;Anyway keep up the good work, love the program.&#60;/p&#62;
&#60;p&#62;Cheers&#60;/p&#62;
&#60;p&#62;Russ
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lgriffiths on "bug: comment after end subroutine (fortran 95)"</title>
			<link>http://pnotepad.org/forums/topic/1115#post-3084</link>
			<pubDate>Fri, 19 Feb 2010 15:13:53 +0000</pubDate>
			<dc:creator>lgriffiths</dc:creator>
			<guid isPermaLink="false">3084@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Using fortran 95 syntaxing, the following crashes pn on either save, or open. Its the final tabbed comment which seems to be the issue.&#60;br /&#62;
Can anyone else confirm this?&#60;/p&#62;
&#60;p&#62;!***** this line is not part of the code&#60;/p&#62;
&#60;p&#62;!ANYTHING ABOVE HERE IS FINE&#60;br /&#62;
END SUBROUTINE&#60;/p&#62;
&#60;p&#62;    !NOTE THE BLANK SPACE ABOVE, THIS COMMENT IS TABBED IN.&#60;/p&#62;
&#60;p&#62;!***** this line is not part of the code&#60;/p&#62;
&#60;p&#62;EDIT: the tab in the comment line doesnt seem to show up on my post. But it is supposed to be there, doesnt crash if i remove the tab.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ustor on "Lua Scheme Dot Behavior"</title>
			<link>http://pnotepad.org/forums/topic/1114#post-3082</link>
			<pubDate>Thu, 18 Feb 2010 22:10:51 +0000</pubDate>
			<dc:creator>ustor</dc:creator>
			<guid isPermaLink="false">3082@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;When . is used between identifiers as a lookup, it instead becomes a part of the identifier. It is clearly an operator (alias for ['...']) but is not treated as such. Is this intentional behavior or just an oversight?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ms270169 on "makefile sometimes not found"</title>
			<link>http://pnotepad.org/forums/topic/1111#post-3074</link>
			<pubDate>Wed, 17 Feb 2010 13:10:09 +0000</pubDate>
			<dc:creator>ms270169</dc:creator>
			<guid isPermaLink="false">3074@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I hav a very strange effect using Programmer Notepad 2.0.8.718 (comming with WinAVR 2010-01-10). &#60;/p&#62;
&#60;p&#62;I create a project group and add two existing projects. The 2 projects (I name them A and B) are located in a own subdirectory X\A and X\B. Now I save the project group in directory X.&#60;/p&#62;
&#60;p&#62;If I try to make one of the project, it doesn't work.&#60;br /&#62;
I close the PN and restart it again.&#60;br /&#62;
I open the project group and try to make a project - it doesn't work&#60;br /&#62;
I close the project group and open one of the projects directly&#60;br /&#62;
I make the project - it works&#60;br /&#62;
Now I close the project and reopen the project group via &#34;Open Projects&#34;&#60;br /&#62;
... it doesn't work&#60;br /&#62;
Now I reopen a project directly, it works&#60;br /&#62;
Now I reopen the project group via &#34;Recent projects&#34; - it works!!!&#60;/p&#62;
&#60;p&#62;It seems that something with the project directory seems to be buggy and depend on the way how to open a project group. &#60;/p&#62;
&#60;p&#62;Has anyone an idea what's going on???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Patabugen on "Copying my confirg files over"</title>
			<link>http://pnotepad.org/forums/topic/1110#post-3070</link>
			<pubDate>Tue, 16 Feb 2010 17:17:23 +0000</pubDate>
			<dc:creator>Patabugen</dc:creator>
			<guid isPermaLink="false">3070@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I've just installed Windows 7 to replace my XP and would like to transfer my settings for PN over.&#60;/p&#62;
&#60;p&#62;I thought it would be as simple as copying the config file/program files, but it dosen't seem to work.&#60;/p&#62;
&#60;p&#62;What I did was to install PN from the setup file, then copy in (and replace) everything. I should have tried copying it first, and in line with the day I'm having I did a move instead of a copy!&#60;/p&#62;
&#60;p&#62;Is there something I need to change in the registry too?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Patabugen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Comrade on "Configurable GUI coloring/Clearer file tabs?"</title>
			<link>http://pnotepad.org/forums/topic/1106#post-3059</link>
			<pubDate>Fri, 12 Feb 2010 02:38:36 +0000</pubDate>
			<dc:creator>Comrade</dc:creator>
			<guid isPermaLink="false">3059@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;First, thank you for this awesome tool.&#60;/p&#62;
&#60;p&#62;My complaint (which I spent 5 seconds typing after your years of work) is that the view of the file I'm editting blends too much with the tabs.&#60;br /&#62;
Could there be a option to color the GUI a color other than white?&#60;/p&#62;
&#60;p&#62;Screenshots of what I mean:&#60;br /&#62;
&#60;a href=&#34;http://img23.imageshack.us/img23/4851/programmersnotepad2desi.png&#34; rel=&#34;nofollow&#34;&#62;http://img23.imageshack.us/img23/4851/programmersnotepad2desi.png&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://img196.imageshack.us/img196/6274/programmersnotepad2.png&#34; rel=&#34;nofollow&#34;&#62;http://img196.imageshack.us/img196/6274/programmersnotepad2.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;(I'm now on &#34;v2.1.2.2096&#34;, the latest version)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>subtlecoolness on "Silent installation"</title>
			<link>http://pnotepad.org/forums/topic/1108#post-3061</link>
			<pubDate>Fri, 12 Feb 2010 21:07:27 +0000</pubDate>
			<dc:creator>subtlecoolness</dc:creator>
			<guid isPermaLink="false">3061@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I'm trying to deploy Programmer's Notepad to several computers at once. Through trial and error I discovered I can run the installer with the /silent switch for a quick, unattended installation with all the defaults.&#60;/p&#62;
&#60;p&#62;Is there a way to customize the installation? To be specific, I would like to remove the Desktop shortcut and turn off auto-update. Can this be done with switches on the installer?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tiles on "Unexpected Error in File ..."</title>
			<link>http://pnotepad.org/forums/topic/1103#post-3056</link>
			<pubDate>Mon, 08 Feb 2010 08:47:36 +0000</pubDate>
			<dc:creator>Tiles</dc:creator>
			<guid isPermaLink="false">3056@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;[quote]Unexpected error in file: .\Schemes.cpp,line:350, version: 2.1.2.2096&#60;br /&#62;
Tried to load invalid binary scheme file at runtime&#60;/p&#62;
&#60;p&#62;Please post this to the forums, or file a bug.[/quote]&#60;/p&#62;
&#60;p&#62;Done :)&#60;/p&#62;
&#60;p&#62;Happened in version 20101010 too. I start Programmers Notepad and get prompted with this error three times. German Windows XP Home SP3, up to date.&#60;/p&#62;
&#60;p&#62;The portable version doesn`t show this error on startup.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Comrade on "Schemes - Setting the color to a group of keywords, but not all of them?"</title>
			<link>http://pnotepad.org/forums/topic/1107#post-3060</link>
			<pubDate>Fri, 12 Feb 2010 02:43:41 +0000</pubDate>
			<dc:creator>Comrade</dc:creator>
			<guid isPermaLink="false">3060@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I'm trying to add a few custom keywords to a scheme (C++), and am having difficulty.&#60;/p&#62;
&#60;p&#62;I created a new 'keyword-class':&#60;/p&#62;
&#60;p&#62;&#38;lt;keyword-class name=&#34;CustomKeywords&#34;&#38;gt;&#60;br /&#62;
	DLL_EXPORT&#60;br /&#62;
&#38;lt;/keyword-class&#38;gt;&#60;/p&#62;
&#60;p&#62;Then I added a new 'use-keywords' entry:&#60;/p&#62;
&#60;p&#62;&#38;lt;keyword key=&#34;4&#34; name=&#34;Custom Keywords&#34; class=&#34;CustomKeywords&#34;/&#38;gt;&#60;/p&#62;
&#60;p&#62;But how do I now attach those keywords to the style I added?&#60;/p&#62;
&#60;p&#62;&#38;lt;style name=&#34;Custom Keyword Style&#34; key=&#34;4&#34; fore=&#34;804020&#34;/&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Patabugen on "Forum bug &#34;Add New Topic&#34; when not logged in."</title>
			<link>http://pnotepad.org/forums/topic/1105#post-3058</link>
			<pubDate>Wed, 10 Feb 2010 17:10:41 +0000</pubDate>
			<dc:creator>Patabugen</dc:creator>
			<guid isPermaLink="false">3058@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;If you click on &#34;Add New Topic&#34; when you are not logged in you get this error at the top of the page:&#60;/p&#62;
&#60;p&#62;Warning: parse_url(/forums/bb-login.php?re=http://pnotepad.org/forums/?new=1) [function.parse-url]: Unable to parse URL in /var/www/pnotepad.org/htdocs/forums/bb-includes/functions.bb-core.php on line 596&#60;/p&#62;
&#60;p&#62;The URL I have is this:&#60;br /&#62;
&#60;a href=&#34;http://pnotepad.org/forums/bb-login.php?re=http://pnotepad.org/forums/?new=1&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.org/forums/bb-login.php?re=http://pnotepad.org/forums/?new=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
Pata
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Patabugen on "Cannot delete contents of large file after selecting it (And large file crash!)"</title>
			<link>http://pnotepad.org/forums/topic/1104#post-3057</link>
			<pubDate>Wed, 10 Feb 2010 17:09:14 +0000</pubDate>
			<dc:creator>Patabugen</dc:creator>
			<guid isPermaLink="false">3057@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I wrote this into the Google issue tracker but it's read-only at the moment and didn't want to lose it:&#60;/p&#62;
&#60;p&#62;What steps will reproduce the problem?&#60;br /&#62;
1. Open a large text file (mine is 393mb)&#60;br /&#62;
2. Select many of the lines or text (mine contained 1060000 lines)&#60;br /&#62;
3. Press Delete/Backspace to try to clear it&#60;/p&#62;
&#60;p&#62;What is the expected output? What do you see instead?&#60;br /&#62;
I'd expected the text to clear and my file to be small, but instead it nothing happens - although the selection remains.&#60;/p&#62;
&#60;p&#62;It would appear you also cannot edit the file after such a large selection (you can make small changes before).&#60;/p&#62;
&#60;p&#62;What version of the product are you using? On what operating system?&#60;br /&#62;
I believe I was on Dizzy, but just upgraded to the latest Devel. And PN seems to crash when trying to browse the file in the latest.&#60;br /&#62;
Windows XP Pro&#60;/p&#62;
&#60;p&#62;Please provide any additional information below.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
