Skip to content

Commit

Permalink
Update project properties
Browse files Browse the repository at this point in the history
Mainly just rely on default SCM window title.
  • Loading branch information
sorbits committed Sep 14, 2012
1 parent 539f160 commit a621a23
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .tm_properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Settings
projectDirectory = '$CWD'
windowTitle = '$TM_DISPLAYNAME${TM_DIRECTORY/.*\/Frameworks\/([^\/]+)\/.*|.*/${1:+ ($1)}/} — ${CWD/^.*\///} ($TM_SCM_BRANCH)'
excludeInFileChooser = '{$exclude,*.xib}'
projectDirectory = '$CWD'

windowTitleProject = '${projectDirectory:+ — ${projectDirectory/^.*\///}}'
windowTitle = '$TM_DISPLAYNAME$windowTitleProject$windowTitleSCM'

# Variables
TM_ORGANIZATION_NAME = 'MacroMates'
Expand Down

0 comments on commit a621a23

Please sign in to comment.