Preference panel update, input manager installer
commitb34d96f6e3fc3558333c3ed077e76cf8193c26e2
authorNico Weber <nicolasweber@gmx.de>
Thu, 28 Feb 2008 17:30:34 +0000 (28 18:30 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 28 Feb 2008 17:30:34 +0000 (28 18:30 +0100)
tree45d774b412b093f98585d05e3206be030f1f4b92
parent2874828d2e7cd894e3f127a984ac7a2067bd1995
Preference panel update, input manager installer

The preference panel now uses Dave Batton's DBPrefsWindowController
class.  A (preliminary) "Integration" panel has also been added which
adds buttons to install the "Edit in ODBEditor" input manager, and a way
to choose which editor to use with the input manager.

The input manager is now bundled inside MacVim.app and the source code
has been added to the project.  The original ODB input manager source
code was written by Allan Odgaard and was later modified by Chris Eidhof
and Eelco Lempsink to make it work with other editors than TextMate.

The installer uses a new AuthorizedShellCommand class.

Dave Batton is credited in the About dialog.
26 files changed:
src/MacVim/AuthorizedShellCommand.h [new file with mode: 0644]
src/MacVim/AuthorizedShellCommand.m [new file with mode: 0644]
src/MacVim/Credits.rtf
src/MacVim/DBPrefsWindowController.h [new file with mode: 0644]
src/MacVim/DBPrefsWindowController.m [new file with mode: 0644]
src/MacVim/English.lproj/Preferences.nib/classes.nib
src/MacVim/English.lproj/Preferences.nib/info.nib
src/MacVim/English.lproj/Preferences.nib/keyedobjects.nib
src/MacVim/General.png [new file with mode: 0644]
src/MacVim/Integration.png [new file with mode: 0644]
src/MacVim/MMAppController.m
src/MacVim/MMPreferenceController.h
src/MacVim/MMPreferenceController.m
src/MacVim/MacVim.xcodeproj/project.pbxproj
src/MacVim/PSMTabBarControl/PSMTabBarControl.xcodeproj/project.pbxproj
src/MacVim/edit-in-odb/Edit in ODBEditor.xcodeproj/project.pbxproj [new file with mode: 0644]
src/MacVim/edit-in-odb/Edit in ODBEditor_Prefix.pch [new file with mode: 0644]
src/MacVim/edit-in-odb/English.lproj/InfoPlist.strings [new file with mode: 0644]
src/MacVim/edit-in-odb/Info [new file with mode: 0644]
src/MacVim/edit-in-odb/Info.plist [new file with mode: 0644]
src/MacVim/edit-in-odb/Makefile [new file with mode: 0644]
src/MacVim/edit-in-odb/src/Edit in ODBEditor.h [new file with mode: 0644]
src/MacVim/edit-in-odb/src/Edit in ODBEditor.mm [new file with mode: 0644]
src/MacVim/edit-in-odb/src/NSTextView: Edit in ODBEditor.mm [new file with mode: 0644]
src/MacVim/edit-in-odb/src/WebView: Edit in ODBEditor.mm [new file with mode: 0644]
src/MacVim/edit-in-odb/url map.plist [new file with mode: 0644]