Skip to content

Commit

Permalink
Migration to Fraise
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Francois Moy committed Mar 20, 2010
1 parent de8dbb5 commit 21fa49c
Show file tree
Hide file tree
Showing 512 changed files with 37,229 additions and 281,175 deletions.
Binary file removed Catalan.lproj/Localizable.strings
Binary file not shown.
Binary file removed Catalan.lproj/Localizable3.strings
Binary file not shown.
1,672 changes: 0 additions & 1,672 deletions Catalan.lproj/SMLAdvancedFind.xib

This file was deleted.

1,763 changes: 0 additions & 1,763 deletions Catalan.lproj/SMLCommands.xib

This file was deleted.

628 changes: 0 additions & 628 deletions Catalan.lproj/SMLDetab.xib

This file was deleted.

628 changes: 0 additions & 628 deletions Catalan.lproj/SMLEntab.xib

This file was deleted.

607 changes: 0 additions & 607 deletions Catalan.lproj/SMLGoToLine.xib

This file was deleted.

1,778 changes: 0 additions & 1,778 deletions Catalan.lproj/SMLInfo.xib

This file was deleted.

5,514 changes: 0 additions & 5,514 deletions Catalan.lproj/SMLMainMenu.xib

This file was deleted.

695 changes: 0 additions & 695 deletions Catalan.lproj/SMLNewProject.xib

This file was deleted.

393 changes: 0 additions & 393 deletions Catalan.lproj/SMLOpenPanelAccessoryView.xib

This file was deleted.

4,578 changes: 0 additions & 4,578 deletions Catalan.lproj/SMLPreferencesAdvanced.xib

This file was deleted.

2,356 changes: 0 additions & 2,356 deletions Catalan.lproj/SMLPreferencesAppearance.xib

This file was deleted.

2,055 changes: 0 additions & 2,055 deletions Catalan.lproj/SMLPreferencesGeneral.xib

This file was deleted.

1,489 changes: 0 additions & 1,489 deletions Catalan.lproj/SMLPreferencesOpenSave.xib

This file was deleted.

572 changes: 0 additions & 572 deletions Catalan.lproj/SMLPreview.xib

This file was deleted.

856 changes: 0 additions & 856 deletions Catalan.lproj/SMLPrintAccessoryView.xib

This file was deleted.

470 changes: 0 additions & 470 deletions Catalan.lproj/SMLRegularExpressionHelp.xib

This file was deleted.

1,491 changes: 0 additions & 1,491 deletions Catalan.lproj/SMLSnippets.xib

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
Expand All @@ -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;
Expand All @@ -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;
Expand Down

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Classes/SMLProjectWindow.h → Classes/FRAAdvancedFindPanel.h
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
Expand All @@ -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 {

}

Expand Down
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
Expand All @@ -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
{
Expand Down
8 changes: 4 additions & 4 deletions Classes/SMLApplication.h → Classes/FRAApplication.h
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
Expand All @@ -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;
Expand Down
Loading

0 comments on commit 21fa49c

Please sign in to comment.