<?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: clips - Recent Posts</title>
		<link>http://pnotepad.org/forums/tags/clips</link>
		<description>Programmer&#039;s Notepad Forums</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 07:09:51 +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/clips" rel="self" type="application/rss+xml" />

		<item>
                        <title>Importing TextClips from TextPad (CoDEmanX)</title>
			<link>http://pnotepad.org/forums/topic/5442#post-8298</link>
			<pubDate>Wed, 07 Sep 2011 10:09:36 +0000</pubDate>
			<dc:creator>CoDEmanX</dc:creator>
			<guid isPermaLink="false">8298@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I've looked at a few and they use some sort of TCL / custom template formatting. They won't work with PNotepad, as PN requires XML-formatted clipsets like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;clips name=&#38;quot;&#38;quot; scheme=&#38;quot;cpp&#38;quot;&#38;gt;
&#38;lt;clip name=&#38;quot;File Header&#38;quot; shortcut=&#38;quot;fh&#38;quot;&#38;gt;/**
 * @file ${PN_FILEPATH}
 * @brief ${1:Description}
 */

$0&#38;lt;/clip&#38;gt;
&#38;lt;/clip&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;TextPad clips look like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;!TEXT=For statement
for(\^; ; )
{

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It doesn't make any sense to convert the clip format imo, as PN clips are way more powerful if a shortcut is defined and $-placeholders are set. TextPad seems to allow a single cursor position only (\^) and no placeholders at all.&#60;/p&#62;
&#60;p&#62;Nonetheless, the TextPad clips could give some inspiration for future PN clips
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Importing TextClips from TextPad (Old Geezer)</title>
			<link>http://pnotepad.org/forums/topic/5442#post-8294</link>
			<pubDate>Mon, 05 Sep 2011 22:58:31 +0000</pubDate>
			<dc:creator>Old Geezer</dc:creator>
			<guid isPermaLink="false">8294@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Since I have used TextPad in the past, but I like your program better for a couple of reasons--being free is a major one--I have downloaded several of the TextClips that people have made for TextPad.  They seem to use the same format, so I have to ask.  Will the TextClips from TextPad work properly in PNotepad?  If not, it might be worthwhile to compare some of their clip files with the few that you have here.&#60;/p&#62;
&#60;p&#62;There are many clips and a lot of them seem to be of reasonable quality, although not all of them are, at TextPad's Clip site, &#60;a href=&#34;http://www.textpad.com/add-ons/cliplibs.html&#34; rel=&#34;nofollow&#34;&#62;http://www.textpad.com/add-ons/cliplibs.html&#60;/a&#62;.  You said you would like to have more Clips submitted.  Well, here are a whole bunch of them for everything from HTML to VB to C/C++/C# to ASCII body pictures for medical use to multiple types of information clips.  There are a good number of clips that were made for programmers, but there are also a bunch that were made just to be helpful to people who want to use it as a text editor.&#60;/p&#62;
&#60;p&#62;Again, from the looks of the number of Clips currently available for PN, it might be well worthwhile to adopt the simple format used by TextPad since those files are freely available to everyone.  There is even a Clip file Template to help people create their own, &#60;a href=&#34;http://www.textpad.com/add-ons/files/cliplibs/tcl.zip&#34; rel=&#34;nofollow&#34;&#62;http://www.textpad.com/add-ons/files/cliplibs/tcl.zip&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>adding clips file.. (cfontan)</title>
			<link>http://pnotepad.org/forums/topic/5308#post-8043</link>
			<pubDate>Thu, 23 Jun 2011 16:30:37 +0000</pubDate>
			<dc:creator>cfontan</dc:creator>
			<guid isPermaLink="false">8043@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I added the clips files to the clips folder and restarted the ide and no dice.&#60;/p&#62;
&#60;p&#62;I looked and there is no installclipchache.xml in %AppData%/Echo Software/PN2&#60;/p&#62;
&#60;p&#62;I noticed when I added a clip via PN2 IDE that it created a folder in %AppData%/Echo Software/PN2 with a javscript.clips file&#60;/p&#62;
&#60;p&#62;I edited the file here and the changes were then in the IDE. I used a jsdom.clips found on this site by Sam Collett, but it had duplicates and teh sorting of his ------headers----was off (which is ok.. but the duplicates is the main issue... &#60;/p&#62;
&#60;p&#62;I would like toknow how to add a new clips file to the clips folder and see it in the IDE.. Please help. .&#60;/p&#62;
&#60;p&#62;tried v2.3.2.2300-rc &#38;amp; v2.2.0.2240-ellington&#60;/p&#62;
&#60;p&#62;Love the editor! Thanks, Chris Fontan
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>AutoIt 3 Scheme, Api, and Clips (matwachich)</title>
			<link>http://pnotepad.org/forums/topic/5156#post-7619</link>
			<pubDate>Mon, 31 Jan 2011 19:42:39 +0000</pubDate>
			<dc:creator>matwachich</dc:creator>
			<guid isPermaLink="false">7619@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello and thankyou for this greate program!&#60;br /&#62;
If i post here, it's because i'm desperate!&#60;br /&#62;
I'm an AutoIt Programmer, and i want to change the default editor (Scite) for PN.&#60;br /&#62;
I completed the default au3.scheme provided in google codes so it fits perfectly the Scite's highlight.&#60;br /&#62;
I've got problems with the autocompletion, and the text clips&#60;/p&#62;
&#60;p&#62;Problems:&#60;br /&#62;
1/ I have an api file (au3.api) that contains all Au3 functions with there parameters and descriptions.&#60;br /&#62;
In PN, the autocompletion works but without the parameters, and without respecting the Upper/lower chars of the keywords.&#60;/p&#62;
&#60;p&#62;2/ I'd like to add a REALLY usefull feature the have Scite: whene writing a code, all declared vars and functions are automatically added in the autocompletion! like this, don't need to search in your entire code where is the varible you declared first to copy/past it where you need it.&#60;br /&#62;
First i thought that i must play with ctags to add this feature, but when i got ctags working, i saw that it's a code analysing tool, and doesn't add matched words in the autocompletion list.&#60;br /&#62;
Can you help me?&#60;/p&#62;
&#60;p&#62;3/ I converted the default Scite's abbreviations to PN's clips (using an AutoIt Script), i placed the au3.clips in the clips folder, but nothing happens! the AutoIt clips in PN stay empty! i tried adding au3.clips file in AppData PN's folder, but no way! it seems that the only way to add clips is the manual way in the PN's interface! and with more than 500clips, it's a problem!!!&#60;br /&#62;
How can i add them using my generated file?&#60;/p&#62;
&#60;p&#62;For who readed until here, i say thankyou very much!&#60;/p&#62;
&#60;p&#62;PS: Here are my scheme, api and clips files&#60;br /&#62;
&#60;a href=&#34;http://www.mediafire.com/?epj9fc349l2s8ho&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/?epj9fc349l2s8ho&#60;/a&#62;&#60;br /&#62;
I swear that there are no any virus, just a zip file containing the above files.&#60;br /&#62;
If you don't trust me (what i'll understand) i can place those files in a post.&#60;/p&#62;
&#60;p&#62;Thank's
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Text Clips in PHP (Nux)</title>
			<link>http://pnotepad.org/forums/topic/5103#post-7478</link>
			<pubDate>Sun, 28 Nov 2010 00:58:45 +0000</pubDate>
			<dc:creator>Nux</dc:creator>
			<guid isPermaLink="false">7478@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;It would be nice if this would be configurable. I've added an issue for this with some ideas:&#60;br /&#62;
