home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 Autumn / INTERNET109.ISO / mac / SOFTWARE / MAC / BUILDING / TACO / TacoHTMLEdit.sit / Taco HTML Edit.app / Contents / Resources / Preferences.nib / classes.nib next >
Encoding:
Text File  |  2003-08-06  |  5.0 KB  |  132 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {
  6.                 changeAnchorColor = id; 
  7.                 changeAttributeEqualsColor = id; 
  8.                 changeAttributeNamesColor = id; 
  9.                 changeAttributeValuesColor = id; 
  10.                 changeColor = id; 
  11.                 changeColorTags = id; 
  12.                 changeCommentColor = id; 
  13.                 changeFormColor = id; 
  14.                 changeFormalCommentColor = id; 
  15.                 changeHeadColor = id; 
  16.                 changeImageColor = id; 
  17.                 changeInfoColor = id; 
  18.                 changeLayoutColor = id; 
  19.                 changeListColor = id; 
  20.                 changeScriptColor = id; 
  21.                 changeStyleColor = id; 
  22.                 changeTableColor = id; 
  23.                 changeTagNamesColor = id; 
  24.                 changeTagOpensAndClosesColor = id; 
  25.                 changeTextColor = id; 
  26.                 chooseBrowser = id; 
  27.                 chooseColoringType = id; 
  28.                 chooseCustomApp = id; 
  29.                 chooseLiveDivider = id; 
  30.                 chooseNewDocCode = id; 
  31.                 chooseOpenDocColoring = id; 
  32.                 chooseSpacer = id; 
  33.                 chooseWordWrapMode = id; 
  34.                 defaultFont = id; 
  35.                 liveAnimateImages = id; 
  36.                 liveDownloadFilesButton = id; 
  37.                 liveShowImages = id; 
  38.                 resetColors = id; 
  39.                 setDefaultFileExtension = id; 
  40.                 setFont = id; 
  41.                 shouldAutoIndent = id; 
  42.                 shouldCreateNewDocument = id; 
  43.                 shouldGetCodeFromFile = id; 
  44.                 shouldUseDefaultBrowser = id; 
  45.                 shouldWordWrap = id; 
  46.                 shouldWrapTags = id; 
  47.                 updateViewableColors = id; 
  48.             }; 
  49.             CLASS = PreferenceController; 
  50.             LANGUAGE = ObjC; 
  51.             OUTLETS = {
  52.                 BgColor = NSColorWell; 
  53.                 anchorTags = NSColorWell; 
  54.                 attributeEquals = NSColorWell; 
  55.                 attributeNames = NSColorWell; 
  56.                 attributeValues = NSColorWell; 
  57.                 autoIndentButton = NSButton; 
  58.                 chooseApp = NSButton; 
  59.                 chooseNewDocCodeButton = NSButton; 
  60.                 colorTags = NSButton; 
  61.                 colorView = NSView; 
  62.                 coloringMatrix = NSMatrix; 
  63.                 coloringTypeMatrix = NSMatrix; 
  64.                 commentTags = NSColorWell; 
  65.                 comments = NSColorWell; 
  66.                 createNewDocument = NSButton; 
  67.                 defaultFileExtensionBox = NSComboBox; 
  68.                 fontName = NSTextField; 
  69.                 fontSize = NSTextField; 
  70.                 formTags = NSColorWell; 
  71.                 formalColorView = NSView; 
  72.                 functionalColorView = NSView; 
  73.                 headTags = NSColorWell; 
  74.                 imageTags = NSColorWell; 
  75.                 infoTags = NSColorWell; 
  76.                 layoutTags = NSColorWell; 
  77.                 listTags = NSColorWell; 
  78.                 liveAnimateImagesButton = NSButton; 
  79.                 liveDividerMatrix = NSMatrix; 
  80.                 liveDownloadFilesButton = NSButton; 
  81.                 liveShowImagesButton = NSButton; 
  82.                 newDocCode = NSTextField; 
  83.                 organizeTagsSpacer = NSMatrix; 
  84.                 previewBrowser = NSMatrix; 
  85.                 scriptTags = NSColorWell; 
  86.                 shouldGetNewDocCodeFromFile = NSButton; 
  87.                 styleTags = NSColorWell; 
  88.                 tableTags = NSColorWell; 
  89.                 tagNames = NSColorWell; 
  90.                 tagOpensAndCloses = NSColorWell; 
  91.                 text = NSColorWell; 
  92.                 textForChoosingBrowser = NSTextField; 
  93.                 updateTagColors = NSButton; 
  94.                 useDefaultBrowser = NSButton; 
  95.                 userApp = NSTextField; 
  96.                 wordWrap = NSButton; 
  97.                 wordWrapMode = NSMatrix; 
  98.                 wrapMatrix = NSMatrix; 
  99.             }; 
  100.             SUPERCLASS = NSWindowController; 
  101.         }, 
  102.         {
  103.             ACTIONS = {add = id; removeSelected = id; }; 
  104.             CLASS = ProjectPreferences; 
  105.             LANGUAGE = ObjC; 
  106.             OUTLETS = {
  107.                 addButton = NSButton; 
  108.                 extensionTextField = NSTextField; 
  109.                 ignoredExtensionsTableView = NSTableView; 
  110.                 removeButton = NSButton; 
  111.             }; 
  112.             SUPERCLASS = NSObject; 
  113.         }, 
  114.         {
  115.             ACTIONS = {
  116.                 addQuickInsert = id; 
  117.                 addQuickInsertFolder = id; 
  118.                 deleteSelectedQuickInsert = id; 
  119.             }; 
  120.             CLASS = QuickInsertManager; 
  121.             LANGUAGE = ObjC; 
  122.             OUTLETS = {
  123.                 addButton = NSButton; 
  124.                 addFolderButton = NSButton; 
  125.                 deleteSelectedButton = NSButton; 
  126.                 quickInsertOutlineView = NSOutlineView; 
  127.             }; 
  128.             SUPERCLASS = NSObject; 
  129.         }
  130.     ); 
  131.     IBVersion = 1; 
  132. }