Commands available when the tool bar search entry area has the keyboard focus.
backward-char ()
Move backward one character Key Binding: Left
backward-char-extend ()
Move backward one character, extending the selection Key Binding: Shift-Left
backward-delete-char ()
Delete character behind the cursor Key Bindings: Wing IDE: BackSpace; Brief: BackSpace; Eclipse: BackSpace; Emacs: BackSpace; VI/VIM: BackSpace; Visual Studio: BackSpace; OS X: Backspace
backward-delete-word ()
Delete word behind the cursor Key Bindings: Wing IDE: Ctrl-BackSpace; Brief: Ctrl-BackSpace; Eclipse: Ctrl-BackSpace; Emacs: Ctrl-BackSpace; VI/VIM: Ctrl-BackSpace; Visual Studio: Ctrl-BackSpace; OS X: Ctrl-Option-Delete
backward-word ()
Move backward one word Key Bindings: Wing IDE: Ctrl-Left; Brief: Ctrl-Left; Eclipse: Ctrl-Left; Emacs: Ctrl-Left; VI/VIM: Ctrl-Left; Visual Studio: Ctrl-Left; OS X: Option-Left
backward-word-extend ()
Move backward one word, extending the selection Key Bindings: Wing IDE: Ctrl-Shift-Left; Brief: Ctrl-Shift-Left; Eclipse: Ctrl-Shift-Left; Emacs: Ctrl-Shift-Left; VI/VIM: Ctrl-Shift-Left; Visual Studio: Ctrl-Shift-Left; OS X: Ctrl-Shift-Left invokes backward-word-extend(delimiters="_`~!@#$%^&*()+-={}[]\|;:'",.<>/? trn")
beginning-of-line ()
Move to the beginning of the toolbar search entry Key Bindings: Brief: Shift-Home; Emacs: Home; VI/VIM: 0 invokes beginning-of-line(toggle=0); OS X: Command-Left
beginning-of-line-extend ()
Move to the beginning of the toolbar search entry, extending the selection Key Bindings: Emacs: Shift-Home; OS X: Command-Shift-Left
copy ()
Cut selection Key Bindings: Wing IDE: Ctrl-Insert; Brief: Ctrl-Insert; Eclipse: Ctrl-Insert; Emacs: Ctrl-Insert; VI/VIM: Ctrl-Insert; Visual Studio: Ctrl-Insert; OS X: Command-C
cut ()
Cut selection Key Bindings: Wing IDE: Shift-Delete; Brief: Shift-Delete; Eclipse: Shift-Delete; Emacs: Shift-Delete; VI/VIM: Shift-Delete; Visual Studio: Shift-Delete; OS X: Command-X
end-of-line ()
Move to the end of the toolbar search entry Key Bindings: Wing IDE: End; Brief: End; Eclipse: End; Emacs: End; VI/VIM: End; Visual Studio: End; OS X: Command-Right
end-of-line-extend ()
Move to the end of the toolbar search entry, extending the selection Key Bindings: Wing IDE: Shift-End; Brief: Shift-End; Eclipse: Shift-End; Emacs: Shift-End; VI/VIM: Shift-End; Visual Studio: Shift-End; OS X: Command-Shift-Right
forward-char ()
Move forward one character Key Binding: Right
forward-char-extend ()
Move forward one character, extending the selection Key Binding: Shift-Right
forward-delete-char ()
Delete character in front of the cursor Key Binding: Delete
forward-delete-word ()
Delete word in front of the cursor Key Bindings: Wing IDE: Ctrl-Delete; Brief: Ctrl-Delete; Eclipse: Ctrl-Delete; Emacs: Ctrl-Delete; VI/VIM: Ctrl-Delete; Visual Studio: Ctrl-Delete; OS X: Option-Delete
forward-word ()
Move forward one word Key Bindings: Wing IDE: Ctrl-Right; Brief: Ctrl-Right; Eclipse: Ctrl-Right; Emacs: Ctrl-Right; VI/VIM: Ctrl-Right; Visual Studio: Ctrl-Right; OS X: Ctrl-Right invokes forward-word(delimiters="_`~!@#$%^&*()+-={}[]\|;:'",.<>/? trn")
forward-word-extend ()
Move forward one word, extending the selection Key Bindings: Wing IDE: Ctrl-Shift-Right; Brief: Ctrl-Shift-Right; Eclipse: Ctrl-Shift-Right; Emacs: Ctrl-Shift-Right; VI/VIM: Ctrl-Shift-Right; Visual Studio: Ctrl-Shift-Right; OS X: Option-Shift-Right
paste ()
Paste from clipboard Key Bindings: Wing IDE: Shift-Insert; Brief: Shift-Insert; Eclipse: Shift-Insert; Emacs: Shift-Insert; VI/VIM: Shift-Insert; Visual Studio: Shift-Insert; OS X: Ctrl-y
Globally available commands defined for the search manager. These commands are available regardless of whether a search manager is visible or has keyboard focus.
batch-replace (look_in=None, use_selection=True)
Display search and replace in files tool. Key Bindings: Wing IDE: Ctrl-Shift-R; Eclipse: Ctrl-Shift-R; Emacs: Ctrl-); VI/VIM: Ctrl-Shift-G; Visual Studio: Ctrl-Shift-R; OS X: Command-Shift-R
batch-search (look_in=None, use_selection=True, search_text=None)
Search on current selection using the Search in Files tool. The look_in argument gets entered in the look in field if not None or ''. The current selection is put into the search field if it doesn't span multiple lines and either use_selection is true or there's nothing in the search field. The given search text is used instead, if provided Key Bindings: Wing IDE: Ctrl-Shift-F; Eclipse: Ctrl-Shift-F; Emacs: Ctrl-(; VI/VIM: Ctrl-Shift-F; Visual Studio: Ctrl-Shift-F; OS X: Command-Shift-F
batch-search-backward ()
Move to the previous found match in the Search in Files tool.
batch-search-forward ()
Move to the next found match in the Search in Files tool.
batch-search-pause ()
Pause the currently running batch search, if any
replace ()
Bring up the search manager in replace mode. Key Bindings: Wing IDE: Ctrl-R; Brief: F6; Eclipse: Ctrl-R; Emacs: Ctrl-0; Visual Studio: Ctrl-R; OS X: Command-R
replace-again ()
Replace current selection with the search manager.
replace-and-search ()
Replace current selection and search again. Key Bindings: Wing IDE: Ctrl-I; Brief: Shift-F6; Eclipse: Ctrl-I; OS X: Command-Ctrl-R
search ()
Bring up the search manager in search mode. Key Bindings: Wing IDE: Alt-F3; Brief: Alt-F3; Eclipse: Alt-F3; Emacs: Alt-F3; VI/VIM: Alt-F3; Visual Studio: Alt-F3; OS X: Option-F3
search-again (search_string='', direction=1)
Search again using the search manager's current settings.
search-backward (search_string=None)
Search again using the search manager's current settings in backward direction Key Binding: Shift-F3
search-forward (search_string='')
Search again using the search manager's current settings in forward direction Key Binding: F3
search-sel ()
Search forward using current selection
search-sel-backward ()
Search backward using current selection Key Bindings: Wing IDE: Ctrl-Shift-F3; Brief: Ctrl-Shift-F3; Eclipse: Ctrl-Shift-F3; Emacs: Ctrl-Shift-F3; VI/VIM: Ctrl-Shift-F3; Visual Studio: Ctrl-Shift-F3; OS X: Command-Shift-F3
search-sel-forward ()
Search forward using current selection Key Bindings: Wing IDE: Ctrl-F3; Brief: Ctrl-F3; Eclipse: Ctrl-F3; Emacs: Ctrl-F3; VI/VIM: Ctrl-F3; Visual Studio: Ctrl-F3; OS X: Command-F3
Commands for a particular search manager instance. These are only available when the search manager has they keyboard focus.
clear ()
Clear selected text
copy ()
Copy selected text Key Bindings: Wing IDE: Ctrl-Insert; Brief: Ctrl-Insert; Eclipse: Ctrl-Insert; Emacs: Ctrl-Insert; VI/VIM: Ctrl-Insert; Visual Studio: Ctrl-Insert; OS X: Command-C
cut ()
Cut selected text Key Bindings: Wing IDE: Shift-Delete; Brief: Shift-Delete; Eclipse: Shift-Delete; Emacs: Shift-Delete; VI/VIM: Shift-Delete; Visual Studio: Shift-Delete; OS X: Command-X
forward-tab ()
Place a forward tab at the current cursor position in search or replace string Key Binding: Ctrl-T
paste ()
Paste text from clipboard Key Bindings: Wing IDE: Shift-Insert; Brief: Shift-Insert; Eclipse: Shift-Insert; Emacs: Shift-Insert; VI/VIM: Shift-Insert; Visual Studio: Shift-Insert; OS X: Ctrl-y
Subversion revision control system commands
svn-update (locs=<selected files>)
Update the selected files from the Subversion repository
svn-add ()
Add the files to %(label)s
svn-commit-project ()
Not documented
svn-revert ()
Revert selected files.
svn-project-status ()
View status for entire project.
svn-blame (locs=<selected files>)
Show blame / praise / annotate for selected files.
svn-diff ()
Show differences between files in working directory and last committed version.
svn-diff-recent (locs=<selected files>)
Show diffs for most recent checkin
svn-log (locs=<selected files>)
Show the revision log for the selected files in the Subversion repository
svn-configure ()
Show preferences page for selected VCS
svn-status ()
View status of the selected files in the working directory
svn-remove ()
Remove files
svn-update-project ()
Update files in project
svn-resolved (locs=<selected files>)
Indicate that any conflicts are resolved
svn-checkout ()
Start the initial checkout from svn repository. Repository and working directory must be entered before the checkout.
svn-commit ()
Commit selected files.
git revision control system commands
git-diff ()
Show differences between files in working directory and last committed version.
git-fetch-repository (locs=<selected files>)
Pull from repository.
git-remove ()
Remove files
git-list (locs=<selected files>)
Show the status of the given files in the git repository
git-commit-project ()
Not documented
git-project-status ()
View status for entire project.
git-pull-branch (locs=<selected files>)
Pull branch from other git repository
git-list-branches (locs=<selected files>)
List all branches
git-add ()
Add the files to %(label)s
git-log (locs=<selected files>)
Show the revision log for the selected files in the git repository
git-push-branch (locs=<selected files>)
Push branch to other git repository
git-commit ()
Commit selected files.
git-status ()
View status of the selected files in the working directory
git-switch-branch (locs=<selected files>)
Switch to another branch
git-configure ()
Show preferences page for selected VCS
git-blame (locs=<selected files>)
Show the annotated blame/praise for the selected files in the git repository
Subversion revision control system commands
bzr-commit ()
Commit selected files.
bzr-add ()
Add the files to %(label)s
bzr-commit-project ()
Not documented
bzr-remove ()
Remove files
bzr-project-status ()
View status for entire project.
bzr-status ()
View status of the selected files in the working directory
bzr-push-entire-branch (locs=<selected files>)
Update the selected files from the bzr repository
bzr-log (locs=<selected files>)
Show the revision log for the selected files in the bzr repository
bzr-configure ()
Show preferences page for selected VCS
bzr-revert ()
Revert selected files.
bzr-merge-entire-branch (locs=<selected files>)
Update the selected files from the bzr repository
bzr-annotate ()
Show blame / praise / annotate for selected files.
bzr-diff ()
Show differences between files in working directory and last committed version.
CVS revision control system commands
cvs-revert (locs=<selected files>)
Revert the selected files
cvs-log (locs=<selected files>)
Show the revision log for the selected files in the CVS repository
cvs-diff (locs=<selected files>)
Show the differences between working version of given files and the corresponding revision in the CVS repository
cvs-configure ()
Configure the CVS integration
cvs-project-status ()
Run status for entire project.
cvs-update (locs=<selected files>)
Update the selected files from the CVS repository
cvs-update-project ()
Update files in project
cvs-checkout ()
Start the initial checkout from cvs repository. Repository and working directory must be entered before the checkout.
cvs-add (locs=<selected files>)
Add the files to cvs
cvs-commit (locs=<selected files>)
Commit the selected files to the CVS repository
cvs-status (locs=<selected files>)
View the CVS repository status for the selected files
cvs-commit-project ()
Commit files in project
cvs-remove (locs=<selected files>)
Remove the selected files
Mercurial revision control system commands
hg-diff ()
Show differences between files in working directory and last committed version.
hg-status ()
View status of the selected files in the working directory
hg-revert ()
Revert selected files.
hg-pull-entire-repository (locs=<selected files>)
Pull all changes from remote repository to local repository
hg-commit ()
Commit selected files.
hg-update (locs=<selected files>)
Update working directory from repository
hg-annotate (locs=<selected files>)
Show user and revision for every line in the file(s)
hg-configure ()
Show preferences page for selected VCS
hg-remove ()
Remove files
hg-add ()
Add the files to %(label)s
hg-log (locs=<selected files>)
Show the revision log for the selected files in the hg repository
hg-push-entire-repository (locs=<selected files>)
Update the selected files from the hg repository
hg-merge (locs=<selected files>)
Merge working directory with changes in repository
hg-commit-project ()
Not documented
hg-project-status ()
View status for entire project.
Perforce revision control system commands
perforce-log (locs=<selected files>)
Show the revision log for the selected files in the Perforce repository
perforce-blame (locs=<selected files>)
Show blame / praise / annotate for selected files.
perforce-status (locs=<selected files>)
View the Perforce repository status for the selected files
perforce-commit (locs=<selected files>)
Commit the selected files to the Perforce repository
perforce-remove (locs=<selected files>)
Remove the selected files
perforce-commit-project ()
Commit files in project
perforce-revert (locs=<selected files>)
Revert the selected files
perforce-add (locs=<selected files>)
Add the files to perforce
perforce-sync-project ()
Update files in project
perforce-sync (locs=<selected files>)
Copy the selected files from the Perforce repository
perforce-configure ()
Show preferences page for selected VCS
perforce-edit (locs=<selected files>)
Copy the selected files from the Perforce repository
perforce-project-status ()
Run status for entire project.
perforce-diff (locs=<selected files>)
Show the differences between working version of given files and the corresponding revision in the Perforce repository
perforce-resolved (locs=<selected files>)
Indicate that any conflicts are resolved
perforce-annotate ()
Show blame / praise / annotate for selected files.