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

		<item>
                        <title>No folding in 2.3.2.2300-rc (horus)</title>
			<link>http://pnotepad.org/forums/topic/5236#post-7859</link>
			<pubDate>Tue, 26 Apr 2011 12:46:44 +0000</pubDate>
			<dc:creator>horus</dc:creator>
			<guid isPermaLink="false">7859@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've just tried the 2.3.2.2300-rc version.  Unfortunately, I found that folding is not working at all.&#60;/p&#62;
&#60;p&#62;I've done the test in XP and Win7 using several different file formats, thus different schemes (eg, C, Java)&#60;/p&#62;
&#60;p&#62;I've also made sure that program folder and property folder from previous version were all deleted.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>new scheme with folding (pawel)</title>
			<link>http://pnotepad.org/forums/topic/725#post-2636</link>
			<pubDate>Sun, 20 Dec 2009 22:09:28 +0000</pubDate>
			<dc:creator>pawel</dc:creator>
			<guid isPermaLink="false">2636@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Love this software.  A question though.  I'd like to setup a new scheme and define the folding.  How to?  Looking at the existing schemes I only see that folding is either enabled or not.  And then I cannot see against which keywords the folding works.  ie, python; &#34;def&#34; is used to open a folding section but i can't see where def is defined to do that.&#60;br /&#62;
Again, this is for the purpose of setting up a plain text, mini project management scheme.&#60;/p&#62;
&#60;p&#62;thanks, pawel.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Disable Code Folding? (deadimp)</title>
			<link>http://pnotepad.org/forums/topic/245#post-883</link>
			<pubDate>Wed, 27 Jun 2007 14:12:03 +0000</pubDate>
			<dc:creator>deadimp</dc:creator>
			<guid isPermaLink="false">883@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Is there a way to disable code folding? Just the extra noise on the margin... it gets to me.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Features I like in other text editors (duke1995)</title>
			<link>http://pnotepad.org/forums/topic/99#post-350</link>
			<pubDate>Wed, 23 Aug 2006 18:55:25 +0000</pubDate>
			<dc:creator>duke1995</dc:creator>
			<guid isPermaLink="false">350@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;First of all : thank you for this great editor :-)&#60;/p&#62;
&#60;p&#62;Here are some features that might be handy : &#60;/p&#62;
&#60;p&#62;1) Code folding options as in Notepad++&#60;/p&#62;
&#60;p&#62;In Notepad++ you have the following possibilities : &#60;/p&#62;
&#60;p&#62;Collapse the current level&#60;br /&#62;
Uncollapse the current level&#60;br /&#62;
Collapse the level ... X&#60;br /&#62;
Uncollapse the level ... X&#60;/p&#62;
&#60;p&#62;Very handy :-)&#60;/p&#62;
&#60;p&#62;2) Find and replace as in EditPlus&#60;/p&#62;
&#60;p&#62;In EditPlus you can do a Find and Replace by entering text in text areas instead of text boxes. This allows you to find text including linebreaks and tabs.&#60;/p&#62;
&#60;p&#62;This often is easier than working with regular expressions to match linebreaks and tabs.&#60;/p&#62;
&#60;p&#62;3) Tab size&#60;/p&#62;
&#60;p&#62;Haven't found an editor which allows you to switch between tab sizes easily (without the need to open up the options/preferences dialog to go and change the tab size value).&#60;br /&#62;
It would be nice to have the possibility to switch between tab sizes more quickly, e.g. via a dropdown in the toolbar.&#60;/p&#62;
&#60;p&#62;This really is a great editor ! I wouldn't take the time to request these features if I wasn't sure I would continue to use Programmer's Notepad for a long time to come :-) Thanks a lot !
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Use folding with &#039;props&#039; lexer (chickenkiller)</title>
			<link>http://pnotepad.org/forums/topic/231#post-848</link>
			<pubDate>Mon, 28 May 2007 12:29:03 +0000</pubDate>
			<dc:creator>chickenkiller</dc:creator>
			<guid isPermaLink="false">848@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;for professional purposes I often edit quite large files that follow the .ini format. I like to display them using the 'Properties' syntax, but there is no section folding... I also use SciTE from time to time, and the folding is present for the 'Properties' syntax, so I was wondering how to enable it in pNotepad. (I tried to add folding=&#34;true&#34; to the corresponding tag in misc.scheme but it seems not be enough...)&#60;/p&#62;
&#60;p&#62;Thanks for your help, and for this wonderful editor.&#60;/p&#62;
&#60;p&#62;P.S. I use PN 2.0.7.667-devel&#60;/p&#62;
&#60;p&#62;regards&#60;br /&#62;
Lionel
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>While using pnotepad... (mangfu)</title>
			<link>http://pnotepad.org/forums/topic/199#post-700</link>
			<pubDate>Fri, 13 Apr 2007 13:19:31 +0000</pubDate>
			<dc:creator>mangfu</dc:creator>
			<guid isPermaLink="false">700@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;While using pnotepad for over a year now I got a small list together of things I missed or din't work correctly, I hope it helps, and i didn't do/ask stupid things:&#60;/p&#62;
&#60;p&#62;1. UTF-16 support&#60;br /&#62;
2. code folding doesn't work with assembler scheme (PROC-&#38;gt;ENDP, MACRO-&#38;gt;ENDM, STRUC-&#38;gt;ENDS)&#60;br /&#62;
3. pnotepad doesn't apply schemes to self added extensions ex: dsm added to open with asm scheme -&#38;gt; doesn't work&#60;br /&#62;
4. when switching tabs, tab forgets position in file&#60;br /&#62;
5. permanent line-numbering option&#60;br /&#62;
6. will there be a portable version for a usb stick?&#60;/p&#62;
&#60;p&#62;Anyways, it is still the best notepad out there, so keep up the good work.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Code Folding not enabled for PL/SQL? (jasonvogel)</title>
			<link>http://pnotepad.org/forums/topic/133#post-482</link>
			<pubDate>Thu, 02 Nov 2006 13:53:49 +0000</pubDate>
			<dc:creator>jasonvogel</dc:creator>
			<guid isPermaLink="false">482@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Is there a way to enable code folding for PL/SQL?  Is there some reason why this isn't on by default?&#60;/p&#62;
&#60;p&#62;TJhanks,&#60;br /&#62;
Jason
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>folding not activated when opening PROPERTIES type files (Uzair)</title>
			<link>http://pnotepad.org/forums/topic/122#post-427</link>
			<pubDate>Tue, 10 Oct 2006 22:39:40 +0000</pubDate>
			<dc:creator>Uzair</dc:creator>
			<guid isPermaLink="false">427@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;First, awesome program. Thanks :)&#60;/p&#62;
