- Change help version to 5.4DEV
[nedit.git] / source / smartIndent.h
blobd5d4ab90cf690d92dc731e190d7f7950214c024f
1 /* $Id: smartIndent.h,v 1.5 2002/07/11 21:18:10 slobasso Exp $ */
3 #ifndef NEDIT_SMARTINDENT_H_INCLUDED
4 #define NEDIT_SMARTINDENT_H_INCLUDED
6 #include "nedit.h"
8 #include <X11/Intrinsic.h>
10 void BeginSmartIndent(WindowInfo *window, int warn);
11 void EndSmartIndent(WindowInfo *window);
12 void SmartIndentCB(Widget w, XtPointer clientData, XtPointer callData);
13 int LoadSmartIndentString(char *inString);
14 int LoadSmartIndentCommonString(char *inString);
15 char *WriteSmartIndentString(void);
16 char *WriteSmartIndentCommonString(void);
17 int SmartIndentMacrosAvailable(char *languageMode);
18 void EditSmartIndentMacros(WindowInfo *window);
19 void EditCommonSmartIndentMacro(void);
20 Boolean InSmartIndentMacros(WindowInfo *window);
22 #endif /* NEDIT_SMARTINDENT_H_INCLUDED */