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

		<item>
                        <title>new HTML page (CNT)</title>
			<link>http://pnotepad.org/forums/topic/5423#post-8254</link>
			<pubDate>Sat, 27 Aug 2011 15:38:07 +0000</pubDate>
			<dc:creator>CNT</dc:creator>
			<guid isPermaLink="false">8254@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;&#38;lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#38;gt;&#60;br /&#62;
&#38;lt;head&#38;gt;&#60;br /&#62;
    &#38;lt;title&#38;gt;Untitled Page&#38;lt;/title&#38;gt;&#60;br /&#62;
&#38;lt;/head&#38;gt;&#60;br /&#62;
&#38;lt;body&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/body&#38;gt;&#60;br /&#62;
&#38;lt;/html&#38;gt;&#60;/p&#62;
&#60;p&#62;The above is what editors start with NEW HTML page. Doesn't PN 2.2 have that feature? I am trying out PN... hoping there would be &#34;autocomplete&#34; (but not?).&#60;/p&#62;
&#60;p&#62;Chuck
&#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>Tag around selected text (Nux)</title>
			<link>http://pnotepad.org/forums/topic/5050#post-7291</link>
			<pubDate>Thu, 12 Aug 2010 14:54:52 +0000</pubDate>
			<dc:creator>Nux</dc:creator>
			<guid isPermaLink="false">7291@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;I often use PN to edit xml-like files. An option to auto-close tags is nice, but not sufficient if you already have a text which must be enclosed in tags. I could use text-clips for that, but I would like to be able do that with keyboard like this:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Select text.&#60;/li&#62;
&#60;li&#62;Press some key (e.g. CTRL+SHIFT+T) → dialog with an input appears.&#60;/li&#62;
&#60;li&#62;Write tag name (and optional attrs after space).&#60;/li&#62;
&#60;li&#62;Press ENTER → tag is inserted around selected text.&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;Similar script in JS:&#60;br /&#62;
&#60;a href=&#34;http://pl.wikipedia.org/wiki/Wikipedysta:Nux/htag.js&#34; rel=&#34;nofollow&#34;&#62;http://pl.wikipedia.org/wiki/Wikipedysta:Nux/htag.js&#60;/a&#62;&#60;br /&#62;
(look for &#34;htag.insert&#34; function)&#60;/p&#62;
&#60;p&#62;Extra:&#60;br /&#62;
Recognition of short tags:&#60;br /&#62;
case 'img':&#60;br /&#62;
case 'meta':&#60;br /&#62;
case 'link':&#60;br /&#62;
case 'br':&#60;br /&#62;
case 'hr':&#60;br /&#62;
case 'input':&#60;/p&#62;
&#60;p&#62;Optional autocomplete for tags in the input would be great.&#60;/p&#62;
&#60;p&#62;I'm not very Python friendly, but maybe some has something like that already (or can do it based on JS)?
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>ASP Comment bug (asdruble)</title>
			<link>http://pnotepad.org/forums/topic/529#post-1835</link>
			<pubDate>Fri, 13 Feb 2009 17:18:13 +0000</pubDate>
			<dc:creator>asdruble</dc:creator>
			<guid isPermaLink="false">1835@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Ive searched for, but havent found any post of this o the forum.&#60;/p&#62;
&#60;p&#62;Anywayz, the thing is that, in HTML + ASP development, if i have this kind of code:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
HTML&#60;br /&#62;
&#38;lt;%aspCode 'aspComment %&#38;gt;&#60;br /&#62;
MORE HTML&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;pNotepad will render the ASP closing tag &#38;quot;%&#38;gt;&#38;quot; as a comment and will not understand that the ASP has been closed, marking up the rest of HTML, JS, CSS or whatever in ASP Schema.&#60;/p&#62;
&#60;p&#62;Is there a way around this (except for breaking line, of course)?&#60;br /&#62;
I dont remember this having been always like this in much older versions.&#60;/p&#62;
&#60;p&#62;BTW, i would like to make a suggestion (though i know here's not the place) to make CTRL+D duplicate a selected block, instead of only one line!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>HTML output (clusher)</title>
			<link>http://pnotepad.org/forums/topic/168#post-603</link>
			<pubDate>Mon, 12 Feb 2007 00:23:24 +0000</pubDate>
			<dc:creator>clusher</dc:creator>
			<guid isPermaLink="false">603@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hey everyone.&#60;br /&#62;
First off, great job with PN2. I just started using it last month, and i've used it on a database project, it was incredibly useful.&#60;br /&#62;
Now, i must be really lamme with this things, cause i just can't ge IE to launch and see the output of the file im working on.&#60;br /&#62;
I created a tool. I defined the command as the IE executable and the parameters as &#60;a href=&#34;http://localhost/%f&#34; rel=&#34;nofollow&#34;&#62;http://localhost/%f&#60;/a&#62;, as i saw in one post in this forum. As is run it, the output window pops, the command line says its executed but IE doesnt get to open.&#60;br /&#62;
Any hints here?
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Html double click feature request (eepman)</title>
			<link>http://pnotepad.org/forums/topic/114#post-391</link>
			<pubDate>Fri, 29 Sep 2006 02:33:53 +0000</pubDate>
			<dc:creator>eepman</dc:creator>
			<guid isPermaLink="false">391@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;It would be really nice if when double clicking inside of an html tag it would select all the text between &#38;lt;&#38;gt; so that a tag may easily changed.  Also for end tags between &#38;lt;/ and &#38;gt;.  If anyone knows a way to do this, or if it would have to be added in source code please tell me. Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

