Difference between revisions of "Settings:User Command Line Shortcuts"

From WireCAD Online Help
Jump to: navigation, search
(Created page with "{{PageHeader |shortcut=set |perms=Any |level=All |desc=Customize your commandline shortcuts.}} '''XP:''' C:\Documents and Settings\YOURUSERNAME\Local Settings\Application Data\W...")
 
 
(4 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
'''Vista/7:''' C:\Users\YOURUSERNAME\AppData\Local\WireCAD\WireCAD6\Commands.txt<br>
 
'''Vista/7:''' C:\Users\YOURUSERNAME\AppData\Local\WireCAD\WireCAD6\Commands.txt<br>
 
[[File:Commandlineshortcuts.jpg‎|thumb|Project>Settings[User Commandline Shortcuts]]]
 
[[File:Commandlineshortcuts.jpg‎|thumb|Project>Settings[User Commandline Shortcuts]]]
 +
==Settings Explanation==
 +
{| class="wikitable" style="background-color:#ffffcc;" cellpadding="10" cellspacing="0"; border="1"; width="100%"
 +
|-
 +
! Setting  !! Description
 +
|-
 +
| '''Command Name'''||The display name that appears in the commandline history when you run a command.
 +
|-
 +
| '''Alias'''||Alternate name.
 +
|-
 +
| '''Shortcut'''||Super short name.
 +
|-
 +
|'''[Check]'''||Checks for duplicate shortcuts.
 +
|-
 +
|The follow fields are edited only by plugin designers and the WireCAD development staff.
 +
|-
 +
| '''Assembly'''||The dll where the method lives.
 +
|-
 +
| '''NamespaceClass'''||The namespace and class that have the method.
 +
|-
 +
| '''MethodName'''||The static method that we call to run the command.
 +
|-
 +
| '''[Register Command][Remove Command]'''||Add/Remove a command<br>{{warning|For developer and testing purposes only!}}
 +
|}
 +
==Remarks==
 +
You can launch a command by typing any of the three above items, Name, Alias, Shortcut, into the WireCAD command line.

Latest revision as of 03:28, 29 December 2010

Command Line Shortcut: set

User Permissions Level: Any
Product Level: All
Customize your commandline shortcuts.


XP: C:\Documents and Settings\YOURUSERNAME\Local Settings\Application Data\WireCAD\WireCAD6\Commands.txt
Vista/7: C:\Users\YOURUSERNAME\AppData\Local\WireCAD\WireCAD6\Commands.txt

Project>Settings[User Commandline Shortcuts]

Settings Explanation

Setting Description
Command Name The display name that appears in the commandline history when you run a command.
Alias Alternate name.
Shortcut Super short name.
[Check] Checks for duplicate shortcuts.
The follow fields are edited only by plugin designers and the WireCAD development staff.
Assembly The dll where the method lives.
NamespaceClass The namespace and class that have the method.
MethodName The static method that we call to run the command.
[Register Command][Remove Command] Add/Remove a command
----
Attention.png Warning: For developer and testing purposes only!

Remarks

You can launch a command by typing any of the three above items, Name, Alias, Shortcut, into the WireCAD command line.