1344 |
mateusz.vi |
1 |
|
|
|
2 |
|
1354 |
mateusz.vi |
3 |
SVED, THE SVARDOS EDITOR
|
1344 |
mateusz.vi |
4 |
|
|
|
5 |
|
1354 |
mateusz.vi |
6 |
### WHAT IS IT ###############################################################
|
|
|
7 |
|
1349 |
mateusz.vi |
8 |
Sved is the default editor that comes with SvarDOS. Sved is not meant to be a
|
1344 |
mateusz.vi |
9 |
full-featured text editor, it is designed for basic editing of configuration
|
1349 |
mateusz.vi |
10 |
files and such. On the pro side, Sved has a very low memory footprint and
|
|
|
11 |
is only a couple of kilobytes big, which makes it a good fit for bootdisks or
|
1344 |
mateusz.vi |
12 |
systems with extremely limited ressources.
|
|
|
13 |
|
|
|
14 |
- runs comfortably on a 8086-class PC with 256 KiB of RAM
|
|
|
15 |
- supports color and monochrome video modes
|
|
|
16 |
- supports extended text modes like 80x43, 80x50...
|
|
|
17 |
- multilingual UI
|
|
|
18 |
- low disk footprint (8 KiB)
|
|
|
19 |
- loads files larger than 64 KiB
|
|
|
20 |
- no limit on line lengths
|
|
|
21 |
- handles CR/LF and LF line endings (+can convert between the two)
|
|
|
22 |
|
|
|
23 |
What Sved does NOT have:
|
|
|
24 |
|
|
|
25 |
- mouse support
|
1349 |
mateusz.vi |
26 |
- any integrated file browser
|
1344 |
mateusz.vi |
27 |
- copy/paste support
|
|
|
28 |
- undo
|
|
|
29 |
- search
|
|
|
30 |
- ...
|
|
|
31 |
|
1354 |
mateusz.vi |
32 |
|
|
|
33 |
### USAGE AND KEY BINDINGS ###################################################
|
|
|
34 |
|
|
|
35 |
Navigation within the text file is achieved through the usual, standard keys:
|
|
|
36 |
- up, down, right and left arrows
|
|
|
37 |
- PageUp / PageDown
|
|
|
38 |
- Home / End
|
|
|
39 |
|
|
|
40 |
Jumping to previous or next word is possible with the CTRL+LEFT and CTRL+RIGHT
|
|
|
41 |
combinations.
|
|
|
42 |
|
|
|
43 |
Program's menu is accessible under the ESC key.
|
|
|
44 |
|
|
|
45 |
|
|
|
46 |
### LICENSE ##################################################################
|
|
|
47 |
|
1344 |
mateusz.vi |
48 |
Sved is released under the terms of the MIT license.
|
|
|
49 |
|
|
|
50 |
Copyright (C) 2023 Mateusz Viste
|
|
|
51 |
|
|
|
52 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
53 |
of this software and associated documentation files (the "Software"), to deal
|
|
|
54 |
in the Software without restriction, including without limitation the rights
|
|
|
55 |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
56 |
copies of the Software, and to permit persons to whom the Software is
|
|
|
57 |
furnished to do so, subject to the following conditions:
|
|
|
58 |
|
|
|
59 |
The above copyright notice and this permission notice shall be included in
|
|
|
60 |
all copies or substantial portions of the Software.
|
|
|
61 |
|
|
|
62 |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
63 |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
64 |
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
65 |
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
66 |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
67 |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
68 |
SOFTWARE.
|
1354 |
mateusz.vi |
69 |
|
|
|
70 |
|
|
|
71 |
###################################################################### EOF ###
|