Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
131 diamond 1
SYSTEM X-TREE
2
 
3
The new file browser with support sorting file by name, extension, size, date
4
Develop by Pavlushin Evgeni for Menuet OS e-mail: waptap@mail.ru
5
                                           site (slow update) : www.deck4.narod.ru
6
 
7
~~~Manuals~~~
8
 
9
Copy program COPYR to ramdisk !!! for work feuters - copy and paste file's
10
 
11
~~~Keys~~~
12
PageUp\PageDown , Up Arrow/Down Arrow -Navigation
13
Blackspace - goto to previous folder
14
Enter - enter to folder or run/view/edit file
15
F2 - change sort mode (name,extension,size,date,sohw/fade del files)
16
F3 - view file in notepad
17
F5 - copy file to clipboard
18
F6 - paste file from clipboard
19
F12 - update source
20
 
21
SYSTEM X-TREE
22
 
23
Новый файловый браузер подеррживающий сортировку фоилов по имени,
24
расширению, размеру и дате.
25
Разработал Павлюшин Евгений для Menuet OS e-mail: waptap@mail.ru
26
                                    сайт (медленно обновляется) : www.deck4.narod.ru
27
 
28
~~~Инструкция~~~
29
 
30
Скопируйте прогу COPYR на ramdisk !!! для возможности копировать и вставлять фаилы
31
 
32
~~~Клавиши~~~
33
PageUp\PageDown , Up Arrow/Down Arrow - Навигация
34
Blackspace - Перейти к предидущей папке
35
Enter - Зайти в папку или запустить/просмотреть/редактировать фаил
36
F2 - Сменить режим сортировки (По имени,расширению,размеру,дате,показывать удал. фаилы)
37
F3 - Просмотреть фаил в текстовом блокноте
38
F5 - копировать фаил в clipboard
39
F6 - вставить фаил из clipboard'а
40
F12 - Обновить содержимое окна
41
 
42
Translate of russian documentation for xtree
43
Sorry i'm write in English very poor.
44
 
45
The new concept of dialogues, now dialogues
46
is made do not use file system for an exchange
47
with the client, and use IPC - Inter process comunication
48
(Support since 52 Versions).
49
52 Version support IPC of dialogues
50
53 Version is added protection dialogs from
51
external processes.
52
Test with TESTOPDG 54 Version IPC protection it is
53
improved Test with TESTOPD2 That testing dialogues
54
copy SYSTRE54 on ramdisk under name SYSXTREE and start TESTOPD2
55
 
56
In window TESTOPD2 the following information is displayed:
57
In heading at the left???
58
Below parameters transferred SYSTEM XTREE,
59
namely PID TESTOPD2, the blank and
60
type of dialogue of one byte (O-Open, S-Save)
61
is even lower PID SYSTEM XTREE and current num of the
62
started processes After file will be open in dialogue,
63
it will be displayed in window TESTOPD2 below heading,
64
and dialogue will be closed.
65
 
66
Protection TESTOPD2:
67
1) If at start SYSTEM XTREE from XTREE don't it is
68
received it PID during 2 sec, 54 version XTREE or
69
not XTREE at all means on ramdisk not, TESTOPD2
70
comes to the end.
71
2) If worked SYSTEM XTREE it was closed not
72
having sent path to file (itself or from CPU programs)
73
TESTOPD2 comes to the end since parameters from XTREE
74
have not been received and since XTREE is closed
75
that already and don't are received.
76
 
77
;78Ver input in dir whith extension (for example TEST.DIR\XT\) bug deleted
78
;64Ver Run file from HD bug deleted.
79
;65Ver The bad scroll realization
80
;66Ver The good scroll realization, url line anti-flick
81
;67Ver Url line monolith procedure
82
;68Ver Mini icon on left of file name
83
;69Ver Getimg proc size minus 900 bytes
84
;70Ver Del data area ramsize minus 140000 bytes
85
;72Ver Quick sort, ramsize minus 200000 bytes
86
;73Ver Url flick and out bugs delete
87
;sort type in headmenu bug del