[root]/Picasso/src/picasso/view/commands
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 11 (100.0%) | 164 (100.0%) | 14.9 |
mahameeo | 6 (54.5%) | 135 (82.3%) | 22.5 |
Patrick | 1 (9.1%) | 19 (11.6%) | 19.0 |
connorhollenbeck | 3 (27.3%) | 8 (4.9%) | 2.6 |
wangc | 1 (9.1%) | 2 (1.2%) | 2.0 |
I just reworked on some of the extensions. We now have the debugging pop up window, automatic resizing, and the user's history extensions. We are missing Assignment and variable expressions though.
78 lines of code changed in 2 files:
Changed accessor of imageToDomainScale to public
2 lines of code changed in 1 file:
TextArea for expression. Both this textArea and the Canvas are packed in the frame in CardLayout.
19 lines of code changed in 2 files:
2 lines of code changed in 1 file:
Updating Evaluater: 1)I added "error pop-up window" that reports to the user what went wrong.
2)I used a regex to put space before and after minus sign when needed. So the user does not have to worry about spaces when using minus. (Ex: both x - y and x-y should work!).
36 lines of code changed in 1 file:
Added the operation tokens, wasnt sure what the precedence should be for the mod operation though. Also put the tokens into the CharToken Factory.
0 lines of code changed in 1 file:
Connect the Evaluater and the Expression Input to allow for user input
8 lines of code changed in 2 files:
19 lines of code changed in 1 file:
First Import
124 lines of code changed in 3 files: