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

		<item>
                        <title>Search function problem (simon)</title>
			<link>http://pnotepad.org/forums/topic/5573#post-9315</link>
			<pubDate>Wed, 23 Nov 2011 00:44:06 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">9315@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hmm, I wonder if some sort of binary file is killing the search mid process. Please file a bug and I'll see if I can reproduce this at some point:&#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>Search function problem (elec_mse)</title>
			<link>http://pnotepad.org/forums/topic/5573#post-9312</link>
			<pubDate>Tue, 22 Nov 2011 23:59:30 +0000</pubDate>
			<dc:creator>elec_mse</dc:creator>
			<guid isPermaLink="false">9312@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I just want to add one more thing:&#60;/p&#62;
&#60;p&#62;if I change File types from &#34;*.*&#34; to &#34;*.c;*.h;*.s;Makefile&#34;&#60;br /&#62;
the pn can find files.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Search function problem (elec_mse)</title>
			<link>http://pnotepad.org/forums/topic/5573#post-9311</link>
			<pubDate>Tue, 22 Nov 2011 23:51:13 +0000</pubDate>
			<dc:creator>elec_mse</dc:creator>
			<guid isPermaLink="false">9311@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I meet same problem which can be easily repeated.&#60;br /&#62;
what I did is:&#60;br /&#62;
1. click Find in Files&#60;br /&#62;
2. Find what: KBUILD_DEFCONFIG&#60;br /&#62;
3. Find where: c:\linux-2.6.39.4&#60;br /&#62;
4. File types: *.*&#60;br /&#62;
5. check Search subdirectories&#60;br /&#62;
6. check Include hidden&#60;/p&#62;
&#60;p&#62;you can download linux-2.6.39.4 source code which contains a lot of subdirectories and files, and try it. There is no problem if I use Pspad and Crimson Editor.&#60;/p&#62;
&#60;p&#62;If you can fix the issue, I will download it again.&#60;/p&#62;
&#60;p&#62;Anyway, this is great tool! Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Search function problem (NickDMax)</title>
			<link>http://pnotepad.org/forums/topic/5573#post-8648</link>
			<pubDate>Mon, 31 Oct 2011 21:04:47 +0000</pubDate>
			<dc:creator>NickDMax</dc:creator>
			<guid isPermaLink="false">8648@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Please describe what you are trying to search for and what you have in the fields. The feature still seems to work for me (I use it daily).&#60;/p&#62;
&#60;p&#62;Find what: iostream&#60;br /&#62;
find where: C:\Dev\Forum Help\&#60;br /&#62;
File Types: *.cpp&#60;/p&#62;
&#60;p&#62;Results in the Find Results tab being filled with results. This feature can be a little quirky so make sure you check the fields to ensure you have not accidentally added a character or pointed to the wrong directory.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Search function problem (dab4ma)</title>
			<link>http://pnotepad.org/forums/topic/5573#post-8531</link>
			<pubDate>Fri, 28 Oct 2011 07:13:04 +0000</pubDate>
			<dc:creator>dab4ma</dc:creator>
			<guid isPermaLink="false">8531@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I've problem with Search-in-files function. It don't work. Only work simple search function in current document.&#60;br /&#62;
Maybe it's a problem with open/stopped services of the OS (MS Vista 32)? Which services must work to allow realise the search-in-files function?&#60;/p&#62;
&#60;p&#62;After upgrade of PN it still don't work.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>New Script: Jump To... (Patabugen)</title>
			<link>http://pnotepad.org/forums/topic/5142#post-7576</link>
			<pubDate>Mon, 17 Jan 2011 21:14:36 +0000</pubDate>
			<dc:creator>Patabugen</dc:creator>
			<guid isPermaLink="false">7576@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;One of the features I learned to take for granted in some other editors is a Jump To File dialog, where you can enter a partial filename (such as myfile*) and be presented with a list of files found within your working directory.&#60;/p&#62;
&#60;p&#62;I have written something in PyPN to offer some of this functionality. This is my first go at Python so any feedback on, or improvements to, the code are very welcome.&#60;/p&#62;
&#60;p&#62;Rather than going into the world of GUI's I have made use of a new document within PN to display the output, I'd be interested to know how well this works for you on your systems.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://scriptshare.rocketmonkeys.com/script/30&#34; rel=&#34;nofollow&#34;&#62;http://scriptshare.rocketmonkeys.com/script/30&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you want suggestions for keyboard shortcuts to bind this to Netbeans uses Alt + Shift + O (for Open) and Eclipse uses Ctrl + Shift + R (for Resource). Personally I use Alt + Shift + A because it's handy.&#60;/p&#62;
&#60;p&#62;--&#60;br /&#62;
Patabugen&#60;/p&#62;
&#60;p&#62;p.s I realise this is a feature planned for PN in the future, this is intended as an interim measure.
&#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>Searching and showing surrounding lines on each hit. (rau)</title>
			<link>http://pnotepad.org/forums/topic/3844#post-5970</link>
			<pubDate>Tue, 25 May 2010 15:46:57 +0000</pubDate>
			<dc:creator>rau</dc:creator>
			<guid isPermaLink="false">5970@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;how can I show 5 lines above and 5 lines below the lines with the search (instead of the single line) ?&#60;br /&#62;
