home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / IndentMaster / Source / English.lproj / IndentMaster.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  866 b   |  51 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. IndentController = {
  7.     ACTIONS = {
  8.     ProcessCode:;
  9.     loadInfo:;
  10.     ResetCode:;
  11.     SaveFile:;
  12.     LoadFile:;
  13.     NewFile:;
  14.     SaveFileAs:;
  15.     };
  16.     OUTLETS = {
  17.     LeftJustifyDeclares;
  18.     myCodeScrollView;
  19.     TabStopWidth;
  20.     JustifyParenthesisSplit;
  21.     BlankbeforeBlock;
  22.     SpaceBeforeParens;
  23.     IndentCaseLabels;
  24.     CommentCodeCol;
  25.     IndentParameterDeclarations;
  26.     DeleteExtraBlanks;
  27.     LineupCompound;
  28.     ConvertSymbols;
  29.     BlankafterBlock;
  30.     NewLineafterComma;
  31.     ContinuationIndent;
  32.     BlankLineComments;
  33.     BlankafterProcedure;
  34.     NestleElses;
  35.     MaxCommentLineLength;
  36.     MaxLineLength;
  37.     SpaceAroundPointers;
  38.     IndentVariableDeclarations;
  39.     typedefText;
  40.     VerboseMode;
  41.     LineComments;
  42.     SpaceperIndent;
  43.     MatchElsetoIf;
  44.     FormatCol1Comments;
  45.     CommentDeclarationCol;
  46.     ProcedureNameCol1;
  47.     NegativeIndentComments;
  48.     };
  49.     SUPERCLASS = Object;
  50. };
  51.