&#60;a href=&#34;https://code.google.com/p/pnotepad/issues/detail?id=1132&#34; rel=&#34;nofollow&#34;&#62;https://code.google.com/p/pnotepad/issues/detail?id=1132&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Text Clips in PHP (uulele)</title>
			<link>http://pnotepad.org/forums/topic/5103#post-7475</link>
			<pubDate>Thu, 25 Nov 2010 11:37:22 +0000</pubDate>
			<dc:creator>uulele</dc:creator>
			<guid isPermaLink="false">7475@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I don't think it's good to share clips.&#60;br /&#62;
Maybe I want to define some same clips in different languages.&#60;br /&#62;
So, keep it.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Text Clips in PHP (simon)</title>
			<link>http://pnotepad.org/forums/topic/5103#post-7453</link>
			<pubDate>Wed, 10 Nov 2010 16:39:27 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">7453@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Right, currently there's no way to share clips between schemes. PHP/HTML are fairly unique in their relationship. Also note that the HTML scheme can quite happily edit PHP, the PHP scheme is useful mostly where it is assumed that no &#60;code&#62;&#38;lt;?php&#60;/code&#62; block is needed to start a code section.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Text Clips in PHP (Nux)</title>
			<link>http://pnotepad.org/forums/topic/5103#post-7450</link>
			<pubDate>Tue, 09 Nov 2010 18:18:14 +0000</pubDate>
			<dc:creator>Nux</dc:creator>
			<guid isPermaLink="false">7450@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi. I've noticed that I can't use HTML clips in PHP. What is the advisable way to add some clips from one group to the other?&#60;/p&#62;
