[root]/Picasso/src/picasso/view
commands
(4 files, 245 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 417 (100.0%) | 24.5 |
mahameeo | 9 (52.9%) | 339 (81.3%) | 37.6 |
wangc | 2 (11.8%) | 48 (11.5%) | 24.0 |
connorhollenbeck | 5 (29.4%) | 28 (6.7%) | 5.6 |
Patrick | 1 (5.9%) | 2 (0.5%) | 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.
169 lines of code changed in 4 files:
Added a button for the history
25 lines of code changed in 3 files:
Fixed the user debug feature
6 lines of code changed in 1 file:
Added the history underneath the expression input
3 lines of code changed in 2 files:
Added feature: a pop up window allows users to "debug" expressions by using a mouse click to display the point and evaluated values at that point
Also, I've tried to resize the canvas to fit the window; it kind of works, but there's a pop up window at the beginning of each run that I cannot fix. Please see the code for yourselves and see if you cannot fix the bug; the code is in the comments.
42 lines of code changed in 1 file:
fixing the size of expression text area
5 lines of code changed in 1 file:
TextArea for expression. Both this textArea and the Canvas are packed in the frame in CardLayout.
165 lines of code changed in 4 files:
2 lines of code changed in 1 file:
First Import
140 lines of code changed in 3 files: