Just Another... Geek ...Web Site.



Nedit Macros
Note: These macros are made by me. They require Nedit with tabbed interface. Visit www.nedit.org/niki for Nedit goodies from others.

project_management.nm
I'm rather proud of this macro. It's based on a macro I found at www.nedit.org/niki but it's much more complicated. I added an ability to have more than one project open at a time. It intelligently handles opening and closing projects that share files. It had a lot of feature creep but I think I have it where I want it. There are probably some bugs but nothing serious, that I know of. It also requires util.nm. Also before use, you need to type in the path of where you'd like the projects saved.

util.nm
At this point this macro only has one function in it. It lists all files currently open.

fileutil.nm
This contains two functions, close_all() and save_all(). Their names are self explanatory. It also requires util.nm.

menu definition file
Here is a file with menu definitions. You can use nedit -import *file* or you can manually add them through the Customize Menu->Macro Menu... menu item. 1