<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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 Topic: new features for the pn editor</title>
		<link>http://pnotepad.org/forums/topic/20</link>
		<description>Programmer&#039;s Notepad Forums</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Sep 2010 12:57:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</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/topic/20" rel="self" type="application/rss+xml" />

		<item>
			<title>new features for the pn editor (AhamB)</title>
			<link>http://pnotepad.org/forums/topic/20#post-590</link>
			<pubDate>Fri, 26 Jan 2007 14:03:20 +0000</pubDate>
			<dc:creator>AhamB</dc:creator>
			<guid isPermaLink="false">590@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I would much appreciate a 'replace in files' feature. Any chance of this being implemented anytime soon?&#60;/p&#62;
&#60;p&#62;Thanks for all your hard work on this excellent code editor!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (Klaus)</title>
			<link>http://pnotepad.org/forums/topic/20#post-188</link>
			<pubDate>Thu, 20 Apr 2006 08:37:43 +0000</pubDate>
			<dc:creator>Klaus</dc:creator>
			<guid isPermaLink="false">188@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;ok,&#60;br /&#62;
it is important to me, to have the overview for all ctags from the opend Files.&#60;br /&#62;
so can i jump from function to function and so on .&#60;br /&#62;
And with the TREE i can keep the overview.&#60;br /&#62;
(I mostly work with the mouse )
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (simon)</title>
			<link>http://pnotepad.org/forums/topic/20#post-187</link>
			<pubDate>Wed, 19 Apr 2006 12:47:00 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">187@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;For Alt-G functionality using +,- and arrow keys etc. still does not give the same quick-find functionality:&#60;/p&#62;
&#60;p&#62;I am in code and I want to go to the function GetSingleUserId, I can currently press Alt-G and type GetS and then press enter to jump to the function. With the tree alone I have to press Alt-G, then Down a couple of times, +, Down a few more times. This isn't as efficient as the current Jump To and loses the benefit (IMHO).&#60;/p&#62;
&#60;p&#62;I am very keen on keeping the tag browser but I need to find a good way to keep Alt-G efficiency too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (simon)</title>
			<link>http://pnotepad.org/forums/topic/20#post-186</link>
			<pubDate>Wed, 19 Apr 2006 12:45:03 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">186@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;For scintilla source changes it would be best to submit them first to the scintilla interest mailing list. If they are not accepted there then I will consider them for inclusion in a custom build for PN 2. I try to avoid this where possible.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (Klaus)</title>
			<link>http://pnotepad.org/forums/topic/20#post-184</link>
			<pubDate>Tue, 18 Apr 2006 17:34:54 +0000</pubDate>
			<dc:creator>Klaus</dc:creator>
			<guid isPermaLink="false">184@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi Simon,&#60;br /&#62;
 Please answer me!&#60;/p&#62;
&#60;p&#62;I have another features implementing:&#60;br /&#62;
a double click behind or before a brace select all within the braces.&#60;br /&#62;
The change is in the scintilla sourcecode but i dont know whom I can send the changes!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (Klaus)</title>
			<link>http://pnotepad.org/forums/topic/20#post-155</link>
			<pubDate>Mon, 20 Mar 2006 18:16:08 +0000</pubDate>
			<dc:creator>Klaus</dc:creator>
			<guid isPermaLink="false">155@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi Simon, thanks for your interest.&#60;/p&#62;
