Accessories
From Niki
Contributed add-on tools and macro packages for nedit.
Contents |
External Tools:
- Expander - Powerful auto-completion for programming, by Steven Haehn.
- Nftp - Graphical FTP client for integrating with Nedit, by Ken Railey. Home page
- NEdit droplet - Integrate with OS X Finder, by Nathan Gray.
- Tags - Often undervalued, they allow easy navigation in a code tree.
Language/task-specific packages:
- Perl modules for working with nedit configuration files, by Joor Loohuis (not ttested with latest NEdit versions). Download
- Twiki macros - Randy Kramer has a bunch of macros at WikiLearn for working with content for the "Twiki" wiki system: http://twiki.org/cgi-bin/view/Wikilearn/Nedit#Nedit_Macro_Pages
General programming support:
- MENhir IDE - A collection of macros to add IDE functionality to NEdit, by Arjan van Dijk. Download. Notice: Rangeset calls need to be updated.
- Macro-kit - Lots of useful time-savers, by Frank Perbet. Home page.
Other sources of macros and accessories:
- The contrib section of nedit.org: http://www.nedit.org/ftp/contrib
- the Macro Collection right here on Niki.
- the old macro archive at http://www.mailnet.co.uk/~marc/msl.html
- JoFi's macros [1]
- Smart wrapper: Perl's Text::Autoformat. Feed the text you want to wrap through
perl -MText::Autoformat -e'autoformat'[2]
