apps-projectcenter/English.lproj/FindPanel.gorm/data.classes
Sergii Stoian e8e18614e8 * English.lproj/FindPanel.gorm: Added Find panel.
* PCMenuController.m: Added Find panel support.
* TextFinder.[hm]: Added implementation of Find panel.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@25498 72102866-910b-0410-8b05-ffd578937521
2007-09-23 22:27:21 +00:00

34 lines
No EOL
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;
};
}