-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename SourceCodeEditorView -> SourceEditorView
- Loading branch information
1 parent
36aec01
commit cf20d82
Showing
24 changed files
with
306 additions
and
306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...de/SourceCodeEditorViewProxy+Operations.h → .../Xcode/SourceEditorViewProxy+Operations.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
// | ||
// SourceCodeEditorViewProxy+Operations.h | ||
// SourceEditorViewProxy+Operations.h | ||
// XVim2 | ||
// | ||
// Created by Ant on 02/10/2017. | ||
// Copyright © 2017 Shuichiro Suzuki. All rights reserved. | ||
// | ||
|
||
#import "SourceCodeEditorViewProxy.h" | ||
#import "SourceEditorViewProxy.h" | ||
#import <Foundation/Foundation.h> | ||
|
||
@interface SourceCodeEditorViewProxy (Operations) <SourceViewOperationsProtocol> | ||
@interface SourceEditorViewProxy (Operations) <SourceViewOperationsProtocol> | ||
- (BOOL)xvim_delete:(XVimMotion*)motion withMotionPoint:(NSUInteger)motionPoint andYank:(BOOL)yank; | ||
- (BOOL)xvim_delete:(XVimMotion*)motion andYank:(BOOL)yank; | ||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ode/SourceCodeEditorViewProxy+Scrolling.h → ...2/Xcode/SourceEditorViewProxy+Scrolling.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
// | ||
// SourceCodeEditorViewProxy+Scrolling.h | ||
// SourceEditorViewProxy+Scrolling.h | ||
// XVim2 | ||
// | ||
// Created by Ant on 02/10/2017. | ||
// Copyright © 2017 Shuichiro Suzuki. All rights reserved. | ||
// | ||
|
||
#import "SourceCodeEditorViewProxy.h" | ||
#import "SourceEditorViewProxy.h" | ||
#import <Foundation/Foundation.h> | ||
|
||
@interface SourceCodeEditorViewProxy (Scrolling) <SourceViewScrollingProtocol> | ||
@interface SourceEditorViewProxy (Scrolling) <SourceViewScrollingProtocol> | ||
@property (readonly) NSInteger linesPerPage; | ||
@end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.