A resource editor for the Macintosh.
Go to file
Uli Kusterer 0d3f0defad Changes to the project file. 2003-08-07 22:42:16 +02:00
Carbon Fix for latest gcc 2003-04-03 17:31:26 +00:00
Cocoa Added new template editor (NuTemplateEditor) to repository. 2003-08-06 19:40:46 +02:00
External Update NovaTools. 2002-04-27 18:17:47 +00:00
Hex Editor Update for Uli 2003-04-03 15:38:42 +00:00
ICONEditor Added ICONEditor files (bitmap editor), which can serve as an example project for plugin developers. 2003-08-06 19:27:15 +02:00
NovaTools Plugin registry, unique ID determining in "create" sheet, export of resources etc. 2003-08-02 00:23:50 +02:00
NuTemplateEditor Template editor: Removed "<unknown>" text from LSTB/LSTE fields. 2003-08-07 22:20:23 +02:00
PICT Editor Updates primarilly to Template Editor and NovaTools. 2002-10-04 19:54:05 +00:00
Prefix Files Plugin registry, unique ID determining in "create" sheet, export of resources etc. 2003-08-02 00:23:50 +02:00
ResKnife.pbproj Changes to the project file. 2003-08-07 22:42:16 +02:00
Template Editor Update for Uli 2003-04-03 15:38:42 +00:00
Bug List.text Initial check-in 2001-10-19 19:41:13 +00:00
HexEditor.graffle Update for Uli 2003-04-03 15:38:42 +00:00
README.txt Some mods to Resource. 2003-08-06 19:44:20 +02:00
ResKnife Cocoa.graffle Update for Uli 2003-04-03 15:38:42 +00:00
ResKnife.mcp Update for Uli 2003-04-03 15:38:42 +00:00
TODO.txt Added multiple list items, fixed bug that didn't deep-copy list items. 2003-08-07 21:42:25 +02:00

README.txt

RESKNIFE Snapshot 2003-08-02

WHAT IS IT?

This is a development snapshot of ResKnife, a resource editor for MacOS X. This is pre-pre-release software, do not use this on any vital files.


TRYING OUT RESKNIFE

There should be pre-built "deployment" binaries in the "build" folder. I've left the plugins in there as well, though you don't need to install them or anything like that, they're already installed.


BUILDING RESKNIFE

Currently the only project that I've confirmed will build is "ResKnife (PB2).pbproj". You can build the target "Cocoa ResKnife" as well as three Cocoa editor plugins that are in there. Of those, only the Hex editor really works. NovaTools doesn't register for the right types and the Template editor is far from finished.


BUILDING A PLUGIN

If you want to create a plugin for ResKnife, use the "ICONEditor" project as the basis. It's a simple, standalone project. You can install it in three places:

-> In ResKnife itself by selecting it, choosing "Information" and there clicking the "Add" button in the "plugins" section
-> In ~/Library/Application Support/ResKnife/Plugins/ for one user account.
-> In /Library/Application Support/ResKnife/Plugins/ for the entire machine.


ROAD MAP

I've decided to focus on the Cocoa version so we get a useable product done soon. The general consensus between Nick and me (Uli) is that he'll take care of the engine, while I'll focus mainly on plugins. However, since Nick is rather busy at the moment, I've made some changes to the engine that should allow plugin developers to get something done. All the basic features for editing resources in resource files should now be there. If you're missing any, tell me.


AUTHORS:
ResKnife was written by Nick Shanks (http://www.nickshanks.com) with additional changes by M. Uli Kusterer (http://www.zathras.de).

There is a web site for ResKnife at http://resknife.sourceforge.net