rentzsch / CodaAutosaveOnDeactivate
- Source
- Commits
- Network (2)
- Downloads (2)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat May 30 18:01:31 -0700 2009 | |
| |
CodaAutosaveOnDeactivate.xcodeproj/ | Sat May 30 18:01:31 -0700 2009 | |
| |
CodaAutosaveOnDeactivatePlugin.h | Sat May 30 18:01:31 -0700 2009 | |
| |
CodaAutosaveOnDeactivatePlugin.m | Thu Aug 27 14:20:00 -0700 2009 | |
| |
CodaAutosaveOnDeactivate_Prefix.pch | Sat May 30 18:01:31 -0700 2009 | |
| |
CodaPlugInsController.h | Sat May 30 18:01:31 -0700 2009 | |
| |
English.lproj/ | Sat May 30 18:01:31 -0700 2009 | |
| |
Info.plist | Thu Aug 27 14:20:00 -0700 2009 | |
| |
README.markdown | Thu Aug 27 14:20:00 -0700 2009 |
README.markdown
CodaAutosaveOnDeactivate
I got tired of forgetting to save all my splits (I usually run the max number of allowed splits (4)) before previewing in Firefox or committing in git. So I wrote this plug-in.
This plugin was fueled by jealousy of @violasong's use of TextMate's Prefs > Advanced > Saving > Save files when focus is lost setting.
Rev-locked to Coda 1.6.x because I take advantage of private undocumented reverse-engineered internal Coda architecture.
Panic peeps: I wouldn't need to rely on your internal stuff if you did one or both things:
Allow AppleScript
save someSplitto work.Get your
-[NSDocument isDocumentEdited]implementation working.
Install it in ~/Library/Application Support/Coda/Plug-ins.
