-
Notifications
You must be signed in to change notification settings - Fork 0
/
Metronom.ews
72 lines (66 loc) · 1.73 KB
/
Metronom.ews
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
$version 1.0
attr active = Application::Menu;
attr callStackMonitor_Show = false;
attr codeColSelect = false;
attr codeFirstPos = <0,15>;
attr codeInspector = Application::MenuItem.UpdateViewState;
attr codeSelEnd = <31,28>;
attr codeSelStart = <31,28>;
attr connectInspectors = false;
attr debug_TrackUpdates = false;
attr extractDoc_ClassOverview = true;
attr extractDoc_DeleteOldFiles = false;
attr extractDoc_Destination = ./HtmlDoc;
attr extractDoc_IgnoreAccessors = true;
attr extractDoc_IgnoreMembers = true;
attr extractDoc_Navigation = true;
attr extractDoc_Profiles = false;
attr extractDoc_Title = Documentation;
attr extractDoc_Variants = false;
attr generateClut_ReservedColors = 0;
attr heapMonitor_Show = false;
attr language = Default;
attr profile = Profile;
attr profilerMonitor_Show = false;
attr search_CaseSensitive = false;
attr search_History = DriveCursorHitting;
attr search_IgnoreDescription = false;
attr search_IgnoreMosaic = false;
attr search_LimitToComposer = false;
attr search_WholeWords = false;
attr search_WildCards = false;
view Project
{
attr enableWireMode = false;
attr scrollTo = <-7,-7>;
attr zoom = 1.0;
}
view unit Application
{
attr enableWireMode = false;
attr scrollTo = <-7,-7>;
attr zoom = 1.0;
}
view class Application::NavigationMetronom
{
attr enableWireMode = false;
attr scrollTo = <-7,-7>;
attr zoom = 1.0;
}
view class Application::MenuItem
{
attr codeColSelect = false;
attr codeFirstPos = <0,15>;
attr codeInspector = UpdateViewState;
attr codeSelEnd = <31,28>;
attr codeSelStart = <31,28>;
attr enableWireMode = false;
attr scrollTo = <-7,-7>;
attr zoom = 1.0;
}
view class Application::Menu
{
attr enableWireMode = false;
attr scrollTo = <-7,-7>;
attr zoom = 1.0;
}