Commit Graph

92 Commits

Author SHA1 Message Date
98dcaacfb5 Correct unselection 2021-10-20 20:59:22 -04:00
fcd15da3f3 multiple selection 2021-10-20 11:38:55 -04:00
0fe82c1006 change selected to undermouse 2021-10-20 11:07:45 -04:00
32cfd341be mark selected in cross object 2021-10-20 11:05:18 -04:00
8f1d841f14 darken selected cross 2021-10-20 01:05:20 -04:00
e1960f631f open file from cli 2021-10-20 00:59:35 -04:00
c50c6152db Move filechecks to their own file 2021-10-20 00:55:20 -04:00
89a3974626 Clear canvas the right way 2021-10-20 00:37:09 -04:00
e650923bc7 Revise edit and write restrictions 2021-10-18 18:57:35 -04:00
fa1821d6a6 set openfile on cli 2021-10-18 14:23:31 -04:00
12f2d0e0f2 rename main.py to jam 2021-10-16 19:22:39 -04:00
e72308fd97 correct escape behavior 2021-10-16 19:19:39 -04:00
e83acfd5da open file on write 2021-10-16 19:16:41 -04:00
f164916bd4 filename in status bar 2021-10-16 19:15:24 -04:00
b9fddf4d2d command_prompt: error messages in prompt, not status bar 2021-10-16 16:48:42 -04:00
bf26ef22a5 Read/write to files 2021-10-16 16:19:22 -04:00
2d9e816980 use os.path.commonprefix instead of custom function 2021-10-16 13:35:01 -04:00
e0f52a4b02 Format tab completion message 2021-10-16 12:30:50 -04:00
3d1fdee7d5 command prompt: wrap text 2021-10-16 12:16:30 -04:00
360ce780ae Wrap text in status bar 2021-10-16 02:46:06 -04:00
99ad0407b8 path completion 2021-10-16 02:09:53 -04:00
1a816166b6 command_prompt: ignore numlock and such 2021-10-15 20:24:52 -04:00
b8390bfac8 Delete text in command box 2021-10-15 19:57:03 -04:00
c04d2c62f2 Parse command 2021-10-15 19:36:29 -04:00
c9c0bcbc51 Relative cursor movement 2021-10-09 16:43:46 -04:00
7ad1a56627 command_prompt: Add cursor and basic cursor functionality 2021-10-02 18:08:57 -04:00
8d483d055b Basic command prompt functionality 2021-10-02 17:38:26 -04:00
7269e6e361 Print position of selected cross in status bar 2021-09-30 01:46:12 -04:00
ecad8ae8d6 Add status and command bars to interface 2021-09-29 15:52:31 -04:00
159ac83e86 check move 2021-09-29 03:24:23 -04:00
a5caeec29a move along cross 2021-09-28 23:36:07 -04:00
6851e1ab32 rescale space so cross size is 1 2021-09-28 15:35:41 -04:00
4ffddd5bef Remove commented code on coloring selected cross 2021-09-28 15:23:28 -04:00
1eb5be5da1 Split into files 2021-09-28 15:23:06 -04:00
af26517c82 move_on_line_to_stick 2021-09-28 13:57:00 -04:00
66e3808a3e in check_interaction, use Point operations 2021-09-28 10:50:09 -04:00
b3949e25f2 Move check_interaction to Cross clas 2021-09-28 10:42:20 -04:00
b8a3e44f7c Redefine positions as Point objects 2021-09-28 10:40:49 -04:00
bbdbf3bef9 Remove old check_move code 2021-09-27 21:23:28 -04:00
78f1c40757 Remove old check_move 2021-09-27 21:21:03 -04:00
6cb9a8cc40 Remove old check_iteration 2021-09-27 21:20:41 -04:00
cc55ac1987 Initial commit 2021-09-27 21:20:22 -04:00