&#60;p&#62;you wrote:&#60;br /&#62;
- Alt-G&#60;br /&#62;
- Type first part of method/class&#60;br /&#62;
- Press enter, jumps to the correct place in the code.&#60;/p&#62;
&#60;p&#62;- Having the visible browser is good for browsing, but for keyboard-navigation the old method is better.&#60;/p&#62;
&#60;p&#62;you must implement the only following :&#60;br /&#62;
Alt-G -&#38;gt; get the C-Tags Dogging-Window in foreground and set the focus on it.&#60;br /&#62;
With the down, up, left (or -) or right (or +) can you  navigate in the tree (left  or right key collapsed or expand the tree)&#60;br /&#62;
I think the tree is more clearly as a list.&#60;br /&#62;
and press enter (same as doubleclick)  jumps to the correct place in the code. (Doubleclick ar working, but press enter must be still programmed)  &#60;/p&#62;
&#60;p&#62;you wrote&#60;br /&#62;
- I want to think a bit more about the replace in files stuff, I'm not yet happy with how it works. I think I'd prefer a simpler method that just did everything in one pass (doing the open documents in their windows) like Visual Studio does.&#60;/p&#62;
&#60;p&#62;I think it is correct like that as it is.&#60;br /&#62;
the first ist find in files to get a overview&#60;br /&#62;
than replace line for line or all. (contexmenue in the find results windows - replace opens the replace in File Dialog)&#60;br /&#62;
perhaps its easier to make one Dialog as to (Find in Files and Replace in Files)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (simon)</title>
			<link>http://pnotepad.org/forums/topic/20#post-150</link>
			<pubDate>Mon, 20 Mar 2006 11:26:57 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">150@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi Klaus, thanks for the changed files. I have integrated the docking window for tag browsing and so far so good. I'll put a screenshot up on my blog later.&#60;/p&#62;
&#60;p&#62;I want to make sure that the new code still supports the following:&#60;/p&#62;
&#60;p&#62;Alt-G&#60;br /&#62;
Type first part of method/class&#60;br /&#62;
Press enter, jumps to the correct place in the code.&#60;/p&#62;
&#60;p&#62;Having the visible browser is good for browsing, but for keyboard-navigation the old method is better.&#60;/p&#62;
&#60;p&#62;I'm thinking that when the user presses Alt-G we can switch to a listview and textbox in the tag browser window with the textbox focussed. Typing will filter the list. When the list and textbox lose focus we switch back to the tree - what do you think?&#60;/p&#62;
&#60;p&#62;I want to think a bit more about the replace in files stuff, I'm not yet happy with how it works. I think I'd prefer a simpler method that just did everything in one pass (doing the open documents in their windows) like Visual Studio does.&#60;/p&#62;
&#60;p&#62;Your thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (Klaus)</title>
			<link>http://pnotepad.org/forums/topic/20#post-148</link>
			<pubDate>Sun, 19 Mar 2006 13:52:09 +0000</pubDate>
			<dc:creator>Klaus</dc:creator>
			<guid isPermaLink="false">148@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi Simon,&#60;br /&#62;
Have you now test it?&#60;br /&#62;
I have the project now updateded on 2.0.7.0-devel.&#60;br /&#62;
I have now upload the changed files!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (simon)</title>
			<link>http://pnotepad.org/forums/topic/20#post-123</link>
			<pubDate>Mon, 27 Feb 2006 13:30:27 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">123@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi Klaus. I've been rewriting big chunks of scheme code over the last week and so haven't had a chance to get to it in detail yet. I'll try and give it some more time this week.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (Klaus)</title>
			<link>http://pnotepad.org/forums/topic/20#post-119</link>
			<pubDate>Mon, 27 Feb 2006 06:52:54 +0000</pubDate>
			<dc:creator>Klaus</dc:creator>
			<guid isPermaLink="false">119@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I have used the&#60;br /&#62;
Microsoft Visual C++ .NET   Version 7.1
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (Dariusc123456)</title>
			<link>http://pnotepad.org/forums/topic/20#post-117</link>
			<pubDate>Sun, 26 Feb 2006 20:27:10 +0000</pubDate>
			<dc:creator>Dariusc123456</dc:creator>
			<guid isPermaLink="false">117@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Simon should make a compiler, and what software you use to make programmer notepad
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (Klaus)</title>
			<link>http://pnotepad.org/forums/topic/20#post-108</link>
			<pubDate>Sat, 25 Feb 2006 08:35:32 +0000</pubDate>
			<dc:creator>Klaus</dc:creator>
			<guid isPermaLink="false">108@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi Simon,&#60;/p&#62;
