Subversion Repositories SvarDOS

Rev

Rev 1410 | Rev 1431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1410 Rev 1411
Line 6... Line 6...
6
### WHAT IT IS ###############################################################
6
### WHAT IT IS ###############################################################
7
 
7
 
8
The SvarDOS editor (SVED) is designed for basic editing of configuration files
8
The SvarDOS editor (SVED) is designed for basic editing of configuration files
9
and such. It is NOT meant to be a full-featured text editor. On the pro side,
9
and such. It is NOT meant to be a full-featured text editor. On the pro side,
10
it has a low memory footprint and is only a couple kilobytes big, which makes
10
it has a low memory footprint and is only a couple kilobytes big, which makes
11
it a good fit for bootdisks or systems with extremely limited ressources.
11
it a good fit for bootdisks and systems with extremely limited resources.
12
 
12
 
13
 - runs comfortably on a 8086-class PC with 256 KiB of RAM
13
 - runs comfortably on a 8086-class PC with 256 KiB of RAM
14
 - supports color and monochrome video modes
14
 - autodetects color and monochrome video modes
15
 - supports extended text modes like 80x43, 80x50...
15
 - supports extended text modes like 80x43, 80x50...
16
 - multilingual UI
16
 - multilingual UI
17
 - less than 7 KiB of disk footprint
17
 - takes only 7 KiB of disk footprint
18
 - loads files larger than 64 KiB
18
 - loads files larger than 64 KiB
19
 - no limit on line lengths
19
 - no limit on line lengths
20
 - can load up to 10 files simulteanously
20
 - can load up to 10 files simulteanously
21
 - handles CR/LF and LF line endings and can convert between the two
21
 - handles CR/LF and LF line endings and can convert between the two
22
 
22
 
23
What SVED does NOT have:
23
What SVED does NOT have:
24
 
24
 
25
 - mouse support
25
 - mouse support
26
 - an integrated file browser
26
 - an integrated file browser
27
 - copy/paste support
-
 
28
 - undo
27
 - undo
29
 - search
28
 - search
30
 - ...
29
 - ...
31
 
30
 
32
 
31