lp://staging/enso/trunk
- Get this branch:
- bzr branch lp://staging/enso/trunk
Branch merges
Branch information
Import details
Recent revisions
- 124. By varmaa
-
Added a link to Glyph Lefkowitz's extending vs. embedding article, converted TODOs into rst comments.
- 123. By varmaa
-
Enso now kills any stray instances of EnsoKeyNotifier running on the system before it starts its own.
- 122. By varmaa
-
Added an exception in the OS X EnsoKeyNotifier so that Enso isn't active while world of warcraft is active (for some reason, the key re-injection mechanism doesn't work with WoW).
Also added an NSAutoReleasePool in the event callback so that we don't gather a massive buffer of memory to release once the key notifier exits.
- 121. By varmaa
-
Added documentation on creating commands; not 100% complete, but it's got the basics.
- 117. By varmaa
-
The scriptotron tracker now automatically detects what files .ensocommands may have "included" via calls to execfile() and adds them to its dependency list, so that it will automatically reload everything if any of their last-modified timestamps have changed.