Bobbi Webber-Manners
|
5b1176ed8c
|
EDIT: Added OA-Z 'Undo' command - can undo cut/paste/block delete/insert file.
|
2020-08-31 21:17:30 -04:00 |
|
Bobbi Webber-Manners
|
213780c5d1
|
EDIT: Reduced amount of backtracking in draw_screen() to make it faster.
|
2020-08-26 21:29:01 -04:00 |
|
Bobbi Webber-Manners
|
b2108c9e7c
|
EDIT: Bugfix to last commit - off by one!
|
2020-08-26 19:48:26 -04:00 |
|
Bobbi Webber-Manners
|
f810a64ead
|
EDIT: Implemented faster version of memmove() in descending direction
|
2020-08-26 19:40:12 -04:00 |
|
Bobbi Webber-Manners
|
5d772344c7
|
EDIT: Implemented faster version of memmove() in ascending direction
|
2020-08-26 18:53:27 -04:00 |
|
Bobbi Webber-Manners
|
b4f16857a2
|
POP65: bug fix, just expect "+OK" after login - ignore rest of line
|
2020-08-24 15:59:55 -04:00 |
|
Bobbi Webber-Manners
|
04201d4f48
|
EDIT: More corner case bug fix for cursor movement at EOL.
|
2020-08-23 22:59:04 -04:00 |
|
Bobbi Webber-Manners
|
69fc5b816d
|
EDIT: Fix for cursor down cornner case at EOF
|
2020-08-23 22:04:05 -04:00 |
|
Bobbi Webber-Manners
|
9ecddf0a86
|
EDIT: Fixed bug where [Del] or OA-[Del] at EOF did not update rowlen[]
|
2020-08-23 21:38:18 -04:00 |
|
Bobbi Webber-Manners
|
b878f0f405
|
EDIT: Modifield selection delete logic so OA-A, [Del] deletes whole buffer
|
2020-08-23 19:49:30 -04:00 |
|
Bobbi Webber-Manners
|
0dc4ba9e4c
|
Tiny fixup to editor help page 2.
|
2020-08-19 20:37:37 -04:00 |
|
Bobbi Webber-Manners
|
aed2b9ea64
|
Fixed version on second page of help.
|
2020-08-19 16:50:13 -04:00 |
|
Bobbi Webber-Manners
|
aacf22422c
|
Bumped up emai//er version to 1.00 and EDIT.SYSTEM to v1.2
|
2020-08-19 16:14:02 -04:00 |
|
Bobbi Webber-Manners
|
bb4c98e622
|
EMAIL: Removed obsolete TODO
|
2020-08-19 09:48:09 -04:00 |
|
Bobbi Webber-Manners
|
5a464b0da5
|
EMAIL: Improved MIME attachment handling.
|
2020-08-17 21:52:59 -04:00 |
|
Bobbi Webber-Manners
|
76b30e919e
|
EMAIL: Added code to disconnect /RAM on startup
|
2020-08-17 13:17:46 -04:00 |
|
Bobbi Webber-Manners
|
5994a4f8fa
|
EDIT: Fixes to selection code.
|
2020-08-17 12:44:13 -04:00 |
|
Bobbi Webber-Manners
|
3c2f028dfe
|
EDIT: Added OA-A 'Select All' function.
|
2020-08-17 11:43:51 -04:00 |
|
Bobbi Webber-Manners
|
7d07a861bb
|
EDIT: Improved status display when cut/paste using CLIPBOARD file
|
2020-08-17 10:45:52 -04:00 |
|
Bobbi Webber-Manners
|
d979b64adc
|
EDIT: Added check for 80 cols, 128K. Fixed padding byte for search.
|
2020-08-16 22:59:23 -04:00 |
|
Bobbi Webber-Manners
|
c2ed3ec256
|
EDIT: Added code to disconnect /RAM
|
2020-08-16 22:46:47 -04:00 |
|
Bobbi Webber-Manners
|
10eaf46a8d
|
EDIT: change all sprintf()->snprintf(); Add prompting to save_all().
|
2020-08-16 17:19:23 -04:00 |
|
Bobbi Webber-Manners
|
e81112c6d7
|
EDIT: Removed debug printout of banktbl[]
|
2020-08-16 16:34:25 -04:00 |
|
Bobbi Webber-Manners
|
5e0d173a9b
|
EDIT: Fixed logical to physical bank mapping. Fixed spinner() buf overrun.
|
2020-08-16 16:33:23 -04:00 |
|
Bobbi Webber-Manners
|
01fec5cb2c
|
EDIT: Changed 'save all' to CA-S. Fixes to help text.
|
2020-08-14 17:33:00 -04:00 |
|
Bobbi Webber-Manners
|
7f3b15b59f
|
EDIT: More minor bugfix and papercut-fixing
|
2020-08-14 01:19:21 -04:00 |
|
Bobbi Webber-Manners
|
d9fd0c3f40
|
EDIT: Changed OA-L to OA-O 'Open'. More 128KB fixes.
|
2020-08-14 01:03:45 -04:00 |
|
Bobbi Webber-Manners
|
ecd3093515
|
EDIT: Made some fixes for running on 128K machine
|
2020-08-14 00:10:38 -04:00 |
|
Bobbi Webber-Manners
|
63456890ca
|
EDIT: Fixed up formatting of help
|
2020-08-14 00:08:56 -04:00 |
|
Bobbi Webber-Manners
|
f535a16957
|
EDIT: Updated help to have two pages
|
2020-08-13 23:21:42 -04:00 |
|
Bobbi Webber-Manners
|
335249fa63
|
EDIT: Added spinner for load and save.
|
2020-08-13 16:50:17 -04:00 |
|
Bobbi Webber-Manners
|
534141bdba
|
EDIT: Fixed in-memory copy/paste to work on buffers other than the first one
|
2020-08-13 16:08:51 -04:00 |
|
Bobbi Webber-Manners
|
f888766839
|
EDIT: Implemented in-RAM copy and paste for small selections
|
2020-08-13 15:46:16 -04:00 |
|
Bobbi Webber-Manners
|
b2911d0446
|
EDIT: Slight speedup for the buffer list
|
2020-08-12 23:31:20 -04:00 |
|
Bobbi Webber-Manners
|
235cacc036
|
EDIT: When truncating multibank file to one bank, set status[2] to zero
|
2020-08-12 23:17:54 -04:00 |
|
Bobbi Webber-Manners
|
43912e289b
|
EDIT: OA-N Name file changes all banks; show file part in status line
|
2020-08-12 23:11:11 -04:00 |
|
Bobbi Webber-Manners
|
5d005ccd61
|
EDIT: Fixed bug in save_multibank_file()
|
2020-08-12 21:46:50 -04:00 |
|
Bobbi Webber-Manners
|
d941c833c4
|
EDIT: Added CA-E "extend file" and CA-T "truncate file" commands
|
2020-08-12 20:59:36 -04:00 |
|
Bobbi Webber-Manners
|
b6162a1db2
|
EDIT: Improvements to save and load for multibank files
|
2020-08-12 19:16:47 -04:00 |
|
Bobbi Webber-Manners
|
421f127c39
|
EDIT: Loading multi-bank now stops if it would overwrite existing bank
|
2020-08-12 18:32:46 -04:00 |
|
Bobbi Webber-Manners
|
ac889c143d
|
EDIT: Better big file support. Can load and save multi-bank files now.
|
2020-08-11 23:04:46 -04:00 |
|
Bobbi Webber-Manners
|
3ece13ef5e
|
EDIT: buffer list, save all, check overwrite, experimental big file support
|
2020-08-11 16:29:26 -04:00 |
|
Bobbi Webber-Manners
|
5df64e08c0
|
EDIT: Removed old selection mode. Remapped keys. Updated help.
|
2020-08-10 20:05:18 -04:00 |
|
Bobbi Webber-Manners
|
9d0ee7d7ab
|
EDIT: Del can now delete selection. Help can show closed apple char.
|
2020-08-10 17:15:39 -04:00 |
|
Bobbi Webber-Manners
|
8c2ea53a90
|
EDIT: Closed Apple-1 through Closed Apple-9 shortcuts for first 9 buffers
|
2020-08-10 15:34:18 -04:00 |
|
Bobbi Webber-Manners
|
e3362e5272
|
EDIT: Fix to ^V paste
|
2020-08-10 13:02:19 -04:00 |
|
Bobbi Webber-Manners
|
855948d73e
|
EDIT: More fixes to cut/copy/paste.
|
2020-08-10 00:57:10 -04:00 |
|
Bobbi Webber-Manners
|
a717c5de7e
|
EDIT: Experimental new selection mode, Cut/Copy/Paste between buffers
|
2020-08-10 00:41:54 -04:00 |
|
Bobbi Webber-Manners
|
4f229c5103
|
EDIT: Now checked that RamWorks banks actually exist before using them!
|
2020-08-09 19:36:46 -04:00 |
|
Bobbi Webber-Manners
|
201ad856d3
|
Experimental RamWorks support for EDIT.SYSTEM. Basically working.
|
2020-08-09 18:16:59 -04:00 |
|