forked from textmate/textmate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tm_properties
41 lines (29 loc) · 1.31 KB
/
.tm_properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Settings
windowTitleProject = '${projectDirectory:+ — ${projectDirectory/^.*\///}}'
windowTitleFramework = '${TM_DIRECTORY/.*\/Frameworks\/([^\/]+)\/.*|.*/${1:+ ($1)}/}'
windowTitle = '$TM_DISPLAYNAME$windowTitleFramework$windowTitleProject$windowTitleSCM'
excludeDirectoriesInFileChooser = '{bin/CxxTest,build}'
excludeDirectoriesInFolderSearch = '{bin/CxxTest,build}'
# Variables
TM_ORGANIZATION_NAME = 'MacroMates'
TM_TODO_IGNORE = '/disabled(-src)?|onig-.*|build|CxxTest/'
TM_CXX_FLAGS = '$TM_CXX_FLAGS -I"$CWD/Shared/include" -I"${builddir:-$HOME/build/TextMate}/include"'
TM_OBJCXX_FLAGS = '$TM_OBJCXX_FLAGS -I"$CWD/Shared/include" -I"${builddir:-$HOME/build/TextMate}/include"'
TM_NINJA_FILE = '${CWD}/build.ninja'
TM_NINJA_TARGET = 'TextMate/run'
TM_ISSUE_URL = 'https://github.com/textmate/textmate/issues/%s'
[ 'source.c++, source.objc++' ]
tabSize = 3
softTabs = false
TM_C_POINTER = "* "
[ target ]
fileType = 'source.tm-properties'
[ *.h ]
fileType = 'source.objc++'
[ attr.untitled ]
fileType = 'source.objc++'
[ tests/*.{cc,mm} ]
scopeAttributes = 'attr.test.cxxtest'
TM_NINJA_TARGET = '${TM_FILEPATH/^.*?([^\/]*)\/tests\/.*$/$1\/test/}'
[ tests/t_*.mm ]
GUI_TESTS = '${TM_FILENAME/^t_(.*)\.mm$/$1/}'