-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
517 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
2024-12-29 Gregory John Casamento <[email protected]> | ||
|
||
* GormCore/English.lproj/GormObjectOutlineView.gorm/data.classes | ||
* GormCore/GNUmakefile | ||
* GormCore/GormDocument.h | ||
* GormCore/GormDocument.m | ||
* GormCore/GormGenericEditor.h | ||
* GormCore/GormObjectEditor.h | ||
* GormCore/GormObjectEditor.m | ||
* GormCore/GormObjectMainView.h | ||
* GormCore/GormObjectMainView.m | ||
* GormCore/GormObjectOutlineView.h | ||
* GormCore/GormObjectOutlineView.m | ||
* GormCore/GormObjectViewController.h | ||
* GormCore/GormObjectViewController.m: Add support for | ||
outline view of objects. | ||
|
||
2024-12-25 Gregory John Casamento <[email protected]> | ||
|
||
* GormObjCHeaderParser/OCClass.m: Improve parsing | ||
|
Binary file not shown.
Binary file not shown.
22 changes: 22 additions & 0 deletions
22
GormCore/English.lproj/GormObjectOutlineView.gorm/data.classes
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,22 @@ | ||
{ | ||
"## Comment" = "Do NOT change this file, Gorm maintains it"; | ||
FirstResponder = { | ||
Actions = ( | ||
"iconView:", | ||
"outlineView:" | ||
); | ||
Super = NSObject; | ||
}; | ||
GormObjectViewController = { | ||
Actions = ( | ||
"iconView:", | ||
"outlineView:" | ||
); | ||
Outlets = ( | ||
displayView, | ||
iconButton, | ||
outlineButton | ||
); | ||
Super = NSViewController; | ||
}; | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.