| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| BasEdit.Net_v1.4.8.zip | 2026-04-07 | 121.7 kB | |
| README.txt | 2026-04-04 | 2.0 kB | |
| BasEdit.Net_v1.4.7.zip | 2018-04-11 | 113.5 kB | |
| BasEdit.Net_v1.4.6.zip | 2018-04-11 | 113.3 kB | |
| BasEdit.Net_v1.4.5.zip | 2012-08-05 | 115.3 kB | |
| BasEdit.Net_v1.4.4.zip | 2012-07-28 | 115.0 kB | |
| BasEdit.Net_v1.4.3.zip | 2012-07-22 | 114.9 kB | |
| BasEdit.Net_v1.4.2.zip | 2012-07-22 | 114.6 kB | |
| Totals: 8 Items | 810.4 kB | 0 |
V1.4.8
======
- scrollbars added to editor window
- modernized diskManager and other dialogs
- introduced third proofreader ("checksummer C64 V3")
- fixed errors in Xref (misdetecting scalar variables as arrays, for-variable not accounted as written to)
V1.4.7
======
- tried to fix probs with things auto-selecting via the mouse when maximising window or loading new files
- repaired issue of Shift+F3 search not scrolling down screen sufficiently to display next found item
V1.4.6
======
- Attempted to add abbreviated token support (see "TokenList_BasicV2_ed.txt")
- Added keymap for suit WinVICE on Swedish keyboard (see "KeyMap_Swe_WinVICE.txt")
- Added "Cut Block", "Copy Block" and "Paste Block" menu items triggering on CTRL+Shift+X, CTRL+Shift+C and CTRL+Shift+V, respectively.
- Ctrl+Shift normally toggles between the upper & lowercase charsets, but I've disabled this behaviour if you use the right-hand-side CTRL key.
- Added in Schlowski's fix relating to a ctrl-left/ctrl-right issue of the display going out-of-sync and showing a lot of spaces before the first character.
- Fixed a prob when moving down from the end of a long-line to a short line, if you did a ctrl-left, it would get an exception due to trying to perform a .substring() on a shorter string.
V1.4.5
======
- Auto-swap filename from .txt to .prg when pressing F5 to save/run
- Auto-swap filename back from .prg to .txt when saving as petscii
- Added a few accelerator keys to menu items
- DEL/BACKSPACE keys will delete selection (currently only works for single-line selections, will attempt multi-line later)
- Initial effort at mouse-to-left text selection (as always, works ok-ish ;))
V1.4.4
======
- added some shift+home and shift+end selection support (again, not perfect, ok-ish)
- Shift+Left arrow selection seems to work ok-ish now (not perfect)
V1.4.3
======
- Some preliminary mouse-selection of text is available (not fully tested)