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

		<item>
                        <title>Improving PyPN CHM Help script (Nux)</title>
			<link>http://pnotepad.org/forums/topic/5166#post-7717</link>
			<pubDate>Sat, 05 Mar 2011 20:02:21 +0000</pubDate>
			<dc:creator>Nux</dc:creator>
			<guid isPermaLink="false">7717@http://pnotepad.org/forums/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;Just right-click on a Python file and select &#34;Use as Script&#34;. The file will now appear in the scripts window where you can run it.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Interesting... Is it possible to update existing scripts in some similar way? Or in any way but reopening PN?
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Improving PyPN CHM Help script (simon)</title>
			<link>http://pnotepad.org/forums/topic/5166#post-7713</link>
			<pubDate>Thu, 03 Mar 2011 23:39:14 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">7713@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Did you know that there is built-in support for running your current file as a script?&#60;/p&#62;
&#60;p&#62;Just right-click on a Python file and select &#34;Use as Script&#34;. The file will now appear in the scripts window where you can run it.&#60;/p&#62;
&#60;p&#62;There's no way to run it with a keyboard shortcut, which would perhaps be better, but it's a start!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Improving PyPN CHM Help script (leledumbo)</title>
			<link>http://pnotepad.org/forums/topic/5166#post-7661</link>
			<pubDate>Sat, 12 Feb 2011 21:02:35 +0000</pubDate>
			<dc:creator>leledumbo</dc:creator>
			<guid isPermaLink="false">7661@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Awesome job! Exactly what I need! Thanks man!&#60;/p&#62;
&#60;p&#62;&#38;gt; For me current dir was pointing to system32 and so ini was not found&#60;/p&#62;
&#60;p&#62;That explains why it can't find the section, even the file wasn't found! Anyway, I'm still curious why current directory changes to system32 without any notification or whatever.&#60;/p&#62;
&#60;p&#62;&#38;gt; BTW. I've found a way to hack in to PN dynamically. To run a script in PN context you can use this&#60;/p&#62;
&#60;p&#62;Nice, this would help script developers debugging their scripts.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Improving PyPN CHM Help script (Nux)</title>
			<link>http://pnotepad.org/forums/topic/5166#post-7660</link>
			<pubDate>Sat, 12 Feb 2011 18:00:17 +0000</pubDate>
			<dc:creator>Nux</dc:creator>
			<guid isPermaLink="false">7660@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;For me current dir was pointing to system32 and so ini was not found. I've changed some stuff to make it better for debugging and I think I've resolved other issues too.&#60;br /&#62;
