Add file for misc code in frontend
commit3fe5d452108fba4785857d0a411f0d9d5cc97fb9
authorBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 26 Jun 2008 17:27:48 +0000 (26 19:27 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 26 Jun 2008 17:27:48 +0000 (26 19:27 +0200)
treead7825e5f69a3a6c03c697158943f4918f254678
parent914ec8a904800e9fe478217b49797a8e77514260
Add file for misc code in frontend

The files Miscellaneous.[m|h] should be used for code common to the
frontend only (code shared with backend belongs in MacVim.[h|m]).  Some
code has been moved from MacVim.[h|m] and some from other frontend
source files.

Some code from the previous commit has also been restructured.
19 files changed:
src/MacVim/AuthorizedShellCommand.m
src/MacVim/MMAppController.h
src/MacVim/MMAppController.m
src/MacVim/MMAtsuiTextView.m
src/MacVim/MMFullscreenWindow.m
src/MacVim/MMPreferenceController.m
src/MacVim/MMTextStorage.m
src/MacVim/MMTextView.m
src/MacVim/MMTypesetter.m
src/MacVim/MMVimController.m
src/MacVim/MMVimView.m
src/MacVim/MMWindow.m
src/MacVim/MMWindowController.m
src/MacVim/MacVim.h
src/MacVim/MacVim.m
src/MacVim/MacVim.xcodeproj/project.pbxproj
src/MacVim/Miscellaneous.h [new file with mode: 0644]
src/MacVim/Miscellaneous.m [new file with mode: 0644]
src/MacVim/gui_macvim.m