&#60;p&#62;I found a workaround but it doesn't seem very nice - one just need to copy files from clips/web to clips/php. It works fine, but then when I change something in HTML clips they won't be changed for PHP.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Latest on templates/clips? (forsooth)</title>
			<link>http://pnotepad.org/forums/topic/734#post-2663</link>
			<pubDate>Fri, 15 Jan 2010 16:24:00 +0000</pubDate>
			<dc:creator>forsooth</dc:creator>
			<guid isPermaLink="false">2663@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Thank you for posting this.&#60;/p&#62;
&#60;p&#62;Dave
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Latest on templates/clips? (gregrre)</title>
			<link>http://pnotepad.org/forums/topic/734#post-2662</link>
			<pubDate>Thu, 14 Jan 2010 19:58:47 +0000</pubDate>
			<dc:creator>gregrre</dc:creator>
			<guid isPermaLink="false">2662@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello&#60;br /&#62;
First off, this is my first post. I would like to thank you, Simon  for developing and maintaining this useful, elegant replacement for notepad. &#60;/p&#62;
&#60;p&#62;I experienced the same problems with the clips. I added a clip using pn2, saved the file exited and restarted, the added clip did not show in the clip list. After searching the forums i came across this reference:&#60;/p&#62;
&#60;p&#62;Hi Mario,&#60;/p&#62;
&#60;p&#62;Can you check for a file called &#34;installClipCache.xml&#34; in the following directory:&#60;/p&#62;
&#60;p&#62;Vista: c:\users\[your user]\appdata\Roaming\Echo Software\PN2&#60;br /&#62;
Earlier: c:\documents and settings\[your user]\application data\echo software\pn2&#60;/p&#62;
&#60;p&#62;I deleted the installClipCache.xml file and reloaded pn2. Voila! my additional clip was included. pn2 doesn't seem to know when the clips directory or a file therein has been changed... hope this helps&#60;/p&#62;
&#60;p&#62;greg
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Latest on templates/clips? (forsooth)</title>
			<link>http://pnotepad.org/forums/topic/734#post-2658</link>
			<pubDate>Tue, 12 Jan 2010 14:34:21 +0000</pubDate>
			<dc:creator>forsooth</dc:creator>
			<guid isPermaLink="false">2658@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi, Simon --&#60;/p&#62;
&#60;p&#62;Thanks for your reply.  I'll use this information.&#60;/p&#62;
&#60;p&#62;Thanks for PN!&#60;/p&#62;
&#60;p&#62;Dave
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Latest on templates/clips? (simon)</title>
			<link>http://pnotepad.org/forums/topic/734#post-2655</link>
			<pubDate>Tue, 12 Jan 2010 13:26:02 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">2655@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Firstly, templates aren't quite the same as clips, although the file format is the same. I hope to improve this in the future, as it's confusing right now.&#60;/p&#62;
