| File generated on Tue Aug 27 18:21:59 2002

| Arguments: Menus/src Menus

| Number of valid menu handles
8

0 "C"
	"Match pause"			MJE_PAUSE &10000 > MJE_PAUSE
	* "\Rset the bracket match highlight delay when you move the cursor away from a bracket."
	"Indent"			CLONEBASE "C" > 5
	* "\Rdisplay the indentation options."
	"C++ comments"			MJE_COMMENTSET &10000
	* "\Stoggle whether the comment commands use C or C++ style comments."
	"Smart indenting"		MJE_SMARTINDENTING &10000
	* "\Stoggle whether we use smart or dumb indenting. Dumb is more reliable."

1 "C++"
	"Match pause"			MJE_PAUSE &20000 > MJE_PAUSE
	* "\Rset the bracket match highlight delay when you move the cursor away from a bracket."
	"Indent"			CLONEBASE "C++" > 6
	* "\Rdisplay the indentation options."
	"C comments"			MJE_COMMENTSET &20000
	* "\Stoggle whether the comment commands use C or C++ style comments."
	"Smart indenting"		MJE_SMARTINDENTING &20000
	* "\Stoggle whether we use smart or dumb indenting. Dumb is more reliable."

2 "Java"
	"Match pause"			MJE_PAUSE &30000 > MJE_PAUSE
	* "\Rset the bracket match highlight delay when you move the cursor away from a bracket."
	"Indent"			CLONEBASE "Java" > 7
	* "\Rdisplay the indentation options."
	"C comments"			MJE_COMMENTSET &30000
	* "\Stoggle whether the comment commands use C or C++ style comments."
	"Smart indenting"		MJE_SMARTINDENTING &30000
	* "\Stoggle whether we use smart or dumb indenting. Dumb is more reliable."
	"Colour preprocessor"		MJE_SHOWPREPROSET &30000
	* "\Stoggle whether preprocessor instructions are coloured."

3 "Assembler"
	"Match pause"			MJE_PAUSE &40000 > MJE_PAUSE
	* "\Rset the bracket match highlight delay when you move the cursor away from a bracket."
	"C Strings"			MJE_CSTRINGS &40000
	* "\Stoggle whether C style \-escapes are used inside strings"

4 "Pascal"
	"Match pause"			MJE_PAUSE &50000 > MJE_PAUSE
	* "\Rset the bracket match highlight delay when you move the cursor away from a bracket."
	"{ } comments"			MJE_COMMENTSET
	* "\Stoggle whether the comment commands use (* *) or { } style comments."

5 "Indent"
	"Indent depth"			MJE_INDENT &10000 > MJE_INDENT
	* "\Rset the indentation step size."
	"Ignore comments"		MJE_INDENTCOMMENTSET &10000
	* "\Stoggle whether comments are indented by MJE_REINDENT."
	"Indent case labels" MJE_INDENTCASE &10000
	* "\Stoggle whether case labels have an extra level of indent."

6 "Indent"
	"Indent depth"			MJE_INDENT &20000 > MJE_INDENT
	* "\Rset the indentation step size."
	"Ignore comments"		MJE_INDENTCOMMENTSET &20000
	* "\Stoggle whether comments are indented by MJE_REINDENT."
	"Indent case labels" MJE_INDENTCASE &20000
	* "\Stoggle whether case labels have an extra level of indent."

7 "Indent"
	"Indent depth"			MJE_INDENT &30000 > MJE_INDENT
	* "\Rset the indentation step size."
	"Ignore comments"		MJE_INDENTCOMMENTSET &30000
	* "\Stoggle whether comments are indented by MJE_REINDENT."
	"Indent case labels" MJE_INDENTCASE &30000
	* "\Stoggle whether case labels have an extra level of indent."