&#60;p&#62;Have you test it?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (Klaus)</title>
			<link>http://pnotepad.org/forums/topic/20#post-80</link>
			<pubDate>Thu, 16 Feb 2006 13:45:36 +0000</pubDate>
			<dc:creator>Klaus</dc:creator>
			<guid isPermaLink="false">80@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi Simon,&#60;/p&#62;
&#60;p&#62;one can fold up the tree structure, then one sees only the file names.  &#60;/p&#62;
&#60;p&#62;That is easier to search for one looks for something.&#60;br /&#62;
With the contexmenue can you then  changes the file for read to readonly (or reverse).&#60;br /&#62;
(needed by replace in files).&#60;/p&#62;
&#60;p&#62;normal text -&#38;gt; File is readonly&#60;br /&#62;
bold text     -&#38;gt; File is readwrite
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (simon)</title>
			<link>http://pnotepad.org/forums/topic/20#post-79</link>
			<pubDate>Thu, 16 Feb 2006 10:19:02 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">79@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Thanks I'll look at it. Out of interest, what is the reason for changing the Find in Files results to a tree?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (Klaus)</title>
			<link>http://pnotepad.org/forums/topic/20#post-78</link>
			<pubDate>Thu, 16 Feb 2006 07:52:16 +0000</pubDate>
			<dc:creator>Klaus</dc:creator>
			<guid isPermaLink="false">78@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi Simon,&#60;br /&#62;
I have now upload the changed files!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (simon)</title>
			<link>http://pnotepad.org/forums/topic/20#post-77</link>
			<pubDate>Wed, 15 Feb 2006 07:09:23 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">77@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi Klaus, this all sounds really good. Could you perhaps upload the files to the sourceforge patch tracker? Ideally you'd upload complete copies of the changed files as this is the best way for me to integrate your changes.&#60;/p&#62;
&#60;p&#62;Tracker: &#60;a href=&#34;http://sourceforge.net/tracker/?group_id=45545&#38;#38;atid=443221&#34; rel=&#34;nofollow&#34;&#62;http://sourceforge.net/tracker/?group_id=45545&#38;#38;atid=443221&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (Klaus)</title>
			<link>http://pnotepad.org/forums/topic/20#post-76</link>
			<pubDate>Tue, 14 Feb 2006 18:17:53 +0000</pubDate>
			<dc:creator>Klaus</dc:creator>
			<guid isPermaLink="false">76@http://pnotepad.org/forums/</guid>
			<description>&#60;br /&#62;</description>
		</item>
		<item>
			<title>new features for the pn editor (Klaus)</title>
			<link>http://pnotepad.org/forums/topic/20#post-75</link>
			<pubDate>Tue, 14 Feb 2006 18:17:22 +0000</pubDate>
			<dc:creator>Klaus</dc:creator>
			<guid isPermaLink="false">75@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I continued to develop the pn project&#60;/p&#62;
&#60;p&#62;Features&#60;/p&#62;
&#60;p&#62;- new dialog &#34;replace in files&#34;&#60;br /&#62;
- in the contex-menue &#34;find&#34;, &#34;replace&#34; and &#34;find in files&#34;&#60;br /&#62;
- &#34;Find in Files&#34; result as tree with contex-menue&#60;br /&#62;
- jump to dialog replaced with a docking Window like the project Windows&#60;br /&#62;
  the ctags is placed as a tree (with contex-menue)&#60;br /&#62;
  doupleclick at a ctags -&#38;gt; jump to sourcecode&#60;br /&#62;
  the ctags is always present&#60;br /&#62;
- new ctags.exe for vhdl Files&#60;br /&#62;
- vhdl.schemedef replaced with vhdl.scheme&#60;/p&#62;
&#60;p&#62;todo:&#60;br /&#62;
- tooltip for result and ctags window&#60;br /&#62;
  (but I do not know how)&#60;/p&#62;
&#60;p&#62;i have the vhdl included in the ctags-project.&#60;br /&#62;
but I up to now got no answer of the author. &#60;/p&#62;
&#60;p&#62;simon:&#60;br /&#62;
can i send you the project, so that you can test and take over it&#60;/p&#62;
&#60;p&#62;(sorry my english is not good)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
