Subversion Repositories Kolibri OS

Rev

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

  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