Skip to content

Scripts

Xiaoquan Jiang edited this page May 13, 2017 · 5 revisions

Unable to specify names now

add [component_type1] [component_type2]... Add a new paint component

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]" 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.

name [component_name] Name the last added component

Clone this wiki locally