TIA
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>&#34;Replace all&#34; problem (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/2776#post-5068</link>
			<pubDate>Sun, 09 May 2010 16:02:43 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">5068@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Sorry for the late answer. I created a bug report (Issue 906) and hope it helps. If you need I can provide you with an example of my test file, but it really goes with every non-ASCII char. You should be able to type one yourself or use charmap.exe.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>&#34;Replace all&#34; problem (simon)</title>
			<link>http://pnotepad.org/forums/topic/2776#post-4849</link>
			<pubDate>Tue, 04 May 2010 12:59:25 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">4849@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi, please let me know which version of PN you're using for these problems. I'd like to make sure they're fixed. There are lots of improvements for unicode support in 2.1.x but there may still be bugs.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>&#34;Replace all&#34; problem (rc-flitzer)</title>
			<link>http://pnotepad.org/forums/topic/2776#post-4842</link>
			<pubDate>Sat, 01 May 2010 10:23:33 +0000</pubDate>
			<dc:creator>rc-flitzer</dc:creator>
			<guid isPermaLink="false">4842@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;This is working but only in ANSI-mode. Not in UTF-8 mode. Seems there are STILL a lot of problems using UTF-8. :-(&#60;br /&#62;
I recently wanted to replaced the - (hyphen) with a – (en-dash). Didn’t work with replace all. But also somehow did not work using manual replacement. I had to use the search function and for each occurrence press Strg-V to replace it.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>&#34;Replace all&#34; problem (omli)</title>
			<link>http://pnotepad.org/forums/topic/2776#post-4837</link>
			<pubDate>Wed, 28 Apr 2010 18:32:41 +0000</pubDate>
			<dc:creator>omli</dc:creator>
			<guid isPermaLink="false">4837@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Replace All button isn't working for &#34;’&#34; (this inside double quotes) . I'm trying to replace &#34;’&#34; with &#34;'&#34;, but nothing happens. I have to click Replace button many times.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Error in Search and Replace (simon)</title>
			<link>http://pnotepad.org/forums/topic/912#post-2850</link>
			<pubDate>Thu, 28 Jan 2010 16:13:31 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">2850@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please report a bug here and I'll try and get it fixed for the next release:&#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;
&#60;p&#62;Simon.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Error in Search and Replace (urinud)</title>
			<link>http://pnotepad.org/forums/topic/912#post-2845</link>
			<pubDate>Wed, 27 Jan 2010 05:18:17 +0000</pubDate>
			<dc:creator>urinud</dc:creator>
			<guid isPermaLink="false">2845@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;If you search/replace with the &#34;Match Case&#34; option enabled one word and then search/replace again with the same word with another casing the second time you press search/replace it change to the previous casing.&#60;br /&#62;
Example, you search and replace &#34;Company&#34; to &#34;Client (one by one with the replace button). Then try to search and replace &#34;company&#34; to &#34;client&#34; (one by one with the search button). after the first replace of lowercase option the window return to &#34;Company&#34; and &#34;Client&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>F3 and F4 to search up and down (simon)</title>
			<link>http://pnotepad.org/forums/topic/634#post-2310</link>
			<pubDate>Wed, 29 Jul 2009 09:08:23 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">2310@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;You're welcome!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>F3 and F4 to search up and down (mohdyusuf)</title>
			<link>http://pnotepad.org/forums/topic/634#post-2309</link>
			<pubDate>Wed, 29 Jul 2009 01:17:01 +0000</pubDate>
			<dc:creator>mohdyusuf</dc:creator>
			<guid isPermaLink="false">2309@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Huhu... it works like a charm.. thanks Simon.. &#60;/p&#62;
&#60;p&#62;ps: i guess i was just ignorant.. :)
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>F3 and F4 to search up and down (simon)</title>
			<link>http://pnotepad.org/forums/topic/634#post-2305</link>
			<pubDate>Tue, 28 Jul 2009 08:10:45 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">2305@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;You need to change the shortcuts for F3 and F4 to Search : Find Next Current Word, and Search : Find Previous Current Word respectively, and this will then do it without Ctrl-F. I promise this works!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>F3 and F4 to search up and down (mohdyusuf)</title>
			<link>http://pnotepad.org/forums/topic/634#post-2304</link>
			<pubDate>Tue, 28 Jul 2009 02:26:00 +0000</pubDate>
			<dc:creator>mohdyusuf</dc:creator>
			<guid isPermaLink="false">2304@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;ok, i've tried it. I like it when you select a word it highlights all matching words.&#60;/p&#62;
&#60;p&#62;AND i like that i can now customize F3/F4 (thanks... really great).&#60;/p&#62;
&#60;p&#62;Just one tiny prob though, i still have to do ctrl+f first on the word i am looking for. I cant just double click on the word and off i go.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>F3 and F4 to search up and down (simon)</title>
			<link>http://pnotepad.org/forums/topic/634#post-2297</link>
			<pubDate>Mon, 27 Jul 2009 09:48:35 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">2297@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Amazingly, in the Programmer's Notepad testing release I pointed you to it's also ridiculously easy to find a word up and down. Double click on a word to highlight and Ctrl-F3 or Ctrl-Shift-F3 and BAM !!! I found a word.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Wait, that word is assigned to a new word (new_word = old_word;) double click on the &#34;new_word&#34; and &#60;strong&#62;Ctrl-&#60;/strong&#62;F3 and BAM !!! found another one&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;All you need to do is download the testing release, and you too can be amazed by this feature in Programmer's Notepad.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>F3 and F4 to search up and down (mohdyusuf)</title>
			<link>http://pnotepad.org/forums/topic/634#post-2295</link>
			<pubDate>Sun, 26 Jul 2009 07:43:00 +0000</pubDate>
			<dc:creator>mohdyusuf</dc:creator>
			<guid isPermaLink="false">2295@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Seriously though, please download Crimson editor and give it a test drive.&#60;br /&#62;
&#60;a href=&#34;http://www.crimsoneditor.com/download/cedt370r.exe&#34; rel=&#34;nofollow&#34;&#62;http://www.crimsoneditor.com/download/cedt370r.exe&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You will see how ridiculously easy to find a word up and down. Double click on a word to highlight and F3 or F4 and BAM !!! u found a word.&#60;br /&#62;
Wait, that word is assigned to a new word (new_word = old_word;) double click on the &#34;new_word&#34; and F3 and BAM !!! found another one.&#60;/p&#62;
&#60;p&#62;That had just saved me two times of ctrl+f. Now, that doesnt sound like a lot, but trust me, after hours of staring at someone else's code, you will know. (i believe you would agree with me on this one :) ).&#60;/p&#62;
&#60;p&#62;For example, i hate Visual Studio editor for the fact that i have to do ctrl+f every time i want to find a new word.&#60;/p&#62;
&#60;p&#62;PS: do not download Crimson editor 3.72 (supposedly the latest one). The new version is extremely buggy and not as responsive as 3.70 by it's orig developer (Ingyu Kang).
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>F3 and F4 to search up and down (mohdyusuf)</title>
			<link>http://pnotepad.org/forums/topic/634#post-2283</link>
			<pubDate>Fri, 24 Jul 2009 13:04:33 +0000</pubDate>
			<dc:creator>mohdyusuf</dc:creator>
			<guid isPermaLink="false">2283@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;But do i have to ctrl+f first to get that &#34;current word&#34;?&#60;/p&#62;
&#60;p&#62;I noticed some editors have the same F3/F4 features, but i had to do ctrl+f first. It would be a lot easier if we just highlight and F3/F4.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>F3 and F4 to search up and down (simon)</title>
			<link>http://pnotepad.org/forums/topic/634#post-2282</link>
			<pubDate>Fri, 24 Jul 2009 09:20:48 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">2282@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;In the latest testing builds this is bound to (by default):&#60;/p&#62;
&#60;p&#62;Find next current word: Ctrl+F3&#60;br /&#62;
Find prev current word: Ctrl+Shift+F3&#60;/p&#62;
&#60;p&#62;You can change these as you wish in the options dialog.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>F3 and F4 to search up and down (mohdyusuf)</title>
			<link>http://pnotepad.org/forums/topic/634#post-2281</link>
			<pubDate>Fri, 24 Jul 2009 01:18:25 +0000</pubDate>
			<dc:creator>mohdyusuf</dc:creator>
			<guid isPermaLink="false">2281@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Can you add Crimson-like search up and down?&#60;/p&#62;
&#60;p&#62;In Crimson, all i have to do is highlight a word, hit F3 to search up, and F4 to search down. A huge time saver.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Feature request: Text search in output window (simon)</title>
			<link>http://pnotepad.org/forums/topic/621#post-2244</link>
			<pubDate>Thu, 16 Jul 2009 11:25:33 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">2244@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Thanks, please file a request here:&#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>Feature request: Text search in output window (Platon)</title>
			<link>http://pnotepad.org/forums/topic/621#post-2227</link>
			<pubDate>Tue, 14 Jul 2009 11:26:44 +0000</pubDate>
			<dc:creator>Platon</dc:creator>
			<guid isPermaLink="false">2227@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I'm using some tools that produce thounds of lines of output. It would be convenient to be able to run a text search in the output windows too like searching document windows.&#60;br /&#62;
TextPad nicely supports this feature.&#60;/p&#62;
&#60;p&#62;Aron
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Clear previous searches (simon)</title>
			<link>http://pnotepad.org/forums/topic/551#post-1920</link>
			<pubDate>Thu, 19 Mar 2009 09:15:16 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1920@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;In current 2.0.9 versions you need to go to your user settings directory and delete the .acd files:&#60;/p&#62;
&#60;p&#62;Vista: c:\users\[youruser]\appdata\roaming\echo software\pn2&#60;br /&#62;
or&#60;br /&#62;
XP: c:\documents and settings\[youruser]\application data\echo software\pn2&#60;br /&#62;
or&#60;br /&#62;
Portable: [pn]\settings
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Clear previous searches (Chico3001)</title>
			<link>http://pnotepad.org/forums/topic/551#post-1915</link>
			<pubDate>Sun, 15 Mar 2009 00:56:43 +0000</pubDate>
			<dc:creator>Chico3001</dc:creator>
			<guid isPermaLink="false">1915@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi, firs of all, let me congratulate you for your excelent program, it is the best programmers editor i have seen, I use it to program in many languages from assembler to PHP and HTML&#60;/p&#62;
&#60;p&#62;And just one small question, is there a way to complete clear the previous searches from the search window?&#60;/p&#62;
&#60;p&#62;Thanks for your help..
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Search and Replace questions (simon)</title>
			<link>http://pnotepad.org/forums/topic/544#post-1883</link>
			<pubDate>Fri, 27 Feb 2009 19:50:41 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1883@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Thanks, go ahead with google code and I'll take a look.&#60;/p&#62;
&#60;p&#62;For the replace all item you can select from your current position to the end of file and check Replace In Selection.&#60;/p&#62;
&#60;p&#62;There's no way to unmark all at the moment, and there's already a request for changing the mark all color - I know this needs doing :)
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Search and Replace questions (ToddFiske)</title>
			<link>http://pnotepad.org/forums/topic/544#post-1880</link>
			<pubDate>Fri, 27 Feb 2009 17:03:32 +0000</pubDate>
			<dc:creator>ToddFiske</dc:creator>
			<guid isPermaLink="false">1880@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I was using search and replace with regular expressions on some code yesterday and came up with some questions.&#60;/p&#62;
&#60;p&#62;1. The Mark All button highlights all occurrences of the search term to be hightlighted, but this highlighting is barely visible on a dark background theme. Is there a way to change the highlighting color?&#60;/p&#62;
&#60;p&#62;2. Is there a way to unmark all marked items? (As a workaround, I can search for and mark a different sequence.)&#60;/p&#62;
&#60;p&#62;3. When replacing all, is there a way to make it stop at the end of the document, not continue from the top?&#60;/p&#62;
&#60;p&#62;Then I have a feature request related to this:&#60;/p&#62;
&#60;p&#62;If one just did a Replace, I would like F3 to repeat the replace, instead of just repeating the find. Or have a command and keypress that repeats the replace operation. For example, in the Borland Delphi 7 IDE one can start a replace operation and replace one or more occurrences, then close the dialog, move the cursor around, type, etc, then press Ctrl+L to do another replace operation without going back to the dialog. If the last thing was a find operation, then Ctrl+L repeats that instead.&#60;/p&#62;
&#60;p&#62;I will also try to add this request in Google Code.
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Unicode Find (meatfoot)</title>
			<link>http://pnotepad.org/forums/topic/344#post-1837</link>
			<pubDate>Sun, 15 Feb 2009 12:47:29 +0000</pubDate>
			<dc:creator>meatfoot</dc:creator>
			<guid isPermaLink="false">1837@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Moreover, there is the same situation in the &#38;quot;Replace&#38;quot; function.&#60;br /&#62;
ex. replace with a chinese string in a document under UTF-8.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

