-
Notifications
You must be signed in to change notification settings - Fork 3
Scripts
add [component_type1] [component_type2]...[component_name]
Add a new paint component and give it a name.
Components list:
data
displayBox
inputBox
haskell
component
haskellCompoment
lazy
javaClass
*javaConstructor
*javaFieldsComponent
*javaMethodComponent
textBox
to add components with '*' mark, use "add lazy [component type] -c [class name] [component name]" to specify a class. If
no class is specified, the program will look for the selected class.
construct [component_type]
Construct a line segment component
Components list:
lineSegment
dataLineSegment
edit [operation]
Do an 'edit' operation
Operations list:
undo
redo
file [operation]
Do a "file" operation
Operations list:
save
saveAs(equal to 'save')
generatePolygon
???Fei chang shen mi, shuo bu chu hua???
update [component_name]
Update an component. If no name is specified, the program will look for the selected component.
remove [component_name]
Update an component. If no name is specified, the program will remove all selected components.