Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/acb228bfc054ddc5acc84f9ab39ebe0c to your computer and use it in GitHub Desktop.
Save r-ryantm/acb228bfc054ddc5acc84f9ab39ebe0c to your computer and use it in GitHub Desktop.
/nix/store/fvidy6x1z8j7l478ic17sg6x0hkfcg1a-gorm-1.2.26
├── bin
│   └── Gorm
├── include
│   ├── GormCore
│   │   ├── GormBoxEditor.h
│   │   ├── GormClassEditor.h
│   │   ├── GormClassInspector.h
│   │   ├── GormClassManager.h
│   │   ├── GormClassPanelController.h
│   │   ├── GormConnectionInspector.h
│   │   ├── GormControlEditor.h
│   │   ├── GormCore.h
│   │   ├── GormCustomClassInspector.h
│   │   ├── GormCustomView.h
│   │   ├── GormDocumentController.h
│   │   ├── GormDocument.h
│   │   ├── GormDocumentWindow.h
│   │   ├── GormFilePrefsManager.h
│   │   ├── GormFilesOwner.h
│   │   ├── GormFontViewController.h
│   │   ├── GormFunctions.h
│   │   ├── GormGenericEditor.h
│   │   ├── GormHelpInspector.h
│   │   ├── GormImageEditor.h
│   │   ├── GormImage.h
│   │   ├── GormImageInspector.h
│   │   ├── GormInspectorsManager.h
│   │   ├── GormInternalViewEditor.h
│   │   ├── GormMatrixEditor.h
│   │   ├── GormNSPanel.h
│   │   ├── GormNSSplitViewInspector.h
│   │   ├── GormNSWindow.h
│   │   ├── GormObjectEditor.h
│   │   ├── GormObjectInspector.h
│   │   ├── GormOpenGLView.h
│   │   ├── GormOutlineView.h
│   │   ├── GormPalettesManager.h
│   │   ├── GormPlacementInfo.h
│   │   ├── GormPlugin.h
│   │   ├── GormPluginManager.h
│   │   ├── GormPrivate.h
│   │   ├── GormProtocol.h
│   │   ├── GormResourceEditor.h
│   │   ├── GormResource.h
│   │   ├── GormResourceManager.h
│   │   ├── GormScrollViewAttributesInspector.h
│   │   ├── GormServer.h
│   │   ├── GormSetNameController.h
│   │   ├── GormSoundEditor.h
│   │   ├── GormSound.h
│   │   ├── GormSoundInspector.h
│   │   ├── GormSoundView.h
│   │   ├── GormSplitViewEditor.h
│   │   ├── GormStandaloneViewEditor.h
│   │   ├── GormViewEditor.h
│   │   ├── GormViewKnobs.h
│   │   ├── GormViewSizeInspector.h
│   │   ├── GormViewWindow.h
│   │   ├── GormViewWithContentViewEditor.h
│   │   ├── GormViewWithSubviewsEditor.h
│   │   ├── GormWindowEditor.h
│   │   ├── GormWindowTemplate.h
│   │   ├── GormWrapperBuilder.h
│   │   ├── GormWrapperLoader.h
│   │   ├── NSCell+GormAdditions.h
│   │   ├── NSColorWell+GormExtensions.h
│   │   ├── NSFontManager+GormExtensions.h
│   │   └── NSView+GormExtensions.h
│   ├── GormObjCHeaderParser
│   │   ├── GormObjCHeaderParser.h
│   │   ├── NSScanner+OCHeaderParser.h
│   │   ├── OCClass.h
│   │   ├── OCHeaderParser.h
│   │   ├── OCIVarDecl.h
│   │   ├── OCIVar.h
│   │   ├── OCMethod.h
│   │   └── ParserFunctions.h
│   ├── GormPrefs
│   │   ├── GormGeneralPref.h
│   │   ├── GormGuidelinePref.h
│   │   ├── GormHeadersPref.h
│   │   ├── GormPalettesPref.h
│   │   ├── GormPluginsPref.h
│   │   ├── GormPrefController.h
│   │   ├── GormPrefs.h
│   │   └── GormShelfPref.h
│   └── InterfaceBuilder
│   ├── IBApplicationAdditions.h
│   ├── IBCellAdditions.h
│   ├── IBCellProtocol.h
│   ├── IBConnectors.h
│   ├── IBDefines.h
│   ├── IBDocuments.h
│   ├── IBEditors.h
│   ├── IBInspector.h
│   ├── IBInspectorManager.h
│   ├── IBInspectorMode.h
│   ├── IBObjectAdditions.h
│   ├── IBObjectProtocol.h
│   ├── IBPalette.h
│   ├── IBPlugin.h
│   ├── IBProjectFiles.h
│   ├── IBProjects.h
│   ├── IBResourceManager.h
│   ├── IBSystem.h
│   ├── IBViewAdditions.h
│   ├── IBViewProtocol.h
│   ├── IBViewResourceDragging.h
│   └── InterfaceBuilder.h
├── lib
│   ├── GNUstep
│   │   └── Applications
│   │   └── Gorm.app
│   │   ├── Gorm
│   │   ├── Resources
│   │   │   ├── 0Menus.palette
│   │   │   │   ├── 0Menus
│   │   │   │   └── Resources
│   │   │   │   ├── GormMenuAttributesInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormMenuDrag.tiff
│   │   │   │   ├── GormMenuItemAttributesInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── Info-gnustep.plist
│   │   │   │   ├── MenusPalette.tiff
│   │   │   │   └── palette.table
│   │   │   ├── 1Windows.palette
│   │   │   │   ├── 1Windows
│   │   │   │   └── Resources
│   │   │   │   ├── DrawerSmall.tiff
│   │   │   │   ├── Drawer.tiff
│   │   │   │   ├── GormDrawerAttributesInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSWindowInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSWindowSizeInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── Info-gnustep.plist
│   │   │   │   ├── palette.table
│   │   │   │   ├── WindowDrag.tiff
│   │   │   │   └── WindowsPalette.tiff
│   │   │   ├── 2Controls.palette
│   │   │   │   ├── 2Controls
│   │   │   │   └── Resources
│   │   │   │   ├── ControlsPalette.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── ControlsPalette.tiff
│   │   │   │   ├── GormNSBoxInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSButtonInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSCellInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSColorWellInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSFormInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSMatrixInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSPopUpButtonInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSProgressIndicatorInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSSliderInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSStepperInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSTextFieldInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── Info-gnustep.plist
│   │   │   │   └── palette.table
│   │   │   ├── 3Containers.palette
│   │   │   │   ├── 3Containers
│   │   │   │   └── Resources
│   │   │   │   ├── ContainersPalette.tiff
│   │   │   │   ├── GormNSBrowserInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSTableColumnInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSTableColumnSizeInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSTableViewInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormTabViewInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── Info-gnustep.plist
│   │   │   │   └── palette.table
│   │   │   ├── 4Data.palette
│   │   │   │   ├── 4Data
│   │   │   │   └── Resources
│   │   │   │   ├── DataPalette.tiff
│   │   │   │   ├── GormNSComboBoxInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSDateFormatterInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSImageViewInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSNumberFormatterInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSTextViewInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── Info-gnustep.plist
│   │   │   │   └── palette.table
│   │   │   ├── bezel_nib.tiff
│   │   │   ├── browserView.tiff
│   │   │   ├── button_nib.tiff
│   │   │   ├── centeralign_nib.tiff
│   │   │   ├── ClassInformation.plist
│   │   │   ├── date_formatter.tiff
│   │   │   ├── Defaults.plist
│   │   │   ├── English.lproj
│   │   │   │   ├── GormClassEditor.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormClassInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormClassPanel.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormConnectionInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormCustomClassInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormDocument.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormDummyInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormFontView.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── Gorm.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormHelpInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormImageInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormInconsistenciesPanel.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormInspectorPanel.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormNSSplitViewInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormObjectInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormPalettePanel.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormPrefColors.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormPreferences.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormPrefGeneral.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormPrefGuideline.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormPrefHeaders.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormPrefPalettes.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormPrefPlugins.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormScrollViewAttributesInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormSetName.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   ├── Gorm.tiff
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormShelfPref.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   └── objects.gorm
│   │   │   │   ├── GormSoundInspector.gorm
│   │   │   │   │   ├── data.classes
│   │   │   │   │   ├── data.info
│   │   │   │   │   ├── ff.tiff
│   │   │   │   │   ├── objects.gorm
│   │   │   │   │   ├── pause.tiff
│   │   │   │   │   ├── play.tiff
│   │   │   │   │   ├── rec.tiff
│   │   │   │   │   ├── rw.tiff
│   │   │   │   │   └── stop.tiff
│   │   │   │   └── GormViewSizeInspector.gorm
│   │   │   │   ├── data.classes
│   │   │   │   ├── data.info
│   │   │   │   └── objects.gorm
│   │   │   ├── FileIcon_gmodel.tiff
│   │   │   ├── GModel.plugin
│   │   │   │   ├── GModel
│   │   │   │   ├── Resources
│   │   │   │   │   └── Info-gnustep.plist
│   │   │   │   └── stamp.make
│   │   │   ├── GormActionSelected.tiff
│   │   │   ├── GormAction.tiff
│   │   │   ├── GormClass.tiff
│   │   │   ├── Gorm.desktop
│   │   │   ├── GormEHCoil.tiff
│   │   │   ├── GormEHLine.tiff
│   │   │   ├── GormEVCoil.tiff
│   │   │   ├── GormEVLine.tiff
│   │   │   ├── GormFilesOwner.tiff
│   │   │   ├── GormFile.tiff
│   │   │   ├── GormFirstResponder.tiff
│   │   │   ├── GormFontManager.tiff
│   │   │   ├── GormImage.tiff
│   │   │   ├── GormInfo.plist
│   │   │   ├── GormLinkImage.tiff
│   │   │   ├── GormMenu.tiff
│   │   │   ├── GormMHCoil.tiff
│   │   │   ├── GormMHLine.tiff
│   │   │   ├── GormMVCoil.tiff
│   │   │   ├── GormMVLine.tiff
│   │   │   ├── GormNib.tiff
│   │   │   ├── GormObject.tiff
│   │   │   ├── GormOutletSelected.tiff
│   │   │   ├── GormOutlet.tiff
│   │   │   ├── GormPalette.tiff
│   │   │   ├── Gorm.plugin
│   │   │   │   ├── Gorm
│   │   │   │   ├── Resources
│   │   │   │   │   └── Info-gnustep.plist
│   │   │   │   └── stamp.make
│   │   │   ├── GormSound.tiff
│   │   │   ├── GormSourceTag.tiff
│   │   │   ├── GormTargetTag.tiff
│   │   │   ├── GormTesting.tiff
│   │   │   ├── Gorm.tiff
│   │   │   ├── GormUnknown.tiff
│   │   │   ├── GormView.tiff
│   │   │   ├── GormWindow.tiff
│   │   │   ├── iconAbove_nib.tiff
│   │   │   ├── iconBelow_nib.tiff
│   │   │   ├── iconBottomLeft_nib.tiff
│   │   │   ├── iconBottom_nib.tiff
│   │   │   ├── iconBottomRight_nib.tiff
│   │   │   ├── iconCenterLeft_nib.tiff
│   │   │   ├── iconCenter_nib.tiff
│   │   │   ├── iconCenterRight_nib.tiff
│   │   │   ├── iconLeft_nib.tiff
│   │   │   ├── iconOnly_nib.tiff
│   │   │   ├── iconRight_nib.tiff
│   │   │   ├── iconTopLeft_nib.tiff
│   │   │   ├── iconTop_nib.tiff
│   │   │   ├── iconTopRight_nib.tiff
│   │   │   ├── Info-gnustep.plist
│   │   │   ├── justifyalign_nib.tiff
│   │   │   ├── leftalign_nib.tiff
│   │   │   ├── LeftArr.tiff
│   │   │   ├── line_nib.tiff
│   │   │   ├── naturalalign_nib.tiff
│   │   │   ├── Nib.plugin
│   │   │   │   ├── Nib
│   │   │   │   ├── Resources
│   │   │   │   │   └── Info-gnustep.plist
│   │   │   │   └── stamp.make
│   │   │   ├── noBorder_nib.tiff
│   │   │   ├── number_formatter.tiff
│   │   │   ├── outlineView.tiff
│   │   │   ├── photoframe_nib.tiff
│   │   │   ├── ridge_nib.tiff
│   │   │   ├── rightalign_nib.tiff
│   │   │   ├── RightArr.tiff
│   │   │   ├── shortbutton_nib.tiff
│   │   │   ├── Sunday_seurat.tiff
│   │   │   ├── tabbot_nib.tiff
│   │   │   ├── tabtop_nib.tiff
│   │   │   ├── titleOnly_nib.tiff
│   │   │   ├── VersionProfiles.plist
│   │   │   └── Xib.plugin
│   │   │   ├── Resources
│   │   │   │   └── Info-gnustep.plist
│   │   │   ├── stamp.make
│   │   │   └── Xib
│   │   └── stamp.make
│   ├── libGormCore.so -> libGormCore.so.1
│   ├── libGormCore.so.1 -> libGormCore.so.1.2.26
│   ├── libGormCore.so.1.2.26
│   ├── libGormObjCHeaderParser.so -> libGormObjCHeaderParser.so.1
│   ├── libGormObjCHeaderParser.so.1 -> libGormObjCHeaderParser.so.1.1.0
│   ├── libGormObjCHeaderParser.so.1.1.0
│   ├── libGormPrefs.so -> libGormPrefs.so.1
│   ├── libGormPrefs.so.1 -> libGormPrefs.so.1.2.26
│   ├── libGormPrefs.so.1.2.26
│   ├── libGorm.so -> libGorm.so.1
│   ├── libGorm.so.1 -> libGorm.so.1.1.0
│   └── libGorm.so.1.1.0
├── nix-support
│   └── setup-hook
└── share
87 directories, 400 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment