Subversion Repositories Kolibri OS

Rev

Rev 987 | Rev 3265 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 987 Rev 2637
1
app_start:
1
app_start:
2
	   dd ?,?
2
	   dd ?,?
3
 .params   dd ?
3
 .params   dd ?
4
	   dd ?,?
4
	   dd ?,?
5
	   db ?
5
	   db ?
6
 .filename dd ?
6
 .filename dd ?
7
 
7
 
8
f_info.length dd ?
8
f_info.length dd ?
9
f_info.path:
9
f_info.path:
10
    times PATHL+1 db ?
10
    times PATHL+1 db ?
11
f_info70 rd 7
11
f_info70 rd 7
12
 
12
 
13
file_info FILEINFO
13
file_info FILEINFO
14
 
14
 
15
checker_ed    EDITOR
15
checker_ed    EDITOR
16
checker_ed_ll dd ?
16
checker_ed_ll dd ?
17
 
17
 
18
tab_bar      TABCTL
18
tab_bar      TABCTL
19
virtual at tab_bar.Current
19
virtual at tab_bar.Current
20
  cur_tab      TABITEM
20
  cur_tab      TABITEM
21
end virtual
21
end virtual
22
virtual at tab_bar.Current.Editor
22
virtual at tab_bar.Current.Editor
23
  cur_editor   EDITOR
23
  cur_editor   EDITOR
24
end virtual
24
end virtual
25
 
25
 
26
ctx	      dd ?
26
ctx	      dd ?
27
 
27
 
28
lines.scr     dd ?    ; number of lines on the screen
28
lines.scr     dd ?    ; number of lines on the screen
29
columns.scr   dd ?    ; number of columns on the screen
29
columns.scr   dd ?    ; number of columns on the screen
30
top_ofs       dd ?    ; height occupied by top buttons
30
top_ofs       dd ?    ; height occupied by top buttons
31
bot_ofs       dd ?    ; height occupied by bottom buttons
31
bot_ofs       dd ?    ; height occupied by bottom buttons
32
	      dw ?
32
	      dw ?
33
left_ofs      dd ?    ;
33
left_ofs      dd ?    ;
34
__rc	      dd ?,?,?,?
34
__rc	      dd ?,?,?,?
35
copy_count    dd ?    ; number of lines for copying (Ctrl+E)
35
copy_count    dd ?    ; number of lines for copying (Ctrl+E)
36
copy_size     dd ?    ; size of data to copy
36
copy_size     dd ?    ; size of data to copy
37
s_title.size  dd ?    ; caption length
37
s_title.size  dd ?    ; caption length
38
 
38
 
39
cur_line_len  dd ?
39
cur_line_len  dd ?
40
h_popup       dd ?
40
h_popup       dd ?
41
bot_dlg_handler dd ?
41
bot_dlg_handler dd ?
42
 
42
 
43
sel.begin.x   dd ?
43
sel.begin.x   dd ?
44
sel.begin.y   dd ?
44
sel.begin.y   dd ?
45
sel.end.x     dd ?
45
sel.end.x     dd ?
46
sel.end.y     dd ?
46
sel.end.y     dd ?
47
sel.selected  db ?
47
sel.selected  db ?
48
 
48
 
49
in_sel	      db ?
49
in_sel	      db ?
50
 
50
 
51
do_not_draw   db ?    ; draw top and bottom buttons?
51
do_not_draw   db ?    ; draw top and bottom buttons?
52
main_closing  db ?    ; main window closing?
52
main_closing  db ?    ; main window closing?
53
main_closed   db ?    ; main window closed?
53
main_closed   db ?    ; main window closed?
54
tb_casesen    db ?    ; focused textbox is case-sensitive?
54
tb_casesen    db ?    ; focused textbox is case-sensitive?
55
 
55
 
56
draw_blines   db ?
56
draw_blines   db ?
57
 
57
 
