forked from qfish/XAlign
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix bugs. position of matched equal sign should be first.
also support comments.
- Loading branch information
Showing
11 changed files
with
118 additions
and
90 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
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
NSEvent * _currentEvent; | ||
id _windowList; | ||
id _keyWindow; | ||
id _mainWindow; | ||
id _delegate; | ||
id *_hiddenList; | ||
int _hiddenCount; | ||
NSInteger _context; | ||
void*_appleEventSuspensionID; | ||
__weak id _previousKeyWindow; | ||
short _unusedApp; | ||
short _running; | ||
NSEvent * _currentEvent; | ||
id _windowList; | ||
id _keyWindow; | ||
id _mainWindow; | ||
id _delegate; | ||
id * _hiddenList; | ||
int _hiddenCount; | ||
NSInteger _context; | ||
void * _appleEventSuspensionID; | ||
__weak id _previousKeyWindow; | ||
short _unusedApp; | ||
short _running; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
AS_MODEL( ActivityInfoModel, model1 ); | ||
AS_MODEL( FeedListModel, model2 ); | ||
|
||
AS_OUTLET( BeeUIScrollView, list ); | ||
AS_OUTLET( BeeUIButton, mask ); | ||
AS_OUTLET( TopMenu_iPhone, menu ); | ||
@"profile_image_url":self.userInfo.headURL, | ||
@"gender":self.userInfo.gender, | ||
@"objectid":self.userInfo.userId, | ||
@"nick":self.userInfo.nick, | ||
@"description":self.userInfo.signature |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
static const int kSampleRate = 44100; // asdasd | ||
// asdasda = asdsd; | ||
static const int kFormatID = kAudioFormatLinearPCM; | ||
static const CGSize CollectionViewCellSize = {.height = 145, .width = 100}; | ||
static NSString *const CollectionViewCellIdentifier = @"MyListenedCell"; |
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