Home » Support » Index of All Documentation » Wing IDE Reference Manual » Command Reference »
Project Manager Commands
These commands act on the project manager or on the current project, regardless of whether the project list has the keyboard focus.
add-current-file-to-project ()
Add the frontmost currently open file to project Key Bindings: Normal: Ctrl-Shift-I; VI/VIM: Ctrl-Shift-I; Emacs: Ctrl-Shift-I; Brief: Ctrl-Shift-I; Visual Studio: Ctrl-Shift-I; Eclipse (Experimental): Ctrl-Shift-I; OS X: Command-Shift-I
add-directory-to-project (loc=None, recursive=True, filter='*', include_hidden=False, gui=True)
Add directory to project.
add-file-to-project ()
Add an existing file to the project.
browse-selected-from-project ()
Browse file currently selected in the project manager
clear-project-main-debug-file ()
Clear main debug file to nothing, so that debugging runs the frontmost window by default
close-project ()
Close currently open project file
debug-selected-from-project ()
Start debugging the file currently selected in the project manager
execute-selected-from-project ()
Execute the file currently selected in the project manager
new-project ()
Create a new project.
open-ext-selected-from-project ()
Open file currently selected in the project manager
open-project (filename=None)
Open the given project file, or prompt the user to select a file if the filename is not given.
open-selected-from-project ()
Open files currently selected in the project manager
remove-directory-from-project (loc=None, gui=True)
Remove directory from project.
remove-selection-from-project ()
Remove currently selected file or package from the project
rescan-project-directories (dirs=None, recursive=True)
Scan project directories for changes. If list of directories is not specified, currently selected directories are used.
save-project ()
Save project file.
save-project-as (filename=None)
Save project file under the given name, or prompt user for a name if the filename is not given.
set-current-as-main-debug-file ()
Set current frontmost file as the main debug file for this project
set-selected-as-main-debug-file ()
Set selected file as the main debug file for this project
show-analysis-stats ()
Show source code analysis statistics
show-current-file-in-project-tool ()
Show the currently selected file in the project view, if present. The selection may be the current editor, if it has focus, or files selected in other views.
show-project-window ()
Raise the project manager window
use-normal-project ()
Store project in normal format
use-shared-project ()
Store project in sharable format
view-directory-properties (loc=None)
Show the project manager's directory properties dialog
view-file-properties (loc=None, page=None, highlighted_attribs=None)
View project properties for a particular file (current file if none is given) Key Bindings: Eclipse (Experimental): Alt-Enter; OS X: Command-I
view-project-as-flat-tree ()
View project as flattened directory tree from project file
view-project-as-tree ()
View project as directory tree from project file
view-project-properties (highlighted_attrib=None)
View or change project-wide properties Key Bindings: Visual Studio: Alt-F7
| « 20.0. Top-level Commands | Table of Contents | 20.2. Editor Commands » |
