<?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: TextClips - Recent Posts</title>
		<link>http://pnotepad.org/forums/tags/textclips</link>
		<description>Programmer&#039;s Notepad Forums</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 10:42:47 +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/textclips" 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>TextClips usage (simon)</title>
			<link>http://pnotepad.org/forums/topic/723#post-2634</link>
			<pubDate>Thu, 17 Dec 2009 11:52:01 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">2634@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Currently only Python, C# and XML ship with templates in the box. I'm looking for good templates to include by default for the other languages (hint hint) :)&#60;/p&#62;
&#60;p&#62;The reason you're not seeing anything when you hit Ctrl-Alt-Space is there are no templates. Try adding a simple one like this to PHP and things should start working:&#60;/p&#62;
&#60;p&#62;Shortcut: ife&#60;br /&#62;
Hint: If/Else&#60;br /&#62;
Text:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (&#124;)
{

}
else
{

}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
                        <title>TextClips usage (NS32016)</title>
			<link>http://pnotepad.org/forums/topic/723#post-2632</link>
			<pubDate>Mon, 14 Dec 2009 17:01:20 +0000</pubDate>
			<dc:creator>NS32016</dc:creator>
			<guid isPermaLink="false">2632@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;When I look at the options menu for Code Templates I do not see any entries for any of the available schemes, should there be?&#60;/p&#62;
&#60;p&#62;Edit-&#38;gt;Insert Template is showing up as the shortcut in the Keyboard entry of the options menu, but when I try it in a file that has its style set as PHP I get nothing happening, should I type something first before doing Ctrl-Alt-Space?
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>TextClips usage (simon)</title>
			<link>http://pnotepad.org/forums/topic/723#post-2631</link>
			<pubDate>Mon, 14 Dec 2009 16:11:17 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">2631@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Insert Clip is now Insert Template. I think it's bound to Ctrl-Alt-Space by default now.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>TextClips usage (NS32016)</title>
			<link>http://pnotepad.org/forums/topic/723#post-2630</link>
			<pubDate>Mon, 14 Dec 2009 15:30:39 +0000</pubDate>
			<dc:creator>NS32016</dc:creator>
			<guid isPermaLink="false">2630@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Although I have been using PN for sometime now, I just noticed the help text for TextClips and have been unsuccessful in using it.&#60;br /&#62;
I looked at the video from this link:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pnotepad.org/docs/text_clips&#34; rel=&#34;nofollow&#34;&#62;http://pnotepad.org/docs/text_clips&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Despite watching it a few times I could not make out how the user got the TextClips window to appear using his Alt-C shortcut.&#60;br /&#62;
In the video his Alt-C shortcut is mapped to Edit-&#38;gt;Insert Clip, yet on my newly installed PN (v2.0.10.1010-dizzy) I see no such menu option.&#60;/p&#62;
&#60;p&#62;So, am I going about this the wrong way and someone could enlighten me or is this feature somehow broken?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>HTML TextClips is broken (simon)</title>
			<link>http://pnotepad.org/forums/topic/652#post-2367</link>
			<pubDate>Tue, 25 Aug 2009 08:37:52 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">2367@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Thanks, I fixed the crash for the next release.&#60;/p&#62;
&#60;p&#62;For the broken display, please add a bug here as I can't see that:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://code.google.com/p/pnotepad/issues/entry&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/pnotepad/issues/entry&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>HTML TextClips is broken (arisawa)</title>
			<link>http://pnotepad.org/forums/topic/652#post-2363</link>
			<pubDate>Tue, 25 Aug 2009 00:33:37 +0000</pubDate>
			<dc:creator>arisawa</dc:creator>
			<guid isPermaLink="false">2363@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;version 2.1.1.1050&#60;br /&#62;
display of the list is broken and it crashes when using it.&#60;br /&#62;
also, use is possible though it is broken display in version 2.0.10.1010&#60;/p&#62;
&#60;p&#62;Vista sp1 Japanese edition
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Text Clips don&#039;t show (iamcoel)</title>
			<link>http://pnotepad.org/forums/topic/326#post-1799</link>
			<pubDate>Mon, 02 Feb 2009 05:55:11 +0000</pubDate>
			<dc:creator>iamcoel</dc:creator>
			<guid isPermaLink="false">1799@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I have just installed the latest development release (2.0.9.872-devel) and had the same problem with not all the clips showing up. I did the same thing, renaming the installClipCache.xml file and running PN2 again. It worked a charm.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>how to add clip file to PN (simon)</title>
			<link>http://pnotepad.org/forums/topic/389#post-1375</link>
			<pubDate>Wed, 30 Apr 2008 21:05:15 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1375@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi Julianto,&#60;/p&#62;
&#60;p&#62;Due to a bug in the current release, you need to delete a cache file to make this work. See &#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;
&#60;p&#62;Simon.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>how to add clip file to PN (julianto)</title>
			<link>http://pnotepad.org/forums/topic/389#post-1369</link>
			<pubDate>Wed, 30 Apr 2008 03:48:26 +0000</pubDate>
			<dc:creator>julianto</dc:creator>
			<guid isPermaLink="false">1369@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I have copy the jquery.clips to folder clips, but not display in the textclip window&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Julianto
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Text Clips don&#039;t show (mario714)</title>
			<link>http://pnotepad.org/forums/topic/326#post-1174</link>
			<pubDate>Wed, 30 Jan 2008 07:08:54 +0000</pubDate>
			<dc:creator>mario714</dc:creator>
			<guid isPermaLink="false">1174@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi simon,&#60;/p&#62;
&#60;p&#62;yes, that worked ! Thank you very much ! It seems the installClipCache file was destroyed. Its size was only 57 bytes and it contained only one entry. &#60;/p&#62;
&#60;p&#62;Unfortunately, I can't understand how that happened, anyway I'll open a bug report and attach the old file to it.&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Mario
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Text Clips don&#039;t show (simon)</title>
			<link>http://pnotepad.org/forums/topic/326#post-1170</link>
			<pubDate>Tue, 29 Jan 2008 11:42:42 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1170@http://pnotepad.org/forums/</guid>
			<description>&#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;Please try renaming that file and re-running PN2. If that works, please attach your installClipCache file to a bug so I can see what happened.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Simon.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Text Clips don&#039;t show (mario714)</title>
			<link>http://pnotepad.org/forums/topic/326#post-1169</link>
			<pubDate>Mon, 28 Jan 2008 15:00:00 +0000</pubDate>
			<dc:creator>mario714</dc:creator>
			<guid isPermaLink="false">1169@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello all,&#60;/p&#62;
&#60;p&#62;I use the latest release of Programmer's Notepad, 2.07.706. I have the problem that my Text Clips window doesn't show anything at all. The clips directory is filled, but PN doesn't show them in its main window. &#60;/p&#62;
&#60;p&#62;I already tried to uninstall and install it again, but that didn't help. &#60;/p&#62;
&#60;p&#62;Does anyone have an idea ? Thanks for help !&#60;/p&#62;
&#60;p&#62;Bye, Mario
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Sam Collett&#039;s Text Clips (simon)</title>
			<link>http://pnotepad.org/forums/topic/42#post-164</link>
			<pubDate>Wed, 29 Mar 2006 12:33:51 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">164@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Sam has put all his text clips online for you lucky PN users!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://sam.collett.googlepages.com/textclipsforpn2&#34; rel=&#34;nofollow&#34;&#62;http://sam.collett.googlepages.com/textclipsforpn2&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Refresh Text Clip (simon)</title>
			<link>http://pnotepad.org/forums/topic/36#post-142</link>
			<pubDate>Wed, 08 Mar 2006 14:38:16 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">142@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Currently there is no way to refresh clips without reloading PN. As this is not a very common operation it's not a high priority but I may get around to implementing it (or anyone else can for that matter!).
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Refresh Text Clip (latipak)</title>
			<link>http://pnotepad.org/forums/topic/36#post-141</link>
			<pubDate>Wed, 08 Mar 2006 10:48:51 +0000</pubDate>
			<dc:creator>latipak</dc:creator>
			<guid isPermaLink="false">141@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Is there a way to add or refresh the Text Clip file? &#60;/p&#62;
&#60;p&#62;I use TextClipCreator.exe to add items in my text clip file, but find I have to restart pnotepad for the changes to take effect.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Pipe character in clips &#38; code folding (simon)</title>
			<link>http://pnotepad.org/forums/topic/29#post-104</link>
			<pubDate>Fri, 24 Feb 2006 12:46:13 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">104@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hmm, good point about the pipe for caret placement - I'm amazed this hasn't come up before now! I'll have a think about some easy way to delimit them. There's probably a better syntax for that.&#60;/p&#62;
&#60;p&#62;It sounds like the SQL scheme may just need folding enabled - I'll look into it.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Pipe character in clips &#38; code folding (GadgetOllie)</title>
			<link>http://pnotepad.org/forums/topic/29#post-103</link>
			<pubDate>Thu, 23 Feb 2006 12:45:36 +0000</pubDate>
			<dc:creator>GadgetOllie</dc:creator>
			<guid isPermaLink="false">103@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;First off, this is a really great program...Thank you!&#60;/p&#62;
&#60;p&#62;I have 2 questions regarding functionality.&#60;/p&#62;
&#60;p&#62;1. The pipe character (&#124;) used in clips positions the cursor to that point in the code. I have created a 'library' of my commonly used code clips in PL/SQL but unfortunately, in SQL and PL/SQL 2 pipe characters (&#124;&#124;) in the code means concatinate. When I paste my code into PN, it is interpreted as 'place the cursor here' and it overwrites the first pipe for the concatination. Is there a way to change this character to something else for cursor placement?&#60;/p&#62;
&#60;p&#62;2. I spend most of my time developing in PL/SQL and the code folding does not work when a document is opened as PL/SQL or SQL. If however, I leave my code in the editor and select a different language, the code folding turns on. Then I can re-select PL/SQL as the language and code folding works. Is there a setup somewhere that I can make code folding work without having to do this?&#60;/p&#62;
&#60;p&#62;Many Thanks for this wonderful program.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Text Clips (simon)</title>
			<link>http://pnotepad.org/forums/topic/4#post-13</link>
			<pubDate>Fri, 13 Jan 2006 16:53:53 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">13@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Good work Sam! I must get around to updating those for the next release.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Text Clips (Sam)</title>
			<link>http://pnotepad.org/forums/topic/4#post-12</link>
			<pubDate>Fri, 13 Jan 2006 16:49:39 +0000</pubDate>
			<dc:creator>Sam</dc:creator>
			<guid isPermaLink="false">12@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Any useful text clips people have created? A few of mine:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;a href=&#34;http://webdevel.blogspot.com/2005/10/javascript-dom-text-clips-pn2.html&#34;&#62;JavaScript DOM&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://webdevel.blogspot.com/2005/09/text-clips-for-programmers-notepad-2-c.html&#34;&#62;C#&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://webdevel.blogspot.com/2005/02/text-clips-for-programmers-notepad-2.html&#34;&#62;ASP.NET&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://webdevel.blogspot.com/2005/02/text-clips-for-programmers-notepad-2_18.html&#34;&#62;XHTML&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;</description>
		</item>

	</channel>
</rss>

