-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
Smultron version 3.7 | ||
Fraise version 3.7 - Based on Smultron by Peter Borg | ||
Written by Jean-François Moy - [email protected] | ||
Find the latest version at http://github.com/jfmoy/Smultron | ||
Find the latest version at http://github.com/jfmoy/Fraise | ||
Copyright 2004-2009 Peter Borg - 2010 Jean-François Moy | ||
Copyright 2010 Jean-François Moy | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at | ||
|
@@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed | |
#import <Cocoa/Cocoa.h> | ||
|
||
|
||
@interface SMLAdvancedFindController : NSObject <NSOutlineViewDelegate> | ||
@interface FRAAdvancedFindController : NSObject <NSOutlineViewDelegate> | ||
{ | ||
IBOutlet NSWindow *advancedFindWindow; | ||
IBOutlet NSSearchField *findSearchField; | ||
|
@@ -39,7 +39,7 @@ Unless required by applicable law or agreed to in writing, software distributed | |
@property (readonly) IBOutlet NSWindow *advancedFindWindow; | ||
@property (readonly) IBOutlet NSOutlineView *findResultsOutlineView; | ||
|
||
+ (SMLAdvancedFindController *)sharedInstance; | ||
+ (FRAAdvancedFindController *)sharedInstance; | ||
|
||
- (IBAction)findAction:(id)sender; | ||
- (IBAction)replaceAction:(id)sender; | ||
|
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
Smultron version 3.7 | ||
Fraise version 3.7 - Based on Smultron by Peter Borg | ||
Written by Jean-François Moy - [email protected] | ||
Find the latest version at http://github.com/jfmoy/Smultron | ||
Find the latest version at http://github.com/jfmoy/Fraise | ||
Copyright 2004-2009 Peter Borg - 2010 Jean-François Moy | ||
Copyright 2010 Jean-François Moy | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at | ||
|
@@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed | |
#import <Cocoa/Cocoa.h> | ||
|
||
|
||
@interface SMLProjectWindow : NSWindow { | ||
@interface FRAAdvancedFindPanel : NSPanel { | ||
|
||
} | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
Smultron version 3.7 | ||
Fraise version 3.7 - Based on Smultron by Peter Borg | ||
Written by Jean-François Moy - [email protected] | ||
Find the latest version at http://github.com/jfmoy/Smultron | ||
Find the latest version at http://github.com/jfmoy/Fraise | ||
Copyright 2004-2009 Peter Borg - 2010 Jean-François Moy | ||
Copyright 2010 Jean-François Moy | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at | ||
|
@@ -12,11 +12,11 @@ | |
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. | ||
*/ | ||
|
||
#import "SMLStandardHeader.h" | ||
#import "FRAStandardHeader.h" | ||
|
||
#import "SMLAdvancedFindPanel.h" | ||
#import "FRAAdvancedFindPanel.h" | ||
|
||
@implementation SMLAdvancedFindPanel | ||
@implementation FRAAdvancedFindPanel | ||
|
||
- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation | ||
{ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
Smultron version 3.7 | ||
Fraise version 3.7 - Based on Smultron by Peter Borg | ||
Written by Jean-François Moy - [email protected] | ||
Find the latest version at http://github.com/jfmoy/Smultron | ||
Find the latest version at http://github.com/jfmoy/Fraise | ||
Copyright 2004-2009 Peter Borg - 2010 Jean-François Moy | ||
Copyright 2010 Jean-François Moy | ||
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at | ||
|
@@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed | |
#import <Cocoa/Cocoa.h> | ||
|
||
|
||
@interface SMLApplication : NSApplication { | ||
@interface FRAApplication : NSApplication { | ||
unichar key; | ||
NSInteger keyCode; | ||
NSUInteger flags; | ||
|