mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-14 06:31:31 +00:00
declare missing method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@39128 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
75af5d310e
commit
e28350370e
3 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,10 @@
|
|||
* Modules/Editors/ProjectCenter/PCEditorView.m
|
||||
Cleanups and NSInteger conversion.
|
||||
|
||||
* Modules/Editors/ProjectCenter/LineJumper.h
|
||||
* Modules/Editors/ProjectCenter/LineJumper.m
|
||||
declare missing method
|
||||
|
||||
2015-06-16 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Framework/GNUmakefile
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
- (NSTextView<CodeEditorView> *)editorViewToUse;
|
||||
|
||||
/* panel UI methods */
|
||||
- (void)orderFrontLinePanel:(id)sender;
|
||||
- (IBAction)goToLine:(id)sender;
|
||||
|
||||
@end
|
||||
|
|
|
@ -43,7 +43,8 @@ static id sharedLineJumper = nil;
|
|||
return nil;
|
||||
}
|
||||
|
||||
- (NSPanel *)linePanel {
|
||||
- (NSPanel *)linePanel
|
||||
{
|
||||
if (!lineField)
|
||||
[self loadUI];
|
||||
return (NSPanel *)[lineField window];
|
||||
|
|
Loading…
Reference in a new issue