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 |
|
Bobbi Webber-Manners
|
7e11679445
|
EDIT: More improvements/fixes to search-replace
|
2020-08-09 15:32:58 -04:00 |
|
Bobbi Webber-Manners
|
48dde08b86
|
EDIT: More improvements / fixup to search-replace
|
2020-08-09 03:12:42 -04:00 |
|
Bobbi Webber-Manners
|
42fdb01a9f
|
EDIT: Enhanced search & replace functionality
|
2020-08-09 02:37:25 -04:00 |
|
Bobbi Webber-Manners
|
a01426c0b1
|
EDIT: Refactored search/replace. Replace now does replace-all.
|
2020-08-09 02:16:20 -04:00 |
|
Bobbi Webber-Manners
|
192d5a9dc0
|
Added v0.97 disk image
|
2020-08-09 00:06:22 -04:00 |
|
Bobbi Webber-Manners
|
cad3d0fda8
|
EDIT: minor refactoring of search/replace. Prompt to save changes before load.
|
2020-08-08 23:08:54 -04:00 |
|
Bobbi Webber-Manners
|
633cf68b81
|
EDIT: Mark file as modified after doing replace operation.
|
2020-08-08 22:48:20 -04:00 |
|
Bobbi Webber-Manners
|
9cdd406bc1
|
README update
|
2020-08-08 21:40:37 -04:00 |
|
Bobbi Webber-Manners
|
44e614dbc0
|
Updated screenshot of EDIT.SYSTEM help screen
|
2020-08-08 21:36:49 -04:00 |
|
Bobbi Webber-Manners
|
ed49428ad0
|
Bumped up version to v0.97
|
2020-08-08 21:08:33 -04:00 |
|
Bobbi Webber-Manners
|
f869996fa8
|
Removed dummy text from needle[].
|
2020-08-08 19:53:35 -04:00 |
|
Bobbi Webber-Manners
|
d898c1c356
|
EDIT: All functions now working with gapbuf[] in aux mem
|
2020-08-08 19:29:33 -04:00 |
|
Bobbi Webber-Manners
|
a09fa8a26a
|
Refactored search and replace in preparation for aux memory implementation
|
2020-08-06 23:42:52 -04:00 |
|
Bobbi Webber-Manners
|
4ca1eeb472
|
save_file() now works with auxmem. Just find/replace left to do.
|
2020-08-06 22:43:14 -04:00 |
|
Bobbi Webber-Manners
|
6e39f500e3
|
Code cleanup
|
2020-08-06 22:30:51 -04:00 |
|
Bobbi Webber-Manners
|
e5baca892a
|
Auxmem support basically working now (except save_file() and search/replace)
|
2020-08-06 22:14:26 -04:00 |
|
Bobbi Webber-Manners
|
618271f3ff
|
Fix to move_in_gapbuf(). Still have problems with load_file()
|
2020-08-06 00:15:19 -04:00 |
|
Bobbi Webber-Manners
|
a9157dd072
|
Rolled my own memmove() routine for auxmem. Still some issues!
|
2020-08-05 23:45:23 -04:00 |
|
Bobbi Webber-Manners
|
6c6c187cba
|
Work-in-progress support for Apple //e auxmem
|
2020-08-05 22:30:55 -04:00 |
|
Bobbi Webber-Manners
|
f0e6d9a376
|
Slight speedup to help().
|
2020-08-05 19:30:32 -04:00 |
|
Bobbi Webber-Manners
|
62ca19ee27
|
EDIT: Bug fix for block delete. Improved status line refreshes.
|
2020-08-05 15:49:41 -04:00 |
|
Bobbi Webber-Manners
|
56a9b9b187
|
EDIT: Corrected beep() sound to be more reasonable
|
2020-08-05 00:58:30 -04:00 |
|
Bobbi Webber-Manners
|
29acbd680e
|
EDIT: Reworked load_file() to not require memmove()
|
2020-08-04 23:40:12 -04:00 |
|
Bobbi Webber-Manners
|
62874dc477
|
EDIT: cursor_up() now refreshes selection without screen redraw
|
2020-08-04 22:27:54 -04:00 |
|
Bobbi Webber-Manners
|
3a28375bcb
|
EDIT: ESC now cancels at y/n prompt.
|
2020-08-04 20:25:05 -04:00 |
|
Bobbi Webber-Manners
|
bc56885dee
|
EDIT: Cursor down updates selection without redraw. ESC key to cancel.
|
2020-08-04 19:54:38 -04:00 |
|
Bobbi Webber-Manners
|
78b992d404
|
EDIT: Refresh selection without redrawing whole screen (for cursor left/right)
|
2020-08-04 19:14:52 -04:00 |
|
Bobbi Webber-Manners
|
69ddaab305
|
Updates selection without redraw for cursor_right().
|
2020-08-04 17:49:27 -04:00 |
|
Bobbi Webber-Manners
|
c69453ab62
|
Fixed selection display off-by-one bug
|
2020-08-04 17:32:17 -04:00 |
|
Bobbi Webber-Manners
|
ecf7889af0
|
EDIT: speed up for jump_pos() (use memmove())
|
2020-08-04 14:51:11 -04:00 |
|
Bobbi Webber-Manners
|
85eb43fc79
|
Bumped up version to v0.96
|
2020-08-03 22:22:56 -04:00 |
|
Bobbi Webber-Manners
|
ecbc707232
|
EDIT: dramatic speedup to load_file() and save_file()
|
2020-08-03 22:22:18 -04:00 |
|
Bobbi Webber-Manners
|
7f751516fd
|
Added v0.95 release.
|
2020-08-02 23:48:49 -04:00 |
|
Bobbi Webber-Manners
|
d80e11c9a1
|
Moved code into LC space in EMAIL. We were unable to open file (no mem)
|
2020-08-02 23:47:28 -04:00 |
|
Bobbi Webber-Manners
|
1d5cfb3b62
|
EDIT: Fixed bug where beep() was moving cursor. Bad putchar() !!
|
2020-08-02 23:20:19 -04:00 |
|
Bobbi Webber-Manners
|
ba8458ff18
|
EDIT: Fixed corner case when doing cursor right at EOF (no CR)
|
2020-08-02 22:55:05 -04:00 |
|
Bobbi Webber-Manners
|
f87ec0fca7
|
Revert "Fixed corner case in cursor_right()"
This reverts commit 50a304d5ef .
|
2020-08-02 22:49:53 -04:00 |
|
Bobbi Webber-Manners
|
50a304d5ef
|
Fixed corner case in cursor_right()
|
2020-08-02 22:45:47 -04:00 |
|
Bobbi Webber-Manners
|
51369640a3
|
EDIT: Set filetype to TXT. Improved error handling on gap buffer interfacce.
|
2020-08-02 22:28:01 -04:00 |
|
Bobbi Webber-Manners
|
de28945057
|
Use NCOLS rather than hard-coding value
|
2020-08-02 17:28:42 -04:00 |
|
Bobbi Webber-Manners
|
f30e82362f
|
Fixed cursor position bug with cursor left at end of wrapped line
|
2020-08-02 17:25:15 -04:00 |
|
Bobbi Webber-Manners
|
c4d68b9588
|
v0.93 release
|
2020-08-02 00:15:45 -04:00 |
|
Bobbi Webber-Manners
|
d906e23930
|
Tidied up commented out code
|
2020-08-02 00:13:32 -04:00 |
|
Bobbi Webber-Manners
|
827b994dc6
|
Fixed cursor right bug when line >80 chars
|
2020-08-01 23:18:13 -04:00 |
|
Bobbi Webber-Manners
|
9c5d507376
|
EMAIL.SYSTEM: fixed bug moving/copying messages to another folder
|
2020-08-01 23:01:31 -04:00 |
|
Bobbi Webber-Manners
|
2917f00f14
|
Fixed bug with highlighting of selection
|
2020-08-01 20:35:34 -04:00 |
|