repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #506 from andrewcsmith/patch-2
[supercollider.git]
/
platform
/
mac
/
Resources
/
GoToLinePanel.nib
/
classes.nib
blob
9a8284534af119d5be34b9fdcb1e49aeeefec018
1
{
2
IBClasses = (
3
{
4
ACTIONS = {selectLine = id; };
5
CLASS = FirstResponder;
6
LANGUAGE = ObjC;
7
SUPERCLASS = NSObject;
8
},
9
{
10
ACTIONS = {
11
findNext = id;
12
findNextAndOrderFindPanelOut = id;
13
findPrevious = id;
14
replace = id;
15
replaceAll = id;
16
replaceAndFind = id;
17
selectLine = id;
18
};
19
CLASS = GoToPanel;
20
LANGUAGE = ObjC;
21
OUTLETS = {
22
findNextButton = id;
23
findTextField = id;
24
ignoreCaseButton = id;
25
replaceAllScopeMatrix = id;
26
replaceTextField = id;
27
statusField = id;
28
};
29
SUPERCLASS = NSObject;
30
}
31
);
32
IBVersion = 1;
33
}