Introducing the Incremental Find Bar, new to the next PN2 release:

Some other highlights:
- Customisable scheme mappings
- SmartStart applied to opened files
- Ruby and Docbook schemes included as standard
- Ctrl+[ jumps to matching or nearest brace
- 50+ Changes not mentioned here!
Something to look forward to then?
Any ETA on the next release? Thanks!
Looks great!
Good work on that, just like Firefox’s incremental search.
Three methods of search now – find box on top, find/replace dialog box and find bar on bottom.
However, if you keep pressing Ctrl+/ you get duplicate find bars (and you can only close/use the top most one). It would probably be better if it toggled it on and off instead.
Just need a bit more work on projects (project properties, project tools), text clips (editing/adding via interface, grouping) and plugins (extend via scripting and add own toolbars – e.g. HTML/CSS etc). Then I expect it would be more or less finished.
Wish I knew C++, then could help out more (have done some text clips though).
Woohoo! An update! Very nice feature BTW
I am looking forward to this new release. Looks great.
One suggestion: can you make Output and Projects windows auto-hide? Like in VS.NET IDE.
great, i hope there will be a “highlight” feature like what firefox has.
Looking forward for this build.
Thanks for PN. I use it very often, it’s simply the best
I look forward to a new version. I haven’t been using PN2 for very long, but I like it so far. I hope you have user-definable key map in a future version. I also ran into a bug… whenever I type a left parenthesis into the Custom Output Parsing Pattern the program aborts.
Thanks for a nice editor.
I have been having trouble building the source using VS.net 2002. Has anyone been able to do this? It looks like the .sln .dsw and .dsp files are all for .net 2003 (version 7.1)? What am I missing?
The code is indeed all targetted at VS.Net 2003 – you’ll need to convert the project files back to use 2002. What problems are you having specifically?
So………. can we download it yet?
I have no way of building from the source, so I would love it if someone would post a newer release.
Thanks!
First off, sorry for the LONG delay…
Anyway, I can get the project to build now, except that in pn.rc it can’t find atlres.h. I have included wtl71/include in the include path. If I hardcode the path (eewwyuck) it compiles, but then the app fails to start with “The application failed to init prop (0xc00000022). Any ideas?
THANKS!
Hmm, having it in the include path should be enough, I can’t understand why that wouldn’t work (it certainly did for me in VS2002). Also, it would be worth updating to WTL 7.5 which is what is being used to build PN now.
I’m not sure what that error message is or where it comes from. Which source file is it in (you should be able to find out where it’s going astray by running it in the debugger from startup)?