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

		<item>
                        <title>Column mode problem (cokegen)</title>
			<link>http://pnotepad.org/forums/topic/5307#post-8039</link>
			<pubDate>Thu, 23 Jun 2011 13:48:38 +0000</pubDate>
			<dc:creator>cokegen</dc:creator>
			<guid isPermaLink="false">8039@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm almost in love with PN2, but I have this annoying problem with it's column mode. Thing is the column mode should draw a perfect rectangle and it's currently selecting characters that are not there. I really don't know how to explain it better, so I took a couple screenshots, one from UltraEdit (which has the column mode done right) and the other for PN2 which shows the problem.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://img842.imageshack.us/img842/4554/uecolumnmode.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img842.imageshack.us/img842/4554/uecolumnmode.jpg&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://img846.imageshack.us/img846/6188/pn2columnmode.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img846.imageshack.us/img846/6188/pn2columnmode.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I know this is probably because of Scintilla, but is there any chance this could be fixed ? I'd really want to switch from UE since PN2 really works better in a lot of regards (like folding which is really slow on big files on UE).&#60;/p&#62;
&#60;p&#62;Also, thanks for writing this fantastic editor.&#60;/p&#62;
&#60;p&#62;Carlos
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Operating on a rectangular selection (Nux)</title>
			<link>http://pnotepad.org/forums/topic/5114#post-7490</link>
			<pubDate>Sun, 05 Dec 2010 23:58:39 +0000</pubDate>
			<dc:creator>Nux</dc:creator>
			<guid isPermaLink="false">7490@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi. I'm just wondering if it is possible to know that the selected block is a rectangular selection and how to make operations on this selection? What I would need is at least an information at which line does the selection starts and ends and probably column numbers... Or maybe simply dimensions and a starting position... But some kind of access to a collection of lines in this selection would be wonderful.&#60;/p&#62;
&#60;p&#62;I'm asking because I want to do a script that would add tags around each selected line of code in this block. Picture for example a space indented table to which you want to add an extra cell in each row or add links inside this cells...&#60;/p&#62;
&#60;p&#62;BTW. I just discovered something amazing :-). When I select few lines of code with ALT pressed I can write on few lines of code at once and even delete characters on each of these lines. This is great :D!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Search in project/selection (Remigius)</title>
			<link>http://pnotepad.org/forums/topic/5045#post-7284</link>
			<pubDate>Sat, 07 Aug 2010 14:49:06 +0000</pubDate>
			<dc:creator>Remigius</dc:creator>
			<guid isPermaLink="false">7284@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I'm a new user and having some troubles with the search and replace function. I have created 2 projects, but when I try to do a search the &#34;current project&#34; is always greyed-out as well as the &#34;in selection&#34;. When I go to the replace function I do have &#34;in selection&#34; active, but not &#34;current project&#34;.&#60;/p&#62;
&#60;p&#62;Is this a known issue? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Multi Textselection Enhancements (garfield-991)</title>
			<link>http://pnotepad.org/forums/topic/893#post-2822</link>
			<pubDate>Sat, 23 Jan 2010 15:32:53 +0000</pubDate>
			<dc:creator>garfield-991</dc:creator>
			<guid isPermaLink="false">2822@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I'd like to contribute a little suggestion.&#60;br /&#62;
As of now, when you select multiple parts in a textdocument and, say, want to wrap it in a HTML-tag from text clips, all selections are combined to one and added to the first gap.&#60;/p&#62;
&#60;p&#62;See how I mean this:&#60;br /&#62;
Step one: select multiple text parts&#60;br /&#62;
&#60;a href=&#34;http://www.abload.de/image.php?img=pn165yn.png&#34; rel=&#34;nofollow&#34;&#62;http://www.abload.de/image.php?img=pn165yn.png&#60;/a&#62;&#60;br /&#62;
Second step: doubleclick a text-clip&#60;br /&#62;
&#60;a href=&#34;http://www.abload.de/image.php?img=pn2j6rx.png&#34; rel=&#34;nofollow&#34;&#62;http://www.abload.de/image.php?img=pn2j6rx.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is it possible that this will generate two new a-tags?&#60;/p&#62;
&#60;p&#62;And second suggestion: If you select a second text part, the statusbar will only tell you how many characters you've selected on the new part, would be cool if we'd had a total, like &#34;53 characters selected, 23 in current selection&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Changing the mathcing selected-text colour. (Patabugen)</title>
			<link>http://pnotepad.org/forums/topic/689#post-2472</link>
			<pubDate>Mon, 12 Oct 2009 10:05:03 +0000</pubDate>
			<dc:creator>Patabugen</dc:creator>
			<guid isPermaLink="false">2472@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;When I select some text, PN hilights matching text elsewhere in the document - this is fantastic =D However I can't seem to figure out how to change it so I can make it more visible. I've gone through the Tools &#38;gt; Options &#38;gt; Fonts and Colors and it's children but with no joy!&#60;/p&#62;
&#60;p&#62;How/where can I change i?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Patabugen
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>[Solved] Rectangular block selection ? (Frank)</title>
			<link>http://pnotepad.org/forums/topic/683#post-2457</link>
			<pubDate>Thu, 01 Oct 2009 16:50:04 +0000</pubDate>
			<dc:creator>Frank</dc:creator>
			<guid isPermaLink="false">2457@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I must be dumb and/or blind but I can't find how to do a rectangular block selection. Where this feature is hidden ?&#60;br /&#62;
Thanks in advance for your help :)&#60;/p&#62;
&#60;p&#62;edit : v2.0.9.970-devel
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Feature Request: Box Selection (ram434)</title>
			<link>http://pnotepad.org/forums/topic/395#post-1390</link>
			<pubDate>Wed, 21 May 2008 03:54:38 +0000</pubDate>
			<dc:creator>ram434</dc:creator>
			<guid isPermaLink="false">1390@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hello. Thanks for making PN2. I recently switched from Notepad++, but I found it to be infuriating. PN2 looks exactly like what I was looking for.&#60;/p&#62;
&#60;p&#62;Anyway, I was showing my dad PN2 (he uses pspad) and he liked it except for one thing. I can't find it in the edit menu or in the settings dialog box. The ability to make a box selection. To allow you to select a box of text that isn't line wrapped and paste it. So you can select a column instead of selecting the entire lines.&#60;/p&#62;
&#60;p&#62;I don't think this would be possible in a script, but I haven't really delved into that yet.&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Search Selection (jakeahearts)</title>
			<link>http://pnotepad.org/forums/topic/391#post-1372</link>
			<pubDate>Wed, 30 Apr 2008 17:19:31 +0000</pubDate>
			<dc:creator>jakeahearts</dc:creator>
			<guid isPermaLink="false">1372@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I'm fairly new with PN after having too many problems with jedit... Anyway, I can't get Search Selection to work. I select some text, do a control-F and the only option I ever have is Current Document with the rest grayed out...&#60;br /&#62;
Any help would be appreciated.&#60;br /&#62;
Eddy
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>who knew there are rectangular selections? (dsowa)</title>
			<link>http://pnotepad.org/forums/topic/54#post-207</link>
			<pubDate>Thu, 04 May 2006 16:32:58 +0000</pubDate>
			<dc:creator>dsowa</dc:creator>
			<guid isPermaLink="false">207@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;If you hold down ctlr-alt you can make&#60;br /&#62;
rectangular selections with either the mouse or&#60;br /&#62;
keyboard.  That's a rather significant feature to&#60;br /&#62;
not be mentioned anywhere, but I'm not going&#60;br /&#62;
to complain, I hate documenting things too.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