&#60;a href=&#34;http://enux.pl/download/pn2/Chmhelp.py&#34; rel=&#34;nofollow&#34;&#62;http://enux.pl/download/pn2/Chmhelp.py&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It should at least give you some info in the Output window if something goes wrong.&#60;/p&#62;
&#60;p&#62;BTW. I've found a way to hack in to PN dynamically. To run a script in PN context you can use this:&#60;br /&#62;
&#60;a href=&#34;http://enux.pl/download/pn2/test.py&#34; rel=&#34;nofollow&#34;&#62;http://enux.pl/download/pn2/test.py&#60;/a&#62;&#60;br /&#62;
You probably shouldn't run complete scripts with this (i.e. containg @script), but you can safely import stuff and use pn and scintilla modules e.g.:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;import os
pn.AddOutput(&#38;quot;\n&#38;quot;+os.path.abspath(__file__))
#
sct = scintilla.Scintilla(pn.CurrentDoc())
pn.AddOutput(&#38;quot;\n Number of selections:&#38;quot;+str(sct.SelectionCount))&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
                        <title>Improving PyPN CHM Help script (leledumbo)</title>
			<link>http://pnotepad.org/forums/topic/5166#post-7658</link>
			<pubDate>Sat, 12 Feb 2011 08:09:38 +0000</pubDate>
			<dc:creator>leledumbo</dc:creator>
			<guid isPermaLink="false">7658@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Thanks, but your script is language specific. The CHM Help script could determine which help file to open by looking at active scheme. It's not just Pascal, I have a bunch of languages to support as well. Is there any way to debug script from pnotepad? The pn interface is surely invisible outside pnotepad.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Improving PyPN CHM Help script (Nux)</title>
			<link>http://pnotepad.org/forums/topic/5166#post-7657</link>
			<pubDate>Fri, 11 Feb 2011 20:53:34 +0000</pubDate>
			<dc:creator>Nux</dc:creator>
			<guid isPermaLink="false">7657@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Maybe the section is malformed somehow.&#60;/p&#62;
&#60;p&#62;BTW. I use a different script myself: &#60;a href=&#34;http://enux.pl/download/pn2/php.py&#34;&#62;php.py&#60;/a&#62;. This is PHP specific, but I'm sure you can change it to work with Pascal. I don't have to worry about selected word as I use a tool definition with %w param.&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
Command: python&#60;br /&#62;
Folder: $(PNPath)\scripts\tools&#60;br /&#62;
Parameters: php.py %w&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Note that you can unpack chm to see it's structure.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Improving PyPN CHM Help script (leledumbo)</title>
			<link>http://pnotepad.org/forums/topic/5166#post-7655</link>
			<pubDate>Fri, 11 Feb 2011 02:32:20 +0000</pubDate>
			<dc:creator>leledumbo</dc:creator>
			<guid isPermaLink="false">7655@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I'd like to improve PyPN CHM Help script so that if there's no selection, it takes a word around the cursor, if the character at the current position is an alphabet. Here's what I've done:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;def expandWord(s):
	st = s.CurrentPos - 1
	while chr(s.GetCharAt(st)).isalpha():
		st -= 1
	ed = s.CurrentPos + 1
	while chr(s.GetCharAt(ed)).isalpha():
		ed += 1
	return s.GetTextRange(st + 1,ed)

@script(&#38;quot;CHM help&#38;quot;, &#38;quot;HELP&#38;quot;)
def Help():
	doc = pn.CurrentDoc()
	if doc is not None:
		s = scintilla.Scintilla(doc)
		sch = doc.CurrentScheme
		config = ConfigParser.ConfigParser()
		config.read(&#38;#39;plugin.ini&#38;#39;)
		chm_path = config.get(sch, &#38;#39;chm_path&#38;#39;, 0)
		if chr(s.GetCharAt(s.CurrentPos)).isalpha():
			selLen = s.SelectionEnd - s.SelectionStart
			selText = s.SelText if selLen &#38;gt; 0 else expandWord(s)
			if test_import(&#38;#39;win32help&#38;#39;):
				import win32help
				win32help.HtmlHelp(0, None, win32help.HH_INITIALIZE, None)
				link = win32help.HH_AKLINK()
				link.indexOnFail = 1
				link.keywords = selText
				link.url = &#38;quot;&#38;quot;
				link.msgText = &#38;quot;&#38;quot;
				link.msgTitle = &#38;quot;&#38;quot;
				link.window = &#38;quot;&#38;quot;
				win32help.HtmlHelp(0, chm_path, win32help.HH_KEYWORD_LOOKUP, link)
			elif os.path.isfile(os.environ[&#38;quot;WINDIR&#38;quot;]+&#38;quot;\keyHH.exe&#38;quot;):
				os.popen (&#38;quot;keyHH.exe -#klink &#38;quot; + s.SelText + &#38;quot; &#38;quot; + chm_path)
			else:
				pn.AddOutput(&#38;quot;win32help api and keyHH.exe not found, falling back to hh.exe&#38;quot;)
				os.popen(&#38;quot;hh &#38;quot; + chm_path)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;as you can see, the difference lies only in the addition of expandWord method and the way to retrieve the keyword. However, upon execution it gives me:&#60;/p&#62;
&#60;p&#62;Python error: &#38;lt;class 'ConfigParser.NoSectionError'&#38;gt;: No section: 'pascal'&#60;/p&#62;
&#60;p&#62;even though I have [pascal] with chm_path key defined. The weird thing is, when I revert it back to the original script, it works like a charm.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>which language do you use with PN (Nux)</title>
			<link>http://pnotepad.org/forums/topic/5115#post-7502</link>
			<pubDate>Tue, 07 Dec 2010 18:09:38 +0000</pubDate>
			<dc:creator>Nux</dc:creator>
			<guid isPermaLink="false">7502@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;HTML/PHP, JS, CSS, a bit of XML and sometimes Python but only for PN. Oh, yes and Action Script and C++ at work. PN is just so much better then Visual Studio 6 :-).
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>which language do you use with PN (uulele)</title>
			<link>http://pnotepad.org/forums/topic/5115#post-7501</link>
			<pubDate>Tue, 07 Dec 2010 13:41:25 +0000</pubDate>
			<dc:creator>uulele</dc:creator>
			<guid isPermaLink="false">7501@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;wah...&#60;br /&#62;
I use geany at home.&#60;/p&#62;
&#60;p&#62;I'm learn about Python.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>which language do you use with PN (simon)</title>
			<link>http://pnotepad.org/forums/topic/5115#post-7496</link>
			<pubDate>Mon, 06 Dec 2010 14:16:51 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">7496@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;For me it's XML, HTML, C++, C# and Python - probably in that order.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>which language do you use with PN (uulele)</title>
			<link>http://pnotepad.org/forums/topic/5115#post-7494</link>
			<pubDate>Mon, 06 Dec 2010 13:52:19 +0000</pubDate>
			<dc:creator>uulele</dc:creator>
			<guid isPermaLink="false">7494@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;PHP is my choice.
&#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>Force .ini files to be opened as .php? (simon)</title>
			<link>http://pnotepad.org/forums/topic/5037#post-7271</link>
			<pubDate>Wed, 04 Aug 2010 13:25:33 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">7271@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Tools &#124; Options &#124; Files : Change .ini to open with PHP scheme.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Force .ini files to be opened as .php? (chrisb)</title>
			<link>http://pnotepad.org/forums/topic/5037#post-7254</link>
			<pubDate>Thu, 22 Jul 2010 11:13:32 +0000</pubDate>
			<dc:creator>chrisb</dc:creator>
			<guid isPermaLink="false">7254@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Have a quick question.  I have files on my server saved as .ini files even though they are written in php.&#60;/p&#62;
&#60;p&#62;However, I love the way that the notepad in php mode colourises the code.&#60;/p&#62;
&#60;p&#62;So I was just wondering if anywhere in the program I can set the default to force all .ini files to open in .php mode (as .ini files are by default opened as xml)&#60;/p&#62;
&#60;p&#62;Many Thanks&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>PHP 里的 代码颜色问题 (horus)</title>
			<link>http://pnotepad.org/forums/topic/4799#post-7040</link>
			<pubDate>Tue, 08 Jun 2010 08:36:06 +0000</pubDate>
			<dc:creator>horus</dc:creator>
			<guid isPermaLink="false">7040@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;He said he would like to give the $ sign (in PHP) another colour so it would be more convenient to users.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>PHP 里的 代码颜色问题 (simon)</title>
			<link>http://pnotepad.org/forums/topic/4799#post-7032</link>
			<pubDate>Mon, 07 Jun 2010 08:47:22 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">7032@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Sorry, without a translation I'm not sure what this means.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>PHP 里的 代码颜色问题 (hanchoihyun)</title>
			<link>http://pnotepad.org/forums/topic/4799#post-6933</link>
			<pubDate>Sat, 05 Jun 2010 17:23:47 +0000</pubDate>
			<dc:creator>hanchoihyun</dc:creator>
			<guid isPermaLink="false">6933@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;希望 把 $符号 另给一个颜色  让用户 使用时 更方便
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Will PyPN or C++ extension system allow me to do this... (simon)</title>
			<link>http://pnotepad.org/forums/topic/1131#post-3139</link>
			<pubDate>Sat, 13 Mar 2010 06:05:40 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">3139@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;You can achieve almost anything you like in PyPN, given that you have all of Python available to you, but GUI is likely to be a challenge.&#60;/p&#62;
&#60;p&#62;There's no specific support for GUI extensions (yet) but also nothing that blocks you from launching UI. I'd almost recommend starting by just launching your tool as an .exe with whatever information you need from PN, and go from there.&#60;/p&#62;
&#60;p&#62;Creating a .NET extension &#60;em&#62;should&#60;/em&#62; be a case of making a wrapper for the PN api with Managed C++, but it's something I haven't had a chance to get around to trying yet. GUI integration would again probably be more difficult.&#60;/p&#62;
&#60;p&#62;There's possibly an answer in the above text, but if not feel free to ask for clarifications - happy to help you explore ideas and also to add to/modify the api to help out where it makes sense.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Will PyPN or C++ extension system allow me to do this... (brainwipe)</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>Forum bug &#34;Add New Topic&#34; when not logged in. (Patabugen)</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>Bugs I found on Version 2.0.7: (simon)</title>
			<link>http://pnotepad.org/forums/topic/109#post-953</link>
			<pubDate>Tue, 07 Aug 2007 09:58:56 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">953@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Ok, exact repro based on your first one:&#60;/p&#62;
&#60;p&#62;Empty document in C++ scheme&#60;br /&#62;
Set tabs width to 2&#60;br /&#62;
Turn off &#34;Tools-&#38;gt;Use Tabs&#34;&#60;br /&#62;
Type: [Tab]SceneManager::destroyAllScenes();&#60;br /&#62;
Select &#34;Edit-&#38;gt;Convert Spaces To Tabs&#34;&#60;br /&#62;
Cursor to end of line, select to home (should select to S, indent not selected)&#60;br /&#62;
Now run comment line:&#60;/p&#62;
&#60;p&#62;S//ceneManager::destroyAllScenes.&#60;/p&#62;
&#60;p&#62;I guess this is where the code is expecting based on editor settings that the indentation will be spaces (use tabs is turned off) and so it goes for two characters in to comment. Because the spaces have been turned into tabs this goes wrong. I'll have a look.&#60;/p&#62;
&#60;p&#62;Bug here: &#60;a href=&#34;http://sourceforge.net/tracker/index.php?func=detail&#38;#038;aid=1769095&#38;#038;group_id=45545&#38;#038;atid=443219&#34; rel=&#34;nofollow&#34;&#62;http://sourceforge.net/tracker/index.php?func=detail&#38;#038;aid=1769095&#38;#038;group_id=45545&#38;#038;atid=443219&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Bugs I found on Version 2.0.7: (badbrain)</title>
			<link>http://pnotepad.org/forums/topic/109#post-946</link>
			<pubDate>Mon, 06 Aug 2007 11:03:01 +0000</pubDate>
			<dc:creator>badbrain</dc:creator>
			<guid isPermaLink="false">946@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Apologies &#60;/p&#62;
&#60;p&#62;Tab size: 2&#60;br /&#62;
build: (.7.680)-devel&#60;br /&#62;
Advanced Settings: override indentation (use tabs).&#60;/p&#62;
&#60;p&#62;Note that these things never happen when tabs aren't used.&#60;/p&#62;
&#60;p&#62;Try this:&#60;br /&#62;
Disable tabs using the menubar.&#60;br /&#62;
Indent code.&#60;br /&#62;
Convert spaces to tabs.&#60;br /&#62;
Now try Comment Line.&#60;br /&#62;
Do you see the error?&#60;/p&#62;
&#60;p&#62;Here is one more:&#60;br /&#62;
Enable tabs.&#60;br /&#62;
Indent code.&#60;br /&#62;
Convert tabs to spaces.&#60;br /&#62;
Now try Comment Line.&#60;br /&#62;
The double forward-slashes start one or more spaces before the beginning of the text. But double forward-slashes start right at the beginning when tabs have been disabled before-hand.&#60;/p&#62;
&#60;p&#62;[edit] Scheme: C++
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Bugs I found on Version 2.0.7: (simon)</title>
			<link>http://pnotepad.org/forums/topic/109#post-939</link>
			<pubDate>Tue, 31 Jul 2007 12:58:17 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">939@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hmm, I'm not seeing the same in my quick test, can I check the following:&#60;/p&#62;
&#60;p&#62;What's your tab size set to?&#60;br /&#62;
You're using Comment Line?&#60;br /&#62;
Just one line of code?&#60;br /&#62;
What build of PN exactly?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Bugs I found on Version 2.0.7: (badbrain)</title>
			<link>http://pnotepad.org/forums/topic/109#post-929</link>
			<pubDate>Sun, 22 Jul 2007 06:01:03 +0000</pubDate>
			<dc:creator>badbrain</dc:creator>
			<guid isPermaLink="false">929@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I noticed that when I try to comment a line of code while tabs (Tools &#38;gt; Use Tabs) is not enabled, the commenting starts after the first letter.&#60;/p&#62;
&#60;p&#62;For instance,&#60;br /&#62;
S//ceneManager::destroyAllScenes();&#60;/p&#62;
&#60;p&#62;But it works as expected when tabs is enabled. Just wondering..
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>PHP Lexer (deadimp)</title>
			<link>http://pnotepad.org/forums/topic/249#post-903</link>
			<pubDate>Sat, 07 Jul 2007 22:48:41 +0000</pubDate>
			<dc:creator>deadimp</dc:creator>
			<guid isPermaLink="false">903@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Just noticed something: There's already support for the short tags, but for some reason, it doesn't like this particular setup: &#60;code&#62;&#38;lt;?=src(&#38;#39;...&#38;#39;)?&#38;gt;&#60;/code&#62;. If I change 'src' to something else, it will highlight, but otherwise it won't. Odd...
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>PHP Lexer (deadimp)</title>
			<link>http://pnotepad.org/forums/topic/249#post-902</link>
			<pubDate>Sat, 07 Jul 2007 19:14:24 +0000</pubDate>
			<dc:creator>deadimp</dc:creator>
			<guid isPermaLink="false">902@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;A couple of things for PHP:&#60;br /&#62;
&#38;gt; Could you add the keywords &#60;code&#62;protected private public inherits&#60;/code&#62; by default?&#60;br /&#62;
&#38;gt; Could you enable PHP highlighting for short tags? Ex. &#60;code&#62;&#38;lt;?=$value?&#38;gt;&#60;/code&#62;&#60;br /&#62;
&#38;gt; Inline string members (of an object) aren't highlighted. Ex. &#60;code&#62;\&#38;quot;$obj-&#38;gt;member\&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;EDIT: Gah! bbpress is escaping my quotes!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>feature-request (jumpfroggy)</title>
			<link>http://pnotepad.org/forums/topic/186#post-842</link>
			<pubDate>Sat, 26 May 2007 13:52:48 +0000</pubDate>
			<dc:creator>jumpfroggy</dc:creator>
			<guid isPermaLink="false">842@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;&#34;Simon, is there some kind of list of all the keyboard commands? This is the second one (the other is &#34;yump to alternate document&#34;, CTRL+ALT+H) I needed and didn't used because it wasn't in the help or in a menu, nor in the options-keyboard dialog... :-(&#34;&#60;/p&#62;
&#60;p&#62;I never looked at that window before; mine is blank by default.  I guess that means there are built-in, unmutable shortcuts (like Ctrl-[) and then custom/user shortcuts.  My feeling is that all shortcuts should be visible here (even the built-in) to remove the distinction between built-in and user shortcuts.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

