mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 19:31:56 +00:00
34 lines
641 B
Text
34 lines
641 B
Text
|
{
|
||
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||
|
FirstResponder = {
|
||
|
Actions = (
|
||
|
"findNext:",
|
||
|
"findNextAndOrderFindPanelOut:",
|
||
|
"findPrevious:",
|
||
|
"ignoreCase:",
|
||
|
"replace:",
|
||
|
"replaceAll:",
|
||
|
"replaceAndFind:"
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
TextFinder = {
|
||
|
Actions = (
|
||
|
"findNext:",
|
||
|
"findNextAndOrderFindPanelOut:",
|
||
|
"findPrevious:",
|
||
|
"replace:",
|
||
|
"replaceAll:",
|
||
|
"replaceAndFind:"
|
||
|
);
|
||
|
Outlets = (
|
||
|
findNextButton,
|
||
|
findTextField,
|
||
|
ignoreCaseButton,
|
||
|
replaceAllScopeMatrix,
|
||
|
replaceTextField,
|
||
|
statusField
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
}
|