Version menu (editor)
|
---|
Menu item
|
Meaning
|
Command
|
---|
Check Out
|
Checks out the current file from version control for editing. Enabled only if the current file uses version control.
|
Checkout
|
Check In
|
Checks the current file back into version control, making the file read-only. Enabled only if the current file uses version control.
|
Checkin
|
Check In All
|
Checks in all of the files currently checked out in the Editor.
|
QuerySaveCheckinAll
|
Discard Changes
|
Reverts the file back to the last checked in version from version control. Enabled only if the current file uses version control.
|
Discard
|
Place Under VC
|
Puts the current file under version control. Once a file is placed under version control, the file must be checked out before changes can be made.
|
CreateLog
|
Auto Checkout
|
Toggles Auto-Checkout mode. When selected, the Editor automatically checks out a file from version control when you start to make changes. If deselected, you must manually check out a file that uses version control before making changes.
|
AllowAutoCheckout
|
Show History...
|
Shows information about all versions of the current file with a dialog box that allows you to open any version in a new Editor. Enabled only if the current file uses version control.
|
ShowHistory
|
Show Last Edit
|
Finds the version of the current file that changed the selected text. This command opens a window on the version that changed the text, placing the cursor at the beginning of the change. Enabled only if the current file uses version control, and is checked in (if the current file is checked out, the results of this operation is undefined). See also
"ShowLastEdit".
|
ShowLastEdit
|
Revert To History...
|
Displays a window with a list of all versions and comments. You can choose a version from this list to load into the Editor, replacing the currently open version. Enabled only if the current file uses version control.
|
RevertHistory
|
Revert To Date...
|
Displays a small window to enter a version date. The Editor loads the version current to the specified date. Enabled only if the current file uses version control.
|
RevertDate
|
Revert To Version...
|
Displays a window to enter a version number to load into the Editor. Enabled only if the current file uses version control.
|
RevertVersion
|