Subversion Repositories Kolibri OS

Rev

Rev 5444 | Rev 5450 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5444 Rev 5447
Line 81... Line 81...
81
	?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
81
	?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
82
#endif
82
#endif
Line 83... Line 83...
83
 
83
 
Line 84... Line 84...
84
enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
84
enum {ONLY_SHOW, WITH_REDRAW, ONLY_OPEN}; //OpenDir
85
 
85
 
86
#define TITLE "Eolite File Manager v2.5"
86
#define TITLE "Eolite File Manager v2.53"
Line 87... Line 87...
87
#define ABOUT_TITLE "Eolite v2.52"
87
#define ABOUT_TITLE "Eolite v2.53"
88
dword col_padding, col_selec, col_lpanel;
88
dword col_padding, col_selec, col_lpanel;
89
 
89
 
Line 136... Line 136...
136
#include "include\left_panel.h"
136
#include "include\left_panel.h"
137
#include "include\history.h"
137
#include "include\history.h"
138
#include "include\menu.h"
138
#include "include\menu.h"
139
#include "include\about.h"
139
#include "include\about.h"
140
#include "include\settings.h"
140
#include "include\settings.h"
141
 
-
 
-
 
141
#include "include\properties.h"
Line 142... Line 142...
142
 
142
 
143
void main() 
143
void main() 
144
{
144
{
145
	word key, id, can_show, can_select, m_selected;
145
	word key, id, can_show, can_select, m_selected;
Line 471... Line 471...
471
	if (id==105) Copy(#file_path, CUT);
471
	if (id==105) Copy(#file_path, CUT);
472
	if (id==106) CreateThread(#Paste,#copy_stak+4092);
472
	if (id==106) CreateThread(#Paste,#copy_stak+4092);
473
	if (id==207) FnProcess(2);
473
	if (id==207) FnProcess(2);
474
	if (id==108) Del_Form();
474
	if (id==108) Del_Form();
475
	if (id==109) FnProcess(5);
475
	if (id==109) FnProcess(5);
-
 
476
	if (id==110) FnProcess(8);
476
	if (id==300) { FnProcess(5); List_ReDraw(); }
477
	if (id==300) { FnProcess(5); List_ReDraw(); }
477
}
478
}
Line 478... Line 479...
478
 
479
 
Line 1000... Line 1001...
1000
			{
1001
			{
1001
				Write_Error(EAX);
1002
				Write_Error(EAX);
1002
				ShowMessage(NOT_CREATE_FILE, 150);
1003
				ShowMessage(NOT_CREATE_FILE, 150);
1003
			}
1004
			}
1004
			break;
1005
			break;
-
 
1006
		case 8:
-
 
1007
			SwitchToAnotherThread();
-
 
1008
			CreateThread(#properties_dialog,#about_stak+4092);
-
 
1009
			break;
1005
		case 10: //F10
1010
		case 10: //F10
1006
			if (!active_settings) 
1011
			if (!active_settings) 
1007
			{
1012
			{
1008
				SwitchToAnotherThread();
1013
				SwitchToAnotherThread();
1009
				settings_window=CreateThread(#settings_dialog,#about_stak+4092);
1014
				settings_window=CreateThread(#settings_dialog,#about_stak+4092);