Archive for the 'Uncategorized' Category

Programmer’s Notepad 2 0.9.872 Released

Friday, November 7th, 2008

The latest testing release of Programmer’s Notepad 2 is out, fixing a couple of annoying bugs in the previous release amongst other things. This release is also the first in-the-wild use of the “check for updates” feature. If you are running build 853 or newer and have enabled looking for testing updates, then in the next day or so PN will notify you that there is a new version available.

Changes in this build:

  1. Wombat preset included
  2. Ignore ctags warnings when parsing tags
  3. Fixed bug causing tools capture not to work properly
  4. Allow changing display name of root magic folder
  5. Add support for displaying the caret as a block
  6. Switch back to a DLL for Scintilla for those that use a custom build

Note that if you intend to use a custom build of Scintilla (SciLexer.dll) to support other schemes or prototype changes then you will need to build using the project in the PN source or you will lose the new Regular Expression support. To get the source and build the project you might like to look at How To Compile PN on the docs site.

Downloads

This release wouldn’t have been possible without the excellent contributions (patches and documentation), testing, bug reports and feature suggestions made by users – thank you!

PyPN 0.3 Released

Saturday, September 23rd, 2006

Lots of new features and bugfixes in this updated release for PyPN – try it with the latest development release of PN and let me know how you get on!

Download PyPN 0.3

PyPN uses the new extensions interface for Programmer’s Notepad, which is documented!

Discuss this build on the discussion list or on the forums.

Programmer’s Notepad 2.0.7.609 Released

Thursday, August 17th, 2006

This is a development build of Programmer’s Notepad 2.0.7 so it’s not yet classified as stable!

It introduces a number of new features, some of which are incomplete. The main new features are keyboard customisation, quick-comments for configured languages (currently just c++ and python), tag browser window and an extensions interface.

Download 2.0.7.609

Known problems: Toolbar may look ugly on pre-XP machines, this will be fixed before 2.0.7 goes stable.

Extensions: The first trial extension is a python add-in bringing support for scripting PN with python, download it here and read about it on the blog.

The extensions interface is documented!

Discuss this build and pypn on the discussion list or on the forums.