branch : pmacs2
This commit is contained in:
moculus 2007-06-27 04:40:15 +00:00
parent 1e9365d52c
commit f41a596613
2 changed files with 6 additions and 12 deletions

12
IDEAS
View File

@ -1,12 +0,0 @@
since the commands are stateless, they should probably only be instantiated once
and stored in the application. that way, anyone can run any command using the
following:
m = app.methods['my-method-name']
m.execute()
Right now, every mode instance instantiates its own exact copy of the method,
and anyone else who needs to use a method just instantiates the method in
question.
(2006/11/4)
Well, we've made some progress on this. The app now has copies of everything,
but the various modes don't necessarily use that copy, and also don't
necessarily add their own stuff to it.

6
README Normal file
View File

@ -0,0 +1,6 @@
pmacs version 0.1
released june 27, 2007
by Erik Osheim