Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8779 → Rev 8780

/programs/cmm/eolite/Eolite.c
225,9 → 225,13
load_libraries();
SetAppColors();
 
ESBYTE[0] = NULL;
 
handle_param();
rand_n = random(80);
 
ESBYTE[0] = NULL;
 
SystemDiscs.Get();
 
Open_Dir(#path,ONLY_OPEN);
531,7 → 535,7
DrawStatusBar();
List_ReDraw();
break;
case SCAN_CODE_F2...SCAN_CODE_F10:
case SCAN_CODE_F1...SCAN_CODE_F10:
FnProcess(key_scancode-58);
break;
default:
1122,27 → 1126,31
DrawEditBox(#new_file_ed);
}
 
void FnProcess(byte N)
void EventShowAbout()
{
switch(N)
{
case 1:
if (!active_about) {
about_stak = malloc(4096);
about_thread_id = CreateThread(#about_dialog,about_stak+4092);
break;
} else {
ActivateWindow(GetProcessSlot(about_thread_id));
}
}
 
void FnProcess(byte N)
{
switch(N)
{
case 1:
EventShowProperties();
break;
case 2:
if (files.count) NewElement_Form(RENAME_ITEM, #file_name);
break;
case 3:
if (files.count) && (!itdir) RunProgram("/sys/tinypad", #file_path);
if (files.count) && (!itdir) RunProgram("/sys/quark", #file_path);
break;
case 4:
if (files.count) && (!itdir) RunProgram("/sys/develop/heed", #file_path);
if (files.count) && (!itdir) RunProgram("/sys/develop/cedit", #file_path);
break;
case 5: //refresh cur dir & devs
if (two_panels.checked)
1158,14 → 1166,17
}
break;
case 6:
NewElement_Form(CREATE_FOLDER, T_NEW_FOLDER);
//Move
break;
case 7:
NewElement_Form(CREATE_FILE, T_NEW_FILE);
NewElement_Form(CREATE_FOLDER, T_NEW_FOLDER);
break;
case 8:
EventShowProperties();
Del_Form();
break;
case 9:
NewElement_Form(CREATE_FILE, T_NEW_FILE);
break;
case 10: //F10
if (!active_settings)
{