home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- IndentController = {
- ACTIONS = {
- ProcessCode:;
- loadInfo:;
- ResetCode:;
- SaveFile:;
- LoadFile:;
- NewFile:;
- SaveFileAs:;
- };
- OUTLETS = {
- LeftJustifyDeclares;
- myCodeScrollView;
- TabStopWidth;
- JustifyParenthesisSplit;
- BlankbeforeBlock;
- SpaceBeforeParens;
- IndentCaseLabels;
- CommentCodeCol;
- IndentParameterDeclarations;
- DeleteExtraBlanks;
- LineupCompound;
- ConvertSymbols;
- BlankafterBlock;
- NewLineafterComma;
- ContinuationIndent;
- BlankLineComments;
- BlankafterProcedure;
- NestleElses;
- MaxCommentLineLength;
- MaxLineLength;
- SpaceAroundPointers;
- IndentVariableDeclarations;
- typedefText;
- VerboseMode;
- LineComments;
- SpaceperIndent;
- MatchElsetoIf;
- FormatCol1Comments;
- CommentDeclarationCol;
- ProcedureNameCol1;
- NegativeIndentComments;
- };
- SUPERCLASS = Object;
- };
-