|
Editor
|
Home
Documentation
Screenshots
Binary distributions
Source distribution
subclass of Widget
The Editor widget provides a fairly complete editor with undo redo
search, menus and toolbar, invoke Tcl commands, macros, etc. ...
Editor specific options
- Command-Line Name: -loadcommand
- Database Name: loadCommand
- Database Class: LoadCommand
-
- Command-Line Name: -savecommand
- Database Name: saveCommand
- Database Class: SaveCommand
-
- Command-Line Name: -icon
- Database Name: icon
- Database Class: Icon
-
- Command-Line Name: -searchtype
- Database Name: searchType
- Database Class: SearchType
-
- Command-Line Name: -searchdir
- Database Name: searchDir
- Database Class: SearchDir
-
- Command-Line Name: -searchcase
- Database Name: searchCase
- Database Class: SearchCase
-
- Command-Line Name: -searchreopen
- Database Name: SearchReopen
- Database Class: searchReopen
-
- Command-Line Name: -closecommand
- Database Name: closeCommand
- Database Class: CloseCommand
-
- Command-Line Name: -content
- Database Name: content
- Database Class: Content
-
- Command-Line Name: -command
- Database Name: command
- Database Class: Command
-
- Command-Line Name: -browsecommand
- Database Name: browseCommand
- Database Class: BrowseCommand
-
Editor specific methods
-
pathname destroy
-
-
pathname cut
-
-
pathname copy
-
-
pathname connectto
-
-
pathname execute
-
-
pathname findfunction ?function?
-
load the file containing function $function (must be auto loadable),
and find the function definition.
if function is not given, the current selection will be searched.
-
pathname save
-
-
pathname saveas file
-
-
pathname savedialog
-
-
pathname transfercommand
-
-
pathname loadnext
-
-
pathname loadprev
-
-
pathname close
-
-
pathname closefile
-
-
pathname load ?filename? ?filename ...?
-
-
pathname set data
-
-
pathname forget filename ?filename ...?
-
-
pathname reopenlist
-
-
pathname findsel direction
-
direction can be -forwards or -backwards
-
pathname find what ?option? ?value? ?option value?
-
-
pathname gotoline line
-
-
pathname command command
-
-
pathname replace ?all?
-
-
pathname finddialog
-
-
pathname indentedcr
-
-
pathname indent number
-
-
pathname macro
-
-
pathname setmacro name command ?key?
-
-
pathname deletemacro
-
-
pathname getmacromenu
-
-
pathname pattern ?value?
-
-
pathname getpatternmenu
-
-
pathname getmacro
-
-
pathname runmacro name
-
-
pathname comment add/remove
-
-
pathname format length
-
-
pathname transpose pos
-
-
pathname case type
-
-
pathname matchingbrackets
-
-
pathname marker command ?args?
-
command must be one of
- set
- delete
- goto
- current
- previous
- select
- refresh
- list_set
- lget
-
pathname editchanged
-