Skip to content

Commit f60fdd0

Browse files
authored
Update README.md
Fix format
1 parent 98c4851 commit f60fdd0

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,20 @@ See also the list of [contributors](github.com/UCSDOalads/JavaSketchPad/graphs/c
3333
UCSD CSE B260 lab
3434

3535

36-
##User Interface Introduction
36+
## User Interface Introduction
3737

38-
###Menu bar:
38+
### Menu bar:
3939
Contains all the functionalities that you can use on JavaSketchPad, mainly including Data (Input/Output Box, Annotations, etc), Lazy (Java class, method, etc), Edit (Zoom, font, etc), File (e.g. c.xml), Script (same as the “:” commands to quickly add objects). Among them, Generate, Developer, and View are deprecated or under-development.
4040

41-
###Canvas:
41+
### Canvas:
4242
You can interact with the program on the canvas.
4343

44-
###Action History Dialog:
44+
### Action History Dialog:
4545
Action History: This table shows the actions user performed in order and each individual action could be highlighted for undo.
4646
Undo button: undo the last action. You can also select a row to highlight that action, so that undoing again will undo until that row (inclusive).
47-
Redo button: Similiar to Undo button.
48-
###Six Button tools: click on the button and click on canvas where you want to put the object (except for Line tool).
47+
Redo button: Similiar to Undo button.
48+
49+
### Six Button tools: click on the button and click on canvas where you want to put the object (except for Line tool).
4950
Simple Point: a basic developer point that can be connected with Lines
5051
Select: the default mode that can select other components on canvas
5152
Line: select the Line tool, then connect one point to another. If you want to connect points to pass on data, you have to select the point that contains data and then select the point that the data is going to. This sequence does not matter for Simple Point.
@@ -54,7 +55,7 @@ InputBox (I): A data input box that can be updated with double click or a click
5455
OutputBox (O): A data output box that can be updated with a click on menu bar (Data -> OutputBox -> Update), but only after it is connected to the right dots of method and all the left dots are connected with data.
5556

5657

57-
##Open Source Code: Package Description
58+
## Open Source Code: Package Description
5859

5960
```
6061
actions: implements all the actions that users could make interactions from the menu bar

0 commit comments

Comments
 (0)