mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
This is based on the previous commit window code base. It replaces the NSTextView with a OakTextView for entering the commit messages. This allows us to take advantage of some of the git grammar features, e.g., fixup!. If other SCM bundles are updated in the future to include any specific grammars, these can be used in the commit window by setting the bundle grammar to "text.SCM-commit", where SCM could be hg or svn for example. Changes to note: * The Modify row button for the "--action-cmd" commands are now implemented in the action menu and the table context menu. * The shortcut for committing is ⌘↩ (but fn-return seems to (still) work).
6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
SOURCES = src/*.mm
|
|
EXPORT = src/CommitWindow.h
|
|
LINK += OakAppKit OakFoundation OakTextView bundles document io ns text
|
|
CP_Resources = resources/*
|
|
FRAMEWORKS = Cocoa
|