<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://pnotepad.org/docs/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://pnotepad.org/docs/feed.php">
        <title>Programmer's Notepad Online Help</title>
        <description></description>
        <link>http://pnotepad.org/docs/</link>
        <image rdf:resource="http://pnotepad.org/docs/lib/images/favicon.ico" />
       <dc:date>2008-05-06T10:24:53+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://pnotepad.org/docs/start?rev=1209418806&amp;do=diff"/>
                <rdf:li rdf:resource="http://pnotepad.org/docs/search/backslash_expressions?rev=1209418709&amp;do=diff"/>
                <rdf:li rdf:resource="http://pnotepad.org/docs/search/regular_expressions?rev=1209418490&amp;do=diff"/>
                <rdf:li rdf:resource="http://pnotepad.org/docs/howto/fold_perl_comments?rev=1209416598&amp;do=diff"/>
                <rdf:li rdf:resource="http://pnotepad.org/docs/howto/tag_custom_languages?rev=1209416537&amp;do=diff"/>
                <rdf:li rdf:resource="http://pnotepad.org/docs/howto/capture_compiler_output?rev=1209415884&amp;do=diff"/>
                <rdf:li rdf:resource="http://pnotepad.org/docs/howto/install_pypn?rev=1209415697&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://pnotepad.org/docs/lib/images/favicon.ico">
        <title>Programmer's Notepad Online Help</title>
        <link>http://pnotepad.org/docs/</link>
        <url>http://pnotepad.org/docs/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://pnotepad.org/docs/start?rev=1209418806&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-28T22:40:06+01:00</dc:date>
        <dc:creator>simon</dc:creator>
        <title>start</title>
        <link>http://pnotepad.org/docs/start?rev=1209418806&amp;do=diff</link>
        <description>General


Looking for Programmer's Notepad? You've found the online help web site, please visit the home page for general information, downloads and more.


	*   What Is This?

Navigation

	*  Keyboard Shortcuts

Search

	*  Regular Expressions 
	*  Backslash Expressions</description>
    </item>
    <item rdf:about="http://pnotepad.org/docs/search/backslash_expressions?rev=1209418709&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-28T22:38:29+01:00</dc:date>
        <dc:creator>simon</dc:creator>
        <title>search:backslash_expressions</title>
        <link>http://pnotepad.org/docs/search/backslash_expressions?rev=1209418709&amp;do=diff</link>
        <description>Backslash Expressions are a substitute/workaround for the lack of multi-line support Regular Expressions support in Programmer's Notepad.  The Regular Expression engine is scheduled to be updated, but until then Backslash Expressions offer some of the missing functionality.</description>
    </item>
    <item rdf:about="http://pnotepad.org/docs/search/regular_expressions?rev=1209418490&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-28T22:34:50+01:00</dc:date>
        <dc:creator>simon</dc:creator>
        <title>search:regular_expressions</title>
        <link>http://pnotepad.org/docs/search/regular_expressions?rev=1209418490&amp;do=diff</link>
        <description>Regular Expressions allow complicated and flexible search/replace using a specific syntax.

Note: Multi-line expressions (involving \n, \r, etc) are not yet supported. See .

 Pattern  Meaning  
.
 Matches any character  
\(
 This marks the start of a region for tagging a match.  
\)</description>
    </item>
    <item rdf:about="http://pnotepad.org/docs/howto/fold_perl_comments?rev=1209416598&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-28T22:03:18+01:00</dc:date>
        <dc:creator>simon</dc:creator>
        <title>howto:fold_perl_comments - created</title>
        <link>http://pnotepad.org/docs/howto/fold_perl_comments?rev=1209416598&amp;do=diff</link>
        <description>Locate perl.scheme at Programmer's Notepad\schemes folder and edit it. Search for the line that starts the language declarations:


&lt;language name=&quot;perl&quot; title=&quot;Perl&quot; folding=&quot;true&quot;&gt;


and add the following two values just before the right bracket:</description>
    </item>
    <item rdf:about="http://pnotepad.org/docs/howto/tag_custom_languages?rev=1209416537&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-28T22:02:17+01:00</dc:date>
        <dc:creator>simon</dc:creator>
        <title>howto:tag_custom_languages</title>
        <link>http://pnotepad.org/docs/howto/tag_custom_languages?rev=1209416537&amp;do=diff</link>
        <description>Tagging Custom Languages

Programmers Notepad uses CTags to generate a list of tags for source files for supported languages. Obviously, CTags only supports a finite set of languages. Fortunately CTags allows the specification of additional languages through an external file.</description>
    </item>
    <item rdf:about="http://pnotepad.org/docs/howto/capture_compiler_output?rev=1209415884&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-28T21:51:24+01:00</dc:date>
        <dc:creator>simon</dc:creator>
        <title>howto:capture_compiler_output</title>
        <link>http://pnotepad.org/docs/howto/capture_compiler_output?rev=1209415884&amp;do=diff</link>
        <description>This mini-guide will show you how to capture the output of a tool such as a compiler or linker.

Basic Settings


Open up the Options dialog from the Tools menu, and select the Tools tab. The drop-down box at the top of the tools page allows you to select a scheme that the tool should be available with. You can also select ”(None - Global Tools)” if you wish the tool to be available everywhere in PN.</description>
    </item>
    <item rdf:about="http://pnotepad.org/docs/howto/install_pypn?rev=1209415697&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-28T21:48:17+01:00</dc:date>
        <dc:creator>simon</dc:creator>
        <title>howto:install_pypn - created</title>
        <link>http://pnotepad.org/docs/howto/install_pypn?rev=1209415697&amp;do=diff</link>
        <description>Download &amp; extract extension files


The files are available at &lt;http://code.google.com/p/pnotepad/downloads/list&gt;.

Be sure to get the version that matches the Python version you use. Using a wrong version will cause problems. If you have multiple versions of Python installed, running “python” in dos prompt / powershell window will run the default version used by Windows. Observe what version gets started; that is the version you'll need PyPN for.</description>
    </item>
</rdf:RDF>