&#60;p&#62;Clips:&#60;/p&#62;
&#60;p&#62;You don't mention which version you're using, but if you drop a new clips file into the clips folder then PN should pick it up and show it next time.&#60;/p&#62;
&#60;p&#62;Clips and templates are cached in a file called installClipCache.xml in your user settings directory, to reset the clips and templates back to just what's in the clips folder you can delete this file, but this shouldn't be necessary.&#60;/p&#62;
&#60;p&#62;Templates:&#60;/p&#62;
&#60;p&#62;The idea is that you define your templates using the options dialog, see Tools &#124; Options &#124; Code Templates. Add a template for the relevant scheme there, and it should be available from Ctrl-Alt-Space from then on.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Latest on templates/clips? (forsooth)</title>
			<link>http://pnotepad.org/forums/topic/734#post-2654</link>
			<pubDate>Mon, 11 Jan 2010 15:56:31 +0000</pubDate>
			<dc:creator>forsooth</dc:creator>
			<guid isPermaLink="false">2654@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Follow up --&#60;/p&#62;
&#60;p&#62;On the clips file, even if I delete some of the &#34;clips&#34; within the phpcontrol.clips, it seems to have no effect, even if I restart PN.  I'm using the .clips file in &#34;C:\Program Files (x86)\Programmer's Notepad\clips.&#34;  Obviously, I don't know what I'm doing.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Latest on templates/clips? (forsooth)</title>
			<link>http://pnotepad.org/forums/topic/734#post-2653</link>
			<pubDate>Mon, 11 Jan 2010 03:07:31 +0000</pubDate>
			<dc:creator>forsooth</dc:creator>
			<guid isPermaLink="false">2653@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I've tried to make a trial clips (templates) file, but can't get it to work.  I'm trying the CTRL-ALT-SPACE, but I'm doing something wrong.&#60;/p&#62;
&#60;p&#62;Is there a step-by-step templates-for-dummies guide available?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Portable PN does not rebuild settings/installClipCache.xml (simon)</title>
			<link>http://pnotepad.org/forums/topic/517#post-1830</link>
			<pubDate>Tue, 10 Feb 2009 19:33:35 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1830@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Yes, please put them in the settings folder.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Portable PN does not rebuild settings/installClipCache.xml (Karmaflute)</title>
			<link>http://pnotepad.org/forums/topic/517#post-1821</link>
			<pubDate>Sun, 08 Feb 2009 09:51:53 +0000</pubDate>
			<dc:creator>Karmaflute</dc:creator>
			<guid isPermaLink="false">1821@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I am using 2.0.9.872-devel, specifically the portable build. I am putting the clips in the clips folder. Should I be putting them in the settings folder instead?
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Portable PN does not rebuild settings/installClipCache.xml (simon)</title>
			<link>http://pnotepad.org/forums/topic/517#post-1803</link>
			<pubDate>Tue, 03 Feb 2009 14:30:35 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1803@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Yes, this is being worked on. What version are you using, and where are you placing your clips? In the current 2.0.9 builds it should work ok if you put your clips in the user settings directory.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Portable PN does not rebuild settings/installClipCache.xml (Karmaflute)</title>
			<link>http://pnotepad.org/forums/topic/517#post-1797</link>
			<pubDate>Sun, 01 Feb 2009 08:06:26 +0000</pubDate>
			<dc:creator>Karmaflute</dc:creator>
			<guid isPermaLink="false">1797@http://pnotepad.org/forums/</guid>
			<description>&#60;br /&#62;</description>
		</item>
		<item>
                        <title>Portable PN does not rebuild settings/installClipCache.xml (Karmaflute)</title>
			<link>http://pnotepad.org/forums/topic/517#post-1796</link>
			<pubDate>Sun, 01 Feb 2009 07:53:43 +0000</pubDate>
			<dc:creator>Karmaflute</dc:creator>
			<guid isPermaLink="false">1796@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;The file settings/installClipCache.xml is not rebuilt when Programmer's Notepad is run. Every time I modify my clips I have to delete this file.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>New clips files not appearing in list of options (jumpfroggy)</title>
			<link>http://pnotepad.org/forums/topic/446#post-1570</link>
			<pubDate>Wed, 23 Jul 2008 01:26:32 +0000</pubDate>
			<dc:creator>jumpfroggy</dc:creator>
			<guid isPermaLink="false">1570@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Check this out:&#60;br /&#62;