&#60;p&#62;Now, the problem is I open .cfg and .ini files with PN in order to take advantage of the folding based on the bracket tags like [header]. The problem is that PN does not automatically put folding on the file, I have to first manually specify the file as C/C++ and then back to Properties for it to recognize and display the folding markers on the left of the document.&#60;/p&#62;
&#60;p&#62;Folding is great and one of the main reasons for using an editor other than notepad. It works fine with C and XML etc but not .ini or cfg files. Please fix it if possible. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>folding own configuration language (Holger)</title>
			<link>http://pnotepad.org/forums/topic/106#post-363</link>
			<pubDate>Fri, 15 Sep 2006 10:03:56 +0000</pubDate>
			<dc:creator>Holger</dc:creator>
			<guid isPermaLink="false">363@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
currently I use PN2 for highlighting my own configuration language (using *.schemedef).&#60;br /&#62;
Is there a chance to also define my own folding rule, e.g. by indent level or everything contained between square brackets ('[' and ']').&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Add folding to text document (bryan)</title>
			<link>http://pnotepad.org/forums/topic/91#post-336</link>
			<pubDate>Mon, 07 Aug 2006 14:44:37 +0000</pubDate>
			<dc:creator>bryan</dc:creator>
			<guid isPermaLink="false">336@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Is there a way to select a section of text and define a fold for it?  I'd prefer this for a plain text document.  Making it indent based would likely work, also.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Auto Folding when a Document is opened? (david_king)</title>
			<link>http://pnotepad.org/forums/topic/52#post-201</link>
			<pubDate>Thu, 27 Apr 2006 12:56:54 +0000</pubDate>
			<dc:creator>david_king</dc:creator>
			<guid isPermaLink="false">201@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Right, quick question about the PN2 (which is excellent btw) is it possible to have the program automatically collapse certain parts of a document when opened?&#60;/p&#62;
&#60;p&#62;For example, I have a lot of XML documents, and certain elements contain a load of text that tends to be irrelavent to what I am doing. (they are &#38;lt;caption&#38;gt; and &#38;lt;bod&#38;gt; but thats irrelevent)&#60;/p&#62;
&#60;p&#62;Possible? Stupid Question?
&#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>

	</channel>
</rss>

