Subversion Repositories Kolibri OS

Rev

Rev 5626 | Rev 5633 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. //Leency, Veliant, Punk_Joker & KolibriOS Team 2008-2015
  2. //GNU GPL licence.
  3.  
  4. #ifndef AUTOBUILD
  5. #include "lang.h--"
  6. #endif
  7.  
  8. //libraries
  9. #define MEMSIZE 0xD0000
  10. #include "..\lib\clipboard.h"
  11. #include "..\lib\strings.h"
  12. #include "..\lib\mem.h"
  13. #include "..\lib\file_system.h"
  14. #include "..\lib\gui.h"
  15. #include "..\lib\list_box.h"
  16. #include "..\lib\copyf.h"
  17. #include "..\lib\random.h"
  18. //obj
  19. #include "..\lib\obj\libini.h"
  20. #include "..\lib\obj\box_lib.h"
  21. //images
  22. #include "imgs\toolbar.txt"
  23. #include "imgs\left_p.txt"
  24. #include "imgs\icons.txt"
  25.  
  26. #ifdef LANG_RUS
  27.         ?define T_FILE "” ©«"
  28.         ?define T_TYPE "’¨¯"
  29.         ?define T_SIZE " §¬¥à"
  30.         ?define T_NEW_FOLDER "®¢ ï ¯ ¯ª "
  31.         ?define T_NEW_FILE "®¢ë© ä ©«"
  32.         ?define T_DELETE_FILE "‚ë ¤¥©á⢨⥫쭮 å®â¨â¥ 㤠«¨âì"
  33.         ?define T_YES "„ "
  34.         ?define T_NO "¥â"
  35.         ?define T_CANCEL "Žâ¬¥­ "
  36.         ?define T_CREATE "‘®§¤ âì"
  37.         ?define T_RENAME "¥à¥¨¬¥­®¢ âì"
  38.         ?define FS_ITEM_ALREADY_EXISTS "'«¥¬¥­â á â ª¨¬ ¨¬¥­¥¬ 㦥 áãé¥áâ¢ã¥â' -E"
  39.         ?define T_DEL_ERROR_1 "Žè¨¡ª .  ¯ª  ­¥ ¯ãáâ ï."
  40.         ?define WAIT_DELETING_FOLDER "“¤ «ï¥âáï ¯ ¯ª . ®¤®¦¨â¥..."
  41.         ?define NOT_CREATE_FOLDER "¥ 㤠«®áì ᮧ¤ âì ¯ ¯ªã."
  42.         ?define NOT_CREATE_FILE "¥ 㤠«®áì ᮧ¤ âì ä ©«."
  43.         ?define T_PASTE_WINDOW_TITLE "Š®¯¨àãî..."
  44.         ?define T_PASTE_WINDOW_TEXT "Š®¯¨àã¥âáï ä ©«:"
  45.         ?define T_PASTE_WINDOW_BUTTON "à¥à¢ âì"       
  46.         ?define INFO_AFTER_COPY "Š®¯¨à®¢ ­¨¥ § ¢¥à襭®"
  47.         ?define T_CANCEL_PASTE "Š®¯¨à®¢ ­¨¥ ¯à¥ªà é¥­®.  ¯ª  ᪮¯¨à®¢ ­  ­¥ ¯®«­®áâìî."
  48.         ?define T_SELECT_APP_TO_OPEN_WITH "‚ë¡¥à¨â¥ ¯à®£à ¬¬ã ¤«ï ®âªàëâ¨ï ä ©« "
  49.         ?define DEL_MORE_FILES_1 "¢ë¡à ­­ë¥ í«¥¬¥­âë ("
  50.         ?define DEL_MORE_FILES_2 " èâ.)?"
  51. #elif LANG_EST
  52.         ?define T_FILE "Fail"
  53.         ?define T_TYPE "T№№p"
  54.         ?define T_SIZE "Suurus"
  55.         ?define T_NEW_FOLDER "Uus kataloog"
  56.         ?define T_NEW_FILE "Uus fail"
  57.         ?define T_DELETE_FILE "Kas sa tahad tїesti kustutada"
  58.         ?define T_YES "Jah"
  59.         ?define T_NO "Ei"
  60.         ?define T_CANCEL "Cancel"
  61.         ?define T_CREATE "Create"
  62.         ?define T_RENAME "Rename"
  63.         ?define FS_ITEM_ALREADY_EXISTS "'An item with that name already exists' -E"
  64.         ?define T_DEL_ERROR_1 "Viga. Kataloog ei ole t№hi."
  65.         ?define WAIT_DELETING_FOLDER "Deleting folder. Please, wait..."
  66.         ?define NOT_CREATE_FOLDER "Kataloogi ei saa luua."
  67.         ?define NOT_CREATE_FILE "Faili ei saa luua."
  68.         ?define T_PASTE_WINDOW_TITLE "Kopeerin..."
  69.         ?define T_PASTE_WINDOW_TEXT "Kopeerin faili:"
  70.         ?define T_PASTE_WINDOW_BUTTON "Abort"
  71.         ?define INFO_AFTER_COPY "Copy finished"
  72.         ?define T_CANCEL_PASTE "Copy process terminated. Folder copied incompletely."
  73.         ?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
  74.         ?define DEL_MORE_FILES_1 "selected items("
  75.         ?define DEL_MORE_FILES_2 " pcs.)?"
  76. #else
  77.         ?define T_FILE "File"
  78.         ?define T_TYPE "Type"
  79.         ?define T_SIZE "Size"
  80.         ?define T_NEW_FOLDER "New folder"
  81.         ?define T_NEW_FILE "New file"
  82.         ?define T_DELETE_FILE "Do you really want to delete"
  83.         ?define T_YES "Yes"
  84.         ?define T_NO "No"
  85.         ?define T_CANCEL "Cancel"
  86.         ?define T_CREATE "Create"
  87.         ?define T_RENAME "Rename"
  88.         ?define FS_ITEM_ALREADY_EXISTS "'An item with that name already exists' -E"
  89.         ?define T_DEL_ERROR_1 "Error. Folder isn't empty."
  90.         ?define WAIT_DELETING_FOLDER "Deleting folder. Please, wait..."
  91.         ?define NOT_CREATE_FOLDER "Folder can not be created."
  92.         ?define NOT_CREATE_FILE "File can not be created."
  93.         ?define T_PASTE_WINDOW_TITLE "Copying..."
  94.         ?define T_PASTE_WINDOW_TEXT "Copying file:"
  95.         ?define T_PASTE_WINDOW_BUTTON "Abort"
  96.         ?define INFO_AFTER_COPY "Copy finished"
  97.         ?define T_CANCEL_PASTE "Copy process terminated. Folder copied incompletely."
  98.         ?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
  99.         ?define DEL_MORE_FILES_1 "selected items("
  100.         ?define DEL_MORE_FILES_2 " pcs.)?"
  101. #endif
  102.  
  103. enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
  104. enum { CREATE_FILE=1, CREATE_FOLDER, RENAME_ITEM }; //NewElement
  105.  
  106. #define TITLE "Eolite File Manager v2.84"
  107. #define ABOUT_TITLE "Eolite v2.84"
  108. dword col_padding, col_selec, col_lpanel;
  109.  
  110. int toolbar_buttons_x[7]={9,46,85,134,167,203};
  111. struct path_string { char Item[4096]; };
  112.  
  113. byte active_about=0;
  114. word about_window;
  115. byte active_settings=0;
  116. word settings_window;
  117. dword _not_draw = false;
  118. byte menu_call_mouse=0;
  119.  
  120. llist files;
  121.  
  122. byte
  123.         path[4096],
  124.         file_path[4096],
  125.         file_name[256],
  126.         new_element_name[256],
  127.         temp[4096];      
  128. byte
  129.         del_active=0,
  130.         new_element_active=0,
  131.         show_dev_name=1,
  132.         real_files_names_case=0,
  133.         use_big_fonts=0,
  134.         font_type,
  135.         info_after_copy=0,
  136.         sort_num=2,
  137.         itdir;
  138.  
  139. dword eolite_ini_path;
  140.  
  141. dword menu_stak,about_stak,properties_stak,settings_stak,copy_stak;
  142.  
  143. proc_info Form;
  144. system_colors sc;
  145. mouse m;
  146. int mouse_dd, scroll_used, sc_slider_h, sorting_arrow_x, kolibrios_drive;
  147. dword buf;
  148. dword file_mas[6898];
  149. int j, i;
  150. int action_buf;
  151. int rand_n;
  152. int selected_count;
  153. byte CMD_REFRESH;
  154.  
  155. mouse gestures;
  156. signed x_old, y_old, dif_x, dif_y, adif_x, adif_y;
  157. byte stats;
  158.  
  159. edit_box edit2 = {250,213,80,0xFFFFCC,0x94AECE,0xFFFFCC,0xFFFFFF,0,248,#file_name,#mouse_dd,64,6,6};
  160. edit_box new_file_ed = {171,213,180,0xFFFFFF,0x94AECE,0xFFFFFF,0xFFFFFF,0,248,#new_element_name,#mouse_dd,100000000000010b,6,0};
  161. PathShow_data PathShow = {0, 17,250, 6, 250, 0, 0, 0x0, 0xFFFfff, #path, #temp, 0};
  162. PathShow_data FileShow = {0, 56,215, 6, 100, 0, 0, 0x0, 0xFFFfff, #file_name, #temp, 0};
  163. byte cmd_free;
  164. #include "include\copy.h"
  165. #include "include\gui.h"
  166. #include "include\sorting.h"
  167. #include "include\icons.h"
  168. #include "include\left_panel.h"
  169. #include "include\history.h"
  170. #include "include\menu.h"
  171. #include "include\about.h"
  172. #include "include\settings.h"
  173. #include "include\properties.h"
  174.  
  175.  
  176. void main()
  177. {
  178.         word key, id, can_show, can_select, m_selected;
  179.         dword selected_offset;
  180.         dword IPC_LEN,IPC_ID;
  181.         char IPC_BUF[10];
  182.         dword tmp;
  183.         rand_n = random(40);
  184.         gestures.get();
  185.         mem_Init();
  186.         load_dll(boxlib, #box_lib_init,0);
  187.     load_dll(libini, #lib_init,1);
  188.         eolite_ini_path = abspath("Eolite.ini");
  189.         LoadIniSettings();
  190.         GetSystemDiscs();
  191.         SetAppColors();
  192.         if (param)
  193.         {
  194.                 tmp = strlen(#path);
  195.                 strncpy(#path, #param, tmp);
  196.                 $dec tmp
  197.                 if (path[tmp]!='/') DSBYTE[#path+tmp] = '/'; //add "/" to the end of the string
  198.         }
  199.         else
  200.         {
  201.                 strncpy(#path, "/rd/1/", 6);           
  202.         }
  203.         Open_Dir(#path,ONLY_OPEN);
  204.         SetEventMask(1100111b);
  205.         loop(){
  206.                 switch(WaitEvent())
  207.                 {
  208.                         case evMouse:
  209.                                 if (del_active) || (!CheckActiveProcess(Form.ID)) || (Form.status_window>2) break;
  210.                                 if (new_element_active) || (!CheckActiveProcess(Form.ID)) || (Form.status_window>2)
  211.                                 {
  212.                                         edit_box_mouse stdcall(#new_file_ed);
  213.                                         break;
  214.                                 }                              
  215.                                
  216.                                 m.get();
  217.                                
  218.                                
  219.                                 gestures.get();
  220.                                 if (!gestures.mkm) && (stats>0) stats = 0;
  221.                                 if (gestures.mkm) && (stats==0)
  222.                                 {
  223.                                         x_old = gestures.x;
  224.                                         y_old = gestures.y;
  225.                                         stats = 1;
  226.                                 }
  227.                                 if (gestures.mkm) && (stats==1)
  228.                                 {
  229.                                         dif_x = gestures.x-x_old;
  230.                                         dif_y = gestures.y-y_old;
  231.                                         adif_x = fabs(dif_x);
  232.                                         adif_y = fabs(dif_y);
  233.                                        
  234.                                         if (adif_x>adif_y)
  235.                                         {
  236.                                                 if (dif_x > 150)
  237.                                                 {
  238.                                                         if (HistoryPath(GO_FORWARD))
  239.                                                                 {
  240.                                                                         files.first=files.current=NULL;
  241.                                                                         Open_Dir(#path,WITH_REDRAW);
  242.                                                                 }
  243.                                                         stats = 0;
  244.                                                 }
  245.                                                 if (dif_x < -150)
  246.                                                 {
  247.                                                         GoBack();
  248.                                                         stats = 0;
  249.                                                 }
  250.                                         }
  251.                                         else
  252.                                         {
  253.                                                 if (dif_y < -100)
  254.                                                 {
  255.                                                         Dir_Up();
  256.                                                         stats = 0;
  257.                                                 }
  258.                                         }
  259.                                 }      
  260.                                 if (files.MouseOver(m.x, m.y))&&((m.up)||(m.down)||(m.dblclick))
  261.                                 {
  262.                                         //select/open file {
  263.                                         if (m.key&MOUSE_LEFT)&&((m.down)||(m.dblclick))
  264.                                         {
  265.                                                 if (m.y>=files.y)//&&(m.click)
  266.                                                 {
  267.                                                         id = m.y - files.y / files.line_h;
  268.                                                         if (files.current!=id)
  269.                                                         {
  270.                                                                 m.clearTime();
  271.                                                                 if (id<files.visible) List_Current(id-files.current);
  272.                                                         }
  273.                                                         else if(m.dblclick)Open(0);
  274.                                                 }
  275.                                         }
  276.                                         // } select/open file
  277.                                         else
  278.                                         //file menu {
  279.                                         if (m.key&MOUSE_RIGHT)&&(m.up)
  280.                                         {
  281.                                                 menu_call_mouse = 1;
  282.                                                 if (m.y>=files.y)//&&(m.click)
  283.                                                 {
  284.                                                         id = m.y - files.y / files.line_h;
  285.                                                         if (files.current!=id) List_Current(id-files.current);
  286.                                                         //SwitchToAnotherThread();
  287.                                                         menu_stak = malloc(4096);
  288.                                                         CreateThread(#FileMenu,menu_stak+4092);
  289.                                                 }
  290.                                                 break;
  291.                                         }
  292.                                         // } file menu
  293.                                 }
  294.  
  295.                                 if (m.vert)
  296.                                 {
  297.                                         if (files.MouseScroll(m.vert)) List_ReDraw();
  298.                                         break;
  299.                                 }
  300.  
  301.                                 if (m.x>=Form.width-26) && (m.x<=Form.width-6) && (m.y>40) && (m.y<files.y)
  302.                                 {
  303.                                         if (m.lkm==1) DrawRectangle3D(Form.cwidth - 17,41,14,14,0xC7C7C7,0xFFFFFF);
  304.                                         WHILE (m.lkm==1) && (files.first>0)
  305.                                         {
  306.                                                 pause(8);
  307.                                                 files.first--;
  308.                                                 List_ReDraw();
  309.                                                 m.get();
  310.                                         }
  311.                                         DrawRectangle3D(Form.cwidth - 17,41,14,14,0xFFFFFF,0xC7C7C7);
  312.                                 }
  313.  
  314.                                 if (m.x>=Form.width-26) && (m.x<=Form.width-6) && (m.y>onTop(22,0)+1) && (m.y<onTop(22,0)+16)
  315.                                 {
  316.                                         if (m.lkm==1) DrawRectangle3D(Form.cwidth - 17,onTop(21,0),14,14,0xC7C7C7,0xFFFFFF);
  317.                                         while (m.lkm==1) && (files.first<files.count-files.visible)
  318.                                         {
  319.                                                 pause(8);
  320.                                                 files.first++;
  321.                                                 List_ReDraw();
  322.                                                 m.get();
  323.                                         }
  324.                                         DrawRectangle3D(Form.cwidth - 17,onTop(21,0),14,14,0xFFFFFF,0xC7C7C7);
  325.                                 }
  326.  
  327.                                 //Scrooll
  328.                                 if (!m.lkm) && (scroll_used) { scroll_used=NULL; Scroll(); }
  329.                                 if (m.x>=Form.width-26) && (m.x<=Form.width-6) && (m.y>56) && (m.y<Form.height) && (m.lkm) && (!scroll_used) {scroll_used=1;Scroll();}
  330.                                
  331.                                 if (scroll_used)
  332.                                 {
  333.                                         if (sc_slider_h/2+files.y>m.y) || (m.y<0) || (m.y>4000) m.y=sc_slider_h/2+files.y; //anee eo?ni? iaa ieiii
  334.                                         id=files.first;
  335.                                         j= sc_slider_h/2;
  336.                                         files.first = m.y -j -files.y * files.count;
  337.                                         files.first /= onTop(22,files.y);
  338.                                         if (files.visible+files.first>files.count) files.first=files.count-files.visible;
  339.                                         if (id!=files.first) List_ReDraw();
  340.                                 }
  341.                                 break;  
  342.         //Button pressed-----------------------------------------------------------------------------
  343.                         case evButton:
  344.                                 id=GetButtonID();
  345.                                 if (id==1)
  346.                                 {
  347.                                         KillProcess(about_window);
  348.                                         ExitProcess();
  349.                                 }
  350.                                 if (del_active)
  351.                                 {
  352.                                         if (id==301) || (id==302) Del_File(302-id);
  353.                                         break;
  354.                                 }
  355.                                 if (new_element_active)
  356.                                 {
  357.                                         if (id==301) || (id==302) NewElement(302-id);
  358.                                         break;
  359.                                 }
  360.                                
  361.                                 switch(id)
  362.                                 {
  363.                                         case 21: //Back
  364.                                                         GoBack();
  365.                                                         break;
  366.                                         case 22: //Forward
  367.                                                         if (HistoryPath(GO_FORWARD))
  368.                                                         {
  369.                                                                 files.first=files.current=NULL; //aaa?o nienea
  370.                                                                 Open_Dir(#path,WITH_REDRAW);
  371.                                                         }
  372.                                                         break;
  373.                                         case 23:
  374.                                                         Dir_Up();
  375.                                                         break;
  376.                                         case 24:
  377.                                                         Copy(#file_path, CUT);
  378.                                                         break;
  379.                                         case 25:
  380.                                                         Copy(#file_path, NOCUT);
  381.                                                         break;
  382.                                         case 26:
  383.                                                         Paste();
  384.                                                         break;
  385.                                         case 31...33: //sort
  386.                                                         if(sort_num==1) DrawFilledBar(sorting_arrow_x,42,6,10);
  387.                                                         if(sort_num==2) DrawFilledBar(sorting_arrow_x,42,6,10);
  388.                                                         if(sort_num==3) DrawFilledBar(sorting_arrow_x,42,6,10);
  389.                                                         sort_num=id-30;
  390.                                                         Open_Dir(#path,WITH_REDRAW);
  391.                                                         break;
  392.                                         case 50...60: //Actions
  393.                                                         FnProcess(id-50);
  394.                                                         break;
  395.                                         case 100...120:
  396.                                                 DEVICE_MARK:
  397.                                                         DrawRectangle(17,id-100*16+74,159,16, 0); //auaaeaiea
  398.                                                         strcpy(#path, #disk_list[id-100].Item);
  399.                                                         files.first=files.current=0;
  400.                                                         Open_Dir(#path,WITH_REDRAW);
  401.                                                         pause(5);
  402.                                                         DrawRectangle(17,id-100*16+74,159,16, 0xFFFFFF);
  403.                                                         break;
  404.                                 }
  405.                                 break;
  406.         //Key pressed-----------------------------------------------------------------------------
  407.                         case evKey:
  408.                                 key = GetKey();
  409.                                 if (Form.status_window>2) break;
  410.                                 if (del_active)
  411.                                 {
  412.                                         if (key==013) Del_File(true);
  413.                                         if (key==027) Del_File(false);
  414.                                         break;
  415.                                 }
  416.                                 if (new_element_active)
  417.                                 {
  418.                                         if (key==027) NewElement(0);
  419.                                         if (key==013) NewElement(1);
  420.                                         EAX=key<<8;
  421.                                         edit_box_key stdcall (#new_file_ed);
  422.                                         break;
  423.                                 }
  424.                                 if (edit2.flags!=64) && (key!=13) && (key!=27)
  425.                                 {
  426.                                         EAX=key<<8;
  427.                                         edit_box_key stdcall (#edit2);
  428.                                         break;
  429.                                 }
  430.                                 switch (key)
  431.                                 {
  432.                                                 case 209...217:
  433.                                                                 id=key-110;
  434.                                                                 if (id-100>=disc_num) break;
  435.                                                                 GOTO DEVICE_MARK;
  436.                                                 case ASCII_KEY_BS:
  437.                                                                 //GoBack();
  438.                                                                 Dir_Up();
  439.                                                                 break;
  440.                                                 case 004: //Ctrl+D set as bg
  441.                                                                 strncpy(#temp, "\\S__",4);
  442.                                                                 strcat(#temp, #file_path);
  443.                                                                 RunProgram("/sys/media/kiv", #temp);
  444.                                                                 break;
  445.                                                 case 014: //Ctrl+N new window
  446.                                                                 if (Form.left==98) MoveSize(Form.left-20,Form.top-20,OLD,OLD);
  447.                                                                 RunProgram("/sys/File Managers/Eolite", #path);
  448.                                                                 break;
  449.                                                 case 024: //Ctrl+X
  450.                                                                 Copy(#file_path, CUT);
  451.                                                                 break;
  452.                                                 case 003: //Ctrl+C
  453.                                                                 Copy(#file_path, NOCUT);
  454.                                                                 break;
  455.                                                 case 022: //Ctrl+V
  456.                                                                 Paste();
  457.                                                                 break;
  458.                                                 case 001: //Ctrl+A
  459.                                                                 debugln("press Ctrl+A");
  460.                                                                 for (i=0; i<files.count; i++)
  461.                                                                 {
  462.                                                                         selected_offset = file_mas[i]*304 + buf+32 + 7;
  463.                                                                         ESBYTE[selected_offset] = 1;
  464.                                                                         selected_count++;
  465.                                                                 }
  466.                                                                 List_ReDraw();
  467.                                                                 break;
  468.                                                 case 021: //Ctrl+U
  469.                                                                 debugln("press Ctrl+A");
  470.                                                                 for (i=0; i<files.count; i++)
  471.                                                                 {
  472.                                                                         selected_offset = file_mas[i]*304 + buf+32 + 7;
  473.                                                                         ESBYTE[selected_offset] = 0;
  474.                                                                 }
  475.                                                                 selected_count = 0;
  476.                                                                 List_ReDraw();
  477.                                                                 break;
  478.                                                 case ASCII_KEY_ESC:
  479.                                                                 break;
  480.                                                 case ASCII_KEY_ENTER:
  481.                                                                 Open(0);
  482.                                                                 break;
  483.                                                 case 074: //menu
  484.                                                                 menu_call_mouse=0;
  485.                                                                 //SwitchToAnotherThread();
  486.                                                                 menu_stak = malloc(4096);
  487.                                                                 CreateThread(#FileMenu,menu_stak+4092);
  488.                                                                 break;
  489.                                                 case 173: //Ctrl+Enter
  490.                                                                 if (!itdir) ShowOpenWithDialog();
  491.                                                                 else Open(1);
  492.                                                                 break;
  493.                                                 case ASCII_KEY_UP:
  494.                                                                 List_Current(-1);
  495.                                                                 break;
  496.                                                 case ASCII_KEY_DOWN:
  497.                                                                 List_Current(1);
  498.                                                                 break;
  499.                                                 case ASCII_KEY_HOME:
  500.                                                                 if (files.KeyHome()) List_ReDraw();
  501.                                                                 break;
  502.                                                 case ASCII_KEY_END:
  503.                                                                 if (files.KeyEnd()) List_ReDraw();
  504.                                                                 break;
  505.                                                 case ASCII_KEY_PGDN:
  506.                                                                 List_Current(files.visible-1);
  507.                                                                 break;
  508.                                                 case ASCII_KEY_PGUP:
  509.                                                                 List_Current(-files.visible+1);
  510.                                                                 break;
  511.                                                 case ASCII_KEY_DEL:
  512.                                                                 Del_Form();
  513.                                                                 break;
  514.                                                 case ASCII_KEY_INS:
  515.                                                                 selected_offset = file_mas[files.current+files.first]*304 + buf+32 + 7;
  516.                                                                 if (ESBYTE[selected_offset])
  517.                                                                 {
  518.                                                                         ESBYTE[selected_offset]=0;
  519.                                                                         selected_count--;
  520.                                                                 }
  521.                                                                 else
  522.                                                                 {
  523.                                                                         ESBYTE[selected_offset] = 1;
  524.                                                                         selected_count++;
  525.                                                                 }
  526.                                                                 List_Current(1);
  527.                                                                 break;
  528.                                                 case 048...059: //F1-F10
  529.                                                                 FnProcess(key-49);
  530.                                                                 break;
  531.                                                 default:    
  532.                                                                 for (i=files.current+files.first+1; i<files.count; i++)
  533.                                                                 {
  534.                                                                         strcpy(#temp, file_mas[i]*304+buf+72);
  535.                                                                         if (temp[0]==key) || (temp[0]==key-32)
  536.                                                                         {
  537.                                                                                 List_Current(i-files.current-files.first);
  538.                                                                                 break;
  539.                                                                         }
  540.                                                                 }
  541.                                 }                        
  542.                         break;
  543.                         case evReDraw:
  544.                                 DRAW_WINDOW:
  545.                                 draw_window();
  546.                                 if (action_buf)
  547.                                 {
  548.                                         menu_action(action_buf);
  549.                                         action_buf=0;
  550.                                 }
  551.                         break;
  552.                         case evIPC:
  553.                                 goto DRAW_WINDOW;
  554.                         break;
  555.                 }
  556.                
  557.                 if(cmd_free)
  558.                 {
  559.                         if(cmd_free==1)     free(menu_stak);
  560.                         else if(cmd_free==2)free(about_stak);
  561.                         else if(cmd_free==3)free(properties_stak);
  562.                         else if(cmd_free==4)free(settings_stak);
  563.                         else if(cmd_free==5)free(copy_stak);
  564.                         cmd_free = false;
  565.                 }
  566.         }
  567. }
  568.  
  569.  
  570. inline fastcall signed int _strrchr( ESI,BL)
  571. {
  572.         int jj=0, last=strlen(ESI);
  573.         do {
  574.                 jj++;
  575.                 $lodsb
  576.                 if(AL==BL) last=jj;
  577.         } while(AL!=0);
  578.         return last;
  579. }
  580.  
  581.  
  582. void menu_action(dword id)
  583. {
  584.         if (id==COPY_PASTE_END)
  585.         {
  586.                 FnProcess(5);
  587.                 SelectFile(#copy_to+strrchr(#copy_to,'/'));
  588.         }
  589.         if (id==100) Open(0);
  590.         if (id==201) ShowOpenWithDialog();
  591.         if (id==202) FnProcess(3); //F3
  592.         if (id==203) FnProcess(4); //F4
  593.         if (id==104) Copy(#file_path, NOCUT);
  594.         if (id==105) Copy(#file_path, CUT);
  595.         if (id==106) Paste();
  596.         if (id==207) FnProcess(2);
  597.         if (id==108) Del_Form();
  598.         if (id==109) FnProcess(5);
  599.         if (id==110) FnProcess(8);
  600.         if (id==300)
  601.         {
  602.                 FnProcess(5);
  603.                 List_ReDraw();
  604.         }
  605. }
  606.  
  607.  
  608. void draw_window()
  609. {
  610.         DefineAndDrawWindow(GetScreenWidth()-550/4+rand_n,rand_n+30,550,500,0x73,sc.work,TITLE,0);
  611.         GetProcessInfo(#Form, SelfInfo);
  612.         if (Form.status_window>2) return;
  613.         files.SetSizes(192, 57, Form.cwidth - 210, onTop(57,6), disc_num*16+195,files.line_h);
  614.         if (Form.height < files.min_h) MoveSize(OLD,OLD,OLD,files.min_h);
  615.         if (Form.width<480) MoveSize(OLD,OLD,480,OLD);
  616.         GetProcessInfo(#Form, SelfInfo); //if win_size changed
  617.  
  618.         PutPaletteImage(#toolbar,246,34,0,0,8,#toolbar_pal);
  619.         DrawBar(127, 8, 1, 25, sc.work_graph);
  620.         for (j=0; j<3; j++) DefineButton(toolbar_buttons_x[j]+2,5+2,31-5,29-5,21+j+BT_HIDE,sc.work);
  621.         for (j=3; j<6; j++) DefineButton(toolbar_buttons_x[j],5,31,29,21+j+BT_HIDE,sc.work);
  622.         DrawBar(246,0,Form.cwidth - 297,12, sc.work); //upper editbox
  623.         DrawBar(246,29,Form.cwidth - 297,5,sc.work);  //under editbox
  624.         DrawRectangle(246,12,Form.cwidth - 303,16,sc.work_graph);
  625.         DefineButton(Form.cwidth - 32,6,27,28,51+BT_HIDE+BT_NOFRAME,0); //about
  626.         PutPaletteImage(#goto_about,56,34,Form.width-65,0,8,#goto_about_pal);
  627.         //main rectangles
  628.         DrawRectangle(1,40,Form.cwidth-3,onTop(46,0),sc.work_graph);
  629.         DrawRectangle(0,39,Form.cwidth-1,onTop(44,0),col_palette[4]); //bg
  630.         for (i=0; i<5; i++) DrawBar(0, 34+i, Form.cwidth, 1, col_palette[8-i]);
  631.         DrawLeftPanel();
  632.         //ListBox
  633.         DrawFlatButton(files.x,40,Form.cwidth - files.x - 159,16,31,sc.work,T_FILE);
  634.         DrawFlatButton(Form.cwidth - 159,40,73,16,32,sc.work,T_TYPE);
  635.         DrawFlatButton(Form.cwidth - 86,40,68,16,33,sc.work,T_SIZE);
  636.         DrawBar(files.x+files.w,files.y,1,onTop(22,files.y),sc.work_graph); //line to the left from the scroll
  637.         DrawFlatButton(files.x+files.w,40,16,16,0,sc.work,"\x18");
  638.         DrawFlatButton(files.x+files.w,onTop(22,0),16,16,0,sc.work,"\x19");
  639.         Open_Dir(#path,ONLY_SHOW);
  640.         if (del_active) Del_Form();
  641.         if (new_element_active) NewElement_Form(new_element_active, #new_element_name);
  642. }
  643.  
  644.  
  645. void KEdit()
  646. {
  647.         if (Form.width<480) return;
  648.         PathShow.area_size_x = Form.cwidth-306;
  649.         DrawBar(PathShow.start_x-3, PathShow.start_y-4, PathShow.area_size_x+2, 15, 0xFFFfff);
  650.         PathShow_prepare stdcall(#PathShow);
  651.         PathShow_draw stdcall(#PathShow);
  652. }
  653.  
  654.  
  655. void List_Current(signed int cur)
  656. {
  657.         if (cur<=0) //up
  658.         {
  659.                 if (files.first==0) && (files.current<=0) return;
  660.                 if (-cur-1<files.current)
  661.                 {
  662.                         Line_ReDraw(0xFFFFFF, files.current);
  663.                         files.current+=cur;
  664.                         Line_ReDraw(col_selec, files.current);
  665.                         return;
  666.                 }
  667.                 else
  668.                 {
  669.                         if (-cur<files.first) files.first+=cur; else files.first=0;
  670.                         files.current=0;
  671.                         List_ReDraw();
  672.                         return;
  673.                 }
  674.         }
  675.         else  //down
  676.         {
  677.                 if (files.first==files.count-files.visible) && (files.current==files.visible-1)
  678.                 {
  679.                         Line_ReDraw(col_selec, files.current);
  680.                         return;
  681.                 }
  682.                 if (files.visible-files.current>cur)
  683.                 {
  684.                         Line_ReDraw(0xFFFFFF, files.current);
  685.                         files.current+=cur;
  686.                         Line_ReDraw(col_selec, files.current);
  687.                         return;
  688.                 }
  689.                 else
  690.                 {
  691.                         if(files.first+files.current+cur>=files.count)
  692.                         {
  693.                                 files.first=files.count-files.visible;
  694.                                 files.current=cur-files.first+files.current;
  695.                                 }
  696.                         else
  697.                         {
  698.                                 files.first+=cur+files.current-files.visible+1;
  699.                                 files.current=files.visible-1;
  700.                         }
  701.                        
  702.                         if (files.current<0) || (files.current>files.visible)
  703.                         {
  704.                                 files.current=files.visible-1;
  705.                         }
  706.                         List_ReDraw();
  707.                 }
  708.         }
  709. }
  710.  
  711.  
  712. void List_ReDraw()
  713. {
  714.         int paint_y;
  715.         //we are in the end of the list => maximize window => there will be white lines after the last element
  716.         if (files.count-files.first<files.visible) || (files.current>files.visible-1)
  717.         { files.first=files.count-files.visible; files.current=files.visible-1; }
  718.         for (j=0; j<files.visible; j++) if (files.current!=j) Line_ReDraw(0xFFFFFF, j); else Line_ReDraw(col_selec, files.current);
  719.         //in the bottom
  720.         paint_y = j * files.line_h + files.y;
  721.         DrawBar(files.x,paint_y,files.w,onTop(paint_y,6),0xFFFFFF);
  722.         DrawBar(Form.cwidth-159,paint_y,1,onTop(paint_y,6),sc.work);
  723.         DrawBar(Form.cwidth-86,paint_y,1,onTop(paint_y,6),sc.work);
  724.         Scroll();
  725. }
  726.  
  727.  
  728. void Line_ReDraw(dword color, filenum){
  729.         dword text_col=0,
  730.               ext1, attr,
  731.               file_offet,
  732.               file_name_off,
  733.               y=filenum*files.line_h+files.y;
  734.               BDVK file;
  735.         if (filenum==-1) return;
  736.         DrawBar(files.x,y,3,files.line_h,color);
  737.         DrawBar(files.x+19,y,files.w-19,files.line_h,color);
  738.         DrawBar(files.x+3,y+17,16,1,color);
  739.         if (files.line_h>18) DrawBar(files.x+3,y+18,16,files.line_h-18,color);
  740.         if (files.line_h>15) DrawBar(files.x+3,y,16,files.line_h-15,color);
  741.  
  742.         file_offet = file_mas[filenum+files.first]*304 + buf+32;
  743.         attr = ESDWORD[file_offet];
  744.         file.selected = ESBYTE[file_offet+7];
  745.         file.sizelo   = ESDWORD[file_offet+32];
  746.         file_name_off = file_offet+40;
  747.  
  748.         if (! TestBit(attr, 4) ) //file or folder?
  749.         {      
  750.                 Put_icon(file_name_off+_strrchr(file_name_off,'.'), files.x+3, files.line_h/2-7+y, color, 0);
  751.                 WriteText(7-strlen(ConvertSize(file.sizelo))*6+Form.cwidth - 76,files.line_h-6/2+y,font_type,0,ConvertSize(file.sizelo));
  752.         }
  753.         else
  754.         {
  755.                 if (!strncmp(file_name_off,"..",3)) ext1=".."; else ext1="<DIR>";
  756.                 Put_icon(ext1, files.x+3, files.line_h/2-7+y, color, 0);               
  757.         }
  758.  
  759.         if (TestBit(attr, 1)) || (TestBit(attr, 2)) text_col=0xA6A6B7; //system or hiden?
  760.         if (color!=0xFFFfff)
  761.         {
  762.                 itdir = TestBit(attr, 4);
  763.                 strcpy(#file_name, file_name_off);
  764.                 sprintf(#file_path,"%s%s",#path,file_name_off);
  765.                 if (text_col==0xA6A6B7) text_col=0xFFFFFF;
  766.         }
  767.         if (file.selected) text_col=0xFF0000;
  768.         if (Form.width>=480)
  769.         {
  770.                 FileShow.start_x = files.x + 23;
  771.                 FileShow.font_color = text_col;
  772.                 FileShow.area_size_x = Form.width - 380;
  773.                 FileShow.text_pointer = file_name_off;
  774.                 FileShow.start_y = files.text_y+y;
  775.                 PathShow_prepare stdcall(#FileShow);
  776.                 PathShow_draw stdcall(#FileShow);
  777.         }
  778.         DrawBar(Form.cwidth-159,y,1,files.line_h,sc.work); //gray line 1
  779.         DrawBar(Form.cwidth-86,y,1,files.line_h,sc.work); //gray line 2
  780. }
  781.  
  782.  
  783. void Open_Dir(dword dir_path, redraw){
  784.         int errornum, maxcount;
  785.  
  786.         if (redraw!=ONLY_SHOW)
  787.         {
  788.                 if (ESBYTE[dir_path+1]!='\0') ESBYTE[dir_path+strlen(dir_path)-1] = '\0';
  789.                 if (buf) free(buf);
  790.                 errornum = GetDir(#buf, #files.count, dir_path, DIRS_NOROOT);
  791.                 if (ESBYTE[dir_path+1]!='\0') chrcat(dir_path, '/');
  792.                 if (errornum)
  793.                 {
  794.                         HistoryPath(ADD_NEW_PATH);
  795.                         GoBack();
  796.                         Write_Error(errornum);
  797.                         return;
  798.                 }
  799.                 maxcount = sizeof(file_mas)/sizeof(dword)-1;
  800.                 if (files.count>maxcount) files.count = maxcount;
  801.                 if (files.count>0) && (files.current==-1) files.current=0;
  802.         }
  803.         if (files.count!=-1)
  804.         {
  805.                 if(!_not_draw)KEdit();
  806.                 HistoryPath(ADD_NEW_PATH);
  807.                 files.visible = files.h / files.line_h;
  808.                 if (files.count < files.visible) files.visible = files.count;
  809.                 if (sort_num==1) sorting_arrow_x = Form.width+60/2;
  810.                 if (sort_num==2) sorting_arrow_x = Form.width-115;
  811.                 if (sort_num==3) sorting_arrow_x = strlen(T_SIZE)*3-30+files.x+files.w;
  812.                 WriteText(sorting_arrow_x,45,0x80,sc.work_graph,"\x19");
  813.                 if (redraw!=ONLY_SHOW) Sorting();
  814.                 if (redraw!=ONLY_OPEN)&&(!_not_draw) List_ReDraw();
  815.         }
  816.         if (files.count==-1) && (redraw!=ONLY_OPEN) {files.visible=files.count=0; if(!_not_draw)List_ReDraw();}
  817. }
  818.  
  819.  
  820. inline Sorting()
  821. {
  822.         dword k=0, l=1;
  823.         dword file_off;
  824.         int i;
  825.         if (!strncmp(#path,"/",2)) //do not sort
  826.         {
  827.                 for(k=1;k<files.count;k++;) file_mas[k]=k;
  828.                 return;
  829.         }
  830.         for (j=files.count-1, file_off=files.count-1*304+buf+32; j>=0; j--, file_off-=304;)  //files | folders
  831.         {
  832.                 if (!real_files_names_case) strttl(file_off+40);
  833.                 if (TestBit(ESDWORD[file_off],4)) //directory?
  834.                 {
  835.                         file_mas[k]=j;
  836.                         k++;
  837.                 }
  838.                 else
  839.                 {
  840.                         file_mas[files.count-l]=j;
  841.                         l++;
  842.                 }
  843.         }
  844.         //sorting: files first, then folders
  845.         Sort_by_Name(0,k-1);
  846.         if (sort_num==1) Sort_by_Name(k,files.count-1);
  847.         if (sort_num==2) Sort_by_Type(k,files.count-1);
  848.         if (sort_num==3) Sort_by_Size(k,files.count-1);
  849.         //make ".." first item in list
  850.         if (k>0) && (!strncmp(file_mas[0]*304+buf+72,"..",3))
  851.                 for(k--; k>0; k--;) if (!strncmp(file_mas[k]*304+buf+72,"..",3)) {file_mas[k]><file_mas[0]; break;}
  852. }
  853.  
  854.  
  855. void Del_Form()
  856. {
  857.         dword selected_offset2;
  858.         int cont = 0;
  859.         byte f_count[128];
  860.         int dform_x = files.w - 220 / 2 + files.x;
  861.         if (!strncmp(#file_name,".",2)) || (!strncmp(#file_name,"..",2)) return;
  862.         if (del_active==2)
  863.         {
  864.                 if (itdir) ShowMessage(WAIT_DELETING_FOLDER, 0);
  865.         }
  866.         else
  867.         {
  868.                 if (!files.count) return;
  869.                 DrawPopup(dform_x,160,220,85,1,sc.work,sc.work_graph);
  870.                 WriteText(-strlen(T_DELETE_FILE)*3+110+dform_x,175,0x80,sc.work_text,T_DELETE_FILE);
  871.                 for (i=0; i<files.count; i++)
  872.                 {
  873.                         selected_offset2 = file_mas[i]*304 + buf+32 + 7;
  874.                         if (ESBYTE[selected_offset2]) cont++;
  875.                 }
  876.                 if (cont)
  877.                 {
  878.                         sprintf(#f_count,"%s%d%s",DEL_MORE_FILES_1,cont,DEL_MORE_FILES_2);
  879.                         WriteText(-strlen(#f_count)*3+110+dform_x,190,0x80,sc.work_text,#f_count);
  880.                 }
  881.                 else
  882.                 {
  883.                         if (strlen(#file_name)<28)
  884.                         {
  885.                                 WriteText(strlen(#file_name)*3+110+dform_x+2,190,0x80,sc.work_text,"?");
  886.                                 WriteText(-strlen(#file_name)*3+110+dform_x,190,0x80,sc.work_text,#file_name);
  887.                         }
  888.                         else
  889.                         {
  890.                                 WriteText(164+dform_x,190,0x80,0,"...?");
  891.                                 ESI = 24;
  892.                                 WriteText(dform_x+20,190,0,0,#file_name);
  893.                         }
  894.                 }
  895.                 DrawFlatButton(dform_x+27,208,70,20,301,0xFFB6B5,T_YES);
  896.                 DrawFlatButton(dform_x+120,208,70,20,302,0xC6DFC6,T_NO);               
  897.                 del_active=1;
  898.         }
  899. }
  900.  
  901. int del_error;
  902. int Del_File2(dword way)
  903. {    
  904.         dword dirbuf, fcount, i, filename;
  905.         int error;
  906.         char del_from[4096];
  907.         if (isdir(way))
  908.         {
  909.                 if (error = GetDir(#dirbuf, #fcount, way, DIRS_ONLYREAL)) del_error = error;
  910.                 for (i=0; i<fcount; i++)
  911.                 {
  912.                         if (CheckEvent()==evReDraw) draw_window();
  913.                         filename = i*304+dirbuf+72;
  914.                         sprintf(#del_from,"%s/%s",way,filename);
  915.                         if ( TestBit(ESDWORD[filename-40], 4) )
  916.                         {
  917.                                 Del_File2(#del_from);
  918.                         }
  919.                         else
  920.                         {
  921.                                 if (error = DeleteFile(#del_from)) del_error = error;
  922.                         }
  923.                 }
  924.         }
  925.         if (error = DeleteFile(way)) del_error = error;
  926. }
  927.  
  928.  
  929. void Del_File(byte dodel)
  930. {  
  931.         byte del_from[4096];
  932.         dword selected_offset2;
  933.         int tst, count, i;
  934.        
  935.         if (dodel==true)
  936.         {
  937.                 del_active=2;
  938.                 if (itdir) ShowMessage(WAIT_DELETING_FOLDER, 0);
  939.                 del_error = 0;
  940.                
  941.                 if (selected_count)
  942.                 {
  943.                    for (i=0; i<files.count; i++)
  944.            {
  945.                 selected_offset2 = file_mas[i]*304 + buf+32 + 7;
  946.                 if (ESBYTE[selected_offset2]) {
  947.                                         sprintf(#del_from,"%s%s",#path,file_mas[i]*304+buf+72);
  948.                     Del_File2(#del_from);
  949.                 }
  950.             }
  951.                 }
  952.                 else
  953.                 {
  954.                    Del_File2(#file_path);                      
  955.                 }
  956.                 if (del_error) Write_Error(del_error);
  957.         }
  958.         del_active=0;
  959.         DeleteButton(301);
  960.         DeleteButton(302);
  961.         Open_Dir(#path,WITH_REDRAW);
  962. }
  963.  
  964.  
  965. void SelectFile(dword that_file)
  966. {
  967.         files.first=files.current=0;
  968.         Open_Dir(#path,ONLY_OPEN);
  969.         if (!real_files_names_case) strttl(that_file);
  970.         for (i=files.count-1; i>=0; i--;)
  971.                 if (!strcmp(file_mas[i]*304+buf+72,that_file)) break;
  972.         List_Current(i);
  973.         List_ReDraw();
  974. }
  975.  
  976.  
  977. void Dir_Up()
  978. {
  979.         char cur_folder[4096];
  980.         i=strlen(#path)-1;
  981.         if (i==0) return;
  982.         path[i]=0x00;
  983.         i = strrchr(#path, '/');
  984.         strcpy(#cur_folder, #path+i);
  985.         path[i]=0x00;
  986.         SelectFile(#cur_folder);
  987. }
  988.  
  989. void Open(byte rez)
  990. {
  991.         byte temp[4096];
  992.         selected_count = 0;
  993.         if (rez)
  994.         {
  995.                 if (!strncmp(#file_name,"..",3)) return;
  996.                 strcpy(#temp, #file_path);
  997.                 if (path[strlen(#temp)-1]!='/') chrcat(#temp, '/'); //need "/" in the end
  998.                 RunProgram("/sys/File Managers/Eolite", #temp);
  999.                 return;
  1000.         }
  1001.         if (!files.count) return;
  1002.         if (!itdir)
  1003.         {
  1004.                 if (strrchr(#file_name, '.')==0) RunProgram(#file_path, ""); else RunProgram("/sys/@open", #file_path);
  1005.         }
  1006.         else
  1007.         {
  1008.                 if (!strncmp(#file_name,"..",3)) { Dir_Up(); return; }
  1009.                 strcpy(#path, #file_path);
  1010.                 if (path[strlen(#path)-1]!='/') chrcat(#path, '/'); //need "/" in the end
  1011.                 files.first=files.current=0;
  1012.                 Open_Dir(#path,WITH_REDRAW);
  1013.         }
  1014. }
  1015.  
  1016.  
  1017. inline fastcall void GoBack()
  1018. {
  1019.         char cur_folder[4096];
  1020.         strcpy(#cur_folder, GetCurrentFolder());
  1021.         if (HistoryPath(GO_BACK)) SelectFile(#cur_folder);
  1022. }
  1023.  
  1024. void ShowOpenWithDialog()
  1025. {
  1026.         byte param[4097];
  1027.         sprintf(#param,"~%s",#file_path);
  1028.         RunProgram("/sys/@open", #param);
  1029. }
  1030.  
  1031. void NewElement(byte newf)
  1032. {
  1033.         BDVK element_info;
  1034.         byte del_rezult, copy_rezult, info_result;
  1035.         if (newf)
  1036.         {
  1037.                 sprintf(#temp,"%s%s",#path,new_file_ed.text);
  1038.                 info_result = GetFileInfo(#temp, #element_info);
  1039.                 switch(new_element_active)
  1040.                 {
  1041.                         case CREATE_FILE:
  1042.                                 if (info_result==5)
  1043.                                 {
  1044.                                         WriteFile(0, 0, #temp);
  1045.                                         if (EAX)
  1046.                                         {
  1047.                                                 Write_Error(EAX);
  1048.                                                 ShowMessage(NOT_CREATE_FILE, 150);
  1049.                                         }
  1050.                                 }
  1051.                                 else
  1052.                                 {
  1053.                                         notify(FS_ITEM_ALREADY_EXISTS);
  1054.                                 }
  1055.                                 break;
  1056.                         case CREATE_FOLDER:
  1057.                                 if (info_result==5)
  1058.                                 {
  1059.                                         CreateDir(#temp);
  1060.                                         if (EAX)
  1061.                                         {
  1062.                                                 Write_Error(EAX);
  1063.                                                 ShowMessage(NOT_CREATE_FOLDER, 150);
  1064.                                         }
  1065.                                 }
  1066.                                 else
  1067.                                 {
  1068.                                         notify(FS_ITEM_ALREADY_EXISTS);
  1069.                                 }
  1070.                                 break;
  1071.                         case RENAME_ITEM:
  1072.                                 if (info_result==5)
  1073.                                 {
  1074.                                         if (itdir)
  1075.                                         {
  1076.                                                 if (del_rezult = DeleteFile(#file_path))
  1077.                                                 {
  1078.                                                         Write_Error(del_rezult);
  1079.                                                         ShowMessage(T_DEL_ERROR_1, 150);
  1080.                                                         return;
  1081.                                                 }
  1082.                                                 if (CreateDir(#temp)) CreateDir(#file_path);
  1083.                                                 Open_Dir(#path,WITH_REDRAW);
  1084.                                                 SelectFile(new_file_ed.text);
  1085.                                         }
  1086.                                         else
  1087.                                         {
  1088.                                                 if (copy_rezult = CopyFile(#file_path,#temp))
  1089.                                                 {
  1090.                                                         Write_Error(copy_rezult);
  1091.                                                 }
  1092.                                                 else
  1093.                                                 {
  1094.                                                         Del_File(true);
  1095.                                                         SelectFile(new_file_ed.text);
  1096.                                                 }
  1097.                                         }
  1098.                                 }
  1099.                                 else
  1100.                                 {
  1101.                                         notify(FS_ITEM_ALREADY_EXISTS);
  1102.                                 }
  1103.                 }
  1104.                 new_element_active = 0;
  1105.                 Open_Dir(#path,WITH_REDRAW);
  1106.                 SelectFile(new_file_ed.text);
  1107.         }
  1108.         new_element_active = 0;
  1109.         Open_Dir(#path,WITH_REDRAW);
  1110. }
  1111.  
  1112. void NewElement_Form(byte crt, dword strng)
  1113. {
  1114.         int dform_x=files.w-220/2+files.x;
  1115.         if (!new_element_active)
  1116.         {
  1117.                 new_element_active = crt;
  1118.                 strcpy(#new_element_name, strng);
  1119.                 new_file_ed.size = new_file_ed.pos = strlen(strng);
  1120.         }
  1121.         DrawPopup(dform_x,160,220,85,1,sc.work,sc.work_graph);
  1122.         new_file_ed.left = dform_x+24;
  1123.         edit_box_draw  stdcall (#new_file_ed);
  1124.         DrawRectangle(new_file_ed.left-1, new_file_ed.top-1, new_file_ed.width+2, 16, 0xFFFfff);
  1125.         DrawRectangle(new_file_ed.left-2, new_file_ed.top-2, new_file_ed.width+4, 18, sc.work_graph);
  1126.         if (new_element_active==3) DrawFlatButton(dform_x+22,208,85,22,301,0xFFB6B5,T_RENAME);
  1127.         else DrawFlatButton(dform_x+27,208,70,22,301,0xFFB6B5,T_CREATE);
  1128.         DrawFlatButton(dform_x+120,208,70,22,302,0xC6DFC6,T_CANCEL);
  1129. }
  1130.  
  1131. void FnProcess(byte N)
  1132. {
  1133.         switch(N)
  1134.         {
  1135.                 case 1:
  1136.                         if (!active_about)
  1137.                         {
  1138.                                 //SwitchToAnotherThread();
  1139.                                 about_stak = malloc(4096);
  1140.                                 about_window = CreateThread(#about_dialog,about_stak+4092);
  1141.                                 break;
  1142.                         }
  1143.                         else
  1144.                         {
  1145.                                 ActivateWindow(GetProcessSlot(about_window));
  1146.                         }
  1147.                         break;
  1148.                 case 2:
  1149.                         if (!files.count) break;
  1150.                         NewElement_Form(RENAME_ITEM, #file_name);
  1151.                         break;
  1152.                 case 3:
  1153.                         if (!itdir) RunProgram("/sys/tinypad", #file_path);
  1154.                         break;
  1155.                 case 4:
  1156.                         if (!itdir) RunProgram("/sys/develop/heed", #file_path);
  1157.                         break;
  1158.                 case 5: //refresh cur dir & devs
  1159.                         Tip(56, T_DEVICES, 55, "-");
  1160.                         Open_Dir(#path,WITH_REDRAW);
  1161.                         pause(10);
  1162.                         LoadIniSettings();
  1163.                         GetSystemDiscs();
  1164.                         Open_Dir(#path,WITH_REDRAW);
  1165.                         DrawLeftPanel();
  1166.                         break;
  1167.                 case 6:
  1168.                         NewElement_Form(CREATE_FOLDER, T_NEW_FOLDER);
  1169.                         break;
  1170.                 case 7:
  1171.                         NewElement_Form(CREATE_FILE, T_NEW_FILE);
  1172.                         break;
  1173.                 case 8:
  1174.                         //SwitchToAnotherThread();
  1175.                         properties_stak = malloc(8096);
  1176.                         CreateThread(#properties_dialog, properties_stak+8092);
  1177.                         break;
  1178.                 case 10: //F10
  1179.                         if (!active_settings)
  1180.                         {
  1181.                                 //SwitchToAnotherThread();
  1182.                                 settings_stak = malloc(4096);
  1183.                                 settings_window = CreateThread(#settings_dialog, settings_stak+4092);
  1184.                                 break;
  1185.                         }
  1186.                         else
  1187.                         {
  1188.                                 ActivateWindow(GetProcessSlot(settings_window));
  1189.                         }
  1190.                         break;
  1191.         }
  1192. }
  1193.  
  1194. //need to remove these functiones, they are a very old shit :)
  1195. dword onTop(dword down,up) {EAX=Form.height-GetSkinHeight()-down-up;}
  1196.  
  1197.  
  1198. stop:
  1199.