&#60;a href=&#34;http://pnotepad.org/forums/topic/340?replies=2#post-1201&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.org/forums/topic/340?replies=2#post-1201&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>New clips files not appearing in list of options (mmurphy)</title>
			<link>http://pnotepad.org/forums/topic/446#post-1564</link>
			<pubDate>Mon, 21 Jul 2008 17:14:19 +0000</pubDate>
			<dc:creator>mmurphy</dc:creator>
			<guid isPermaLink="false">1564@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I have tried adding clips files to my clips folder but they never appear in the clips dropdown.  Am I doing something wrong?  I can see the clips that came with PN2 but not the new ones.  One that I attempted to add was the jquery from the PN2 website.&#60;br /&#62;
PN2 ver is 2.0.8.718-basie.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>clips not updating (admin)</title>
			<link>http://pnotepad.org/forums/topic/340#post-1201</link>
			<pubDate>Fri, 22 Feb 2008 19:31:07 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">1201@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi Jeffrey,&#60;/p&#62;
&#60;p&#62;There's a small problem with the current text clips system in 2.0.7. We now cache all the clips to improve performance and allow editing for the code templates. Unfortunately we currently miss new clip files as a result. While I haven't worked out the right way to solve this yet, you can delete the cache file to get your clips added:&#60;/p&#62;
&#60;p&#62;XP: c:\Documents and Settings\[user]\Application Data\Echo Software\PN2\installClipCache.xml&#60;br /&#62;
Vista: C:\Users\[user]\AppData\Roaming\Echo Software\PN2
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>clips not updating (jduijnmayer)</title>
			<link>http://pnotepad.org/forums/topic/340#post-1200</link>
			<pubDate>Fri, 22 Feb 2008 09:52:12 +0000</pubDate>
			<dc:creator>jduijnmayer</dc:creator>
			<guid isPermaLink="false">1200@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello there,&#60;/p&#62;
&#60;p&#62;First of all, great editor and I like the simplicity! :)&#60;/p&#62;
&#60;p&#62;But I have a problem with the clips in version 2.0.7.712.&#60;br /&#62;
If I create a new clip or edit one and save it, it doesn't do anything at all.&#60;/p&#62;
&#60;p&#62;I exit pnotepad.exe and restart it, nothing changed.&#60;br /&#62;
Actually, when I remove the clips folder from the Programmers Notepad dir and restart it, it still has all the default clips available.&#60;/p&#62;
&#60;p&#62;I tried to edit/create some with the external tool, which didn't do the trick.&#60;/p&#62;
&#60;p&#62;Am I doing something wrong here, the xml format is OK, I'm sure about that and I tried with and without the CDATA part.&#60;/p&#62;
&#60;p&#62;EDIT: I've tried the latest stable version (2.0.6.1) and the clip editing works fine in that one.&#60;br /&#62;
I see the 2.0.7.712 version doesn't use the CDATA tags in the clip files, could that be the problem?&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;/p&#62;
&#60;p&#62;Jeffrey
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Toggle into Text Clip Window? (midgetporn)</title>
			<link>http://pnotepad.org/forums/topic/150#post-552</link>
			<pubDate>Wed, 20 Dec 2006 00:29:31 +0000</pubDate>
			<dc:creator>midgetporn</dc:creator>
			<guid isPermaLink="false">552@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;PN2 is great but I'd love to be able to toggle into the text clip window. The less I have to touch my mouse the better.&#60;/p&#62;
&#60;p&#62;Is this already possible and I'm just a dunderhead unable to find it?&#60;/p&#62;
&#60;p&#62;Thanks for making a great text editor.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

