apps-projectcenter/English.lproj/ProjectCenter.gorm/data.classes
Riccardo Mottola a7673e0ac3 Move GoToLine to the View akin to the NSTextView find panel and declare it in the editor view protocol.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@38031 72102866-910b-0410-8b05-ffd578937521
2014-08-03 22:03:38 +00:00

70 lines
No EOL
1.4 KiB
Text

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"findEnterSelection:",
"findJumpToSelection:",
"findNext:",
"findPrevious:",
"findShowPanel:",
"performGoToLinePanelAction:"
);
Super = NSObject;
};
PCAppController = {
Actions = (
);
Outlets = (
menuController
);
Super = NSObject;
};
PCMenuController = {
Actions = (
"showInfoPanel:",
"showPrefWindow:",
"projectOpen:",
"projectNew:",
"projectSave:",
"projectAddFiles:",
"projectSaveFiles:",
"projectRemoveFiles:",
"subprojectNew:",
"subprojectAdd:",
"fileOpen:",
"fileNew:",
"fileSave:",
"fileSaveAs:",
"fileSaveTo:",
"fileRevertToSaved:",
"fileClose:",
"fileOpenQuickly:",
"fileRename:",
"fileNewUntitled:",
"showInspector:",
"showBuildPanel:",
"showLoadedFilesPanel:",
"runTarget:",
"executeBuild:",
"stopBuild:",
"startClean:",
"showLaunchPanel:",
"debugTarget:",
"toggleToolbar:",
"loadedFilesSortByTime:",
"loadedFilesSortByName:",
"loadedFilesNextFile:",
"loadedFilesPreviousFile:",
"showLogPanel:",
"findEnterSelection:",
"findNext:",
"findPrevious:",
"findShowPanel:",
"findJumpToSelection:",
"goToLine:"
);
Outlets = (
);
Super = NSObject;
};
}