Search
	_MarkWord	{AlphaNum|"_"|Punct}+ | {Punct}+
End


Functions

	Key	F2
	Icon	LoF
	Menu	List of colon definitions
	Help	Click to generate list of all colon definitions.
	Select	ListOfFound (":",All,Whole,Line,Case)

	Key	^F2
	Icon	LoF
	Menu	List of primitives
	Help	Click to generate list of all code definitions.
	Select	ListOfFound ("code",All,Whole,Line,Case)

	Key	^H
	Menu	Help Search       ^H
	Icon	sm!Help
	Help	Whatis word under cursor 
	Select	Run ("Forthmacs:bin.search")

	Key	F10
	Menu	Save & fload      F10
	Icon	Run
	Select	SaveRun ("Forthmacs:bin.run.forth <Tmp$Path>.<Tmp$Leaf>")
	Help	Click to save file and fload it.

End


