Inherits:
::tycho::EditProgram
-
Source File -
Contents:
public methods
- protected method
This class defines a text widget with an emacs-like editor with some
context-specific features for editing Make files. This editor also
colors comments and the strings "FIXME" and "NOTE". Note that a Tab
is a literal tab, and has no special default behavior.
Public constructs
-
help
- Open a window with help on the current widget.
-
parseNow
start stop
- This is a very simple parser that tags and colors the lines of text
starting with the one containing the "start" index and ending on
the line containing the "stop" index.
Protected constructs
-
preference
mode args
- Access the preferences associated with this widget. This method
overrides the default method in ::tycho::TWidget to access the
"editmake" preferences.
Index of classes
Author: Joel King
Version: @(#)EditMake.itcl 1.13 12/05/96
Copyright: (c) 1995-1996 The Regents of the University of California.