58
align 4
58
align 4
59
s_fname.size  dd ?
59
s_fname.size  dd ?
60
s_fname       rb PATHL+1
60
s_fname       rb PATHL+1
61
align 4
61
align 4
62
s_search.size dd ?
62
s_search.size dd ?
63
s_search      rb PATHL+1
63
s_search      rb PATHL+1
64
 
64
 
65
s_title       rb PATHL+11  ; window caption
65
s_title       rb PATHL+11  ; window caption
66
 
66
 
67
ext db ?
67
ext db ?
68
chr dd ?
68
chr dd ?
69
shi dd ?
69
shi dd ?
70
 
70
 
-
 
71
win_key_flag	db ?
-
 
72
 
71
align 4
73
align 4
72
cl_3d_normal dd ?
74
cl_3d_normal dd ?
73
cl_3d_pushed dd ?
75
cl_3d_pushed dd ?
74
cl_3d_outset dd ?
76
cl_3d_outset dd ?
75
cl_3d_inset  dd ?
77
cl_3d_inset  dd ?
76
cl_3d_grayed dd ?
78
cl_3d_grayed dd ?
77
 
79
 
78
tb_color     TBOX
80
tb_color     TBOX
79
tb_opensave  TBOX
81
tb_opensave  TBOX
80
tb_find      TBOX
82
tb_find      TBOX
81
tb_replace   TBOX
83
tb_replace   TBOX
82
tb_gotorow   TBOX
84
tb_gotorow   TBOX
83
tb_gotocol   TBOX
85
tb_gotocol   TBOX
84
 
86
 
85
focused_tb   dd ?
87
focused_tb   dd ?
86
 
88
 
87
key1 rb 256
89
key1 rb 256
88
 
90
 
89
mst  rd 2
91
mst  rd 2
90
mst2 rd 2
92
mst2 rd 2
91
mev  db ?
93
mev  db ?
92
mouse_captured	db ?
94
mouse_captured	db ?
93
just_from_popup db ?
95
just_from_popup db ?
94
 
96
 
95
bot_mode  db ?
97
bot_mode  db ?
96
bot_mode2 db ?
98
bot_mode2 db ?
97
 
99
 
98
align 4
100
align 4
99
 
101
 
100
bot_dlg_height dd ?
102
bot_dlg_height dd ?
101
exit_tab_item  dd ?
103
exit_tab_item  dd ?
102
exit_tab_num   dd ?
104
exit_tab_num   dd ?
103
 
105
 
104
temp_buf dd ?
106
temp_buf dd ?
105
copy_buf dd ?
107
copy_buf dd ?
106
 
108
 
107
label color_tbl dword
109
label color_tbl dword
108
  .text       dd ?
110
  .text       dd ?
109
  .back       dd ?
111
  .back       dd ?
110
  .text.sel   dd ?
112
  .text.sel   dd ?
111
  .back.sel   dd ?
113
  .back.sel   dd ?
112
  .symbol     dd ?
114
  .symbol     dd ?
113
  .number     dd ?
115
  .number     dd ?
114
  .string     dd ?
116
  .string     dd ?
115
  .comment    dd ?
117
  .comment    dd ?
116
  .line.moded dd ?
118
  .line.moded dd ?
117
  .line.saved dd ?
119
  .line.saved dd ?
118
 
120
 
119
tabs_pos  db ?
121
tabs_pos  db ?
120
secure_sel db ?
122
secure_sel db ?
121
auto_braces db ?
123
auto_braces db ?
122
auto_indent db ?
124
auto_indent db ?
123
smart_tab db ?
125
smart_tab db ?
124
optim_save db ?
126
optim_save db ?
125
line_nums db ?
127
line_nums db ?
126
 
128
 
127
mainwnd_pos:
129
mainwnd_pos:
128
  .x dd ?
130
  .x dd ?
129
  .y dd ?
131
  .y dd ?
130
  .w dd ?
132
  .w dd ?
131
  .h dd ?
133
  .h dd ?