Subversion Repositories Kolibri OS

Rev

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

Rev 629 Rev 987
Line 46... Line 46...
46
  Modified	 db ?
46
  Modified	 db ?
47
		 db ?
47
		 db ?
48
ends
48
ends
49
 
49
 
Line -... Line 50...
-
 
50
struct EDITOR_LINE_DATA
-
 
51
  Size	dd ?
-
 
52
  Flags dw ?
-
 
53
ends
-
 
54
 
-
 
55
EDITOR_LINE_FLAG_MOFIFIED = 0x0001
-
 
56
EDITOR_LINE_FLAG_SAVED	  = 0x0002
-
 
57
 
50
struct TABITEM
58
struct TABITEM
51
  Editor EDITOR
59
  Editor EDITOR
52
ends
60
ends
Line 53... Line 61...
53
 
61
 
Line 199... Line 207...
199
      .width	 = x-7
207
      .width	 = x-7
200
    end if
208
    end if
201
}
209
}
202
 
210
 
Line 203... Line -...
203
;// OPTIONS
-
 
204
 
-
 
205
OPTS_SECURESEL	= 00000001b
-
 
206
OPTS_AUTOBRACES = 00000010b
-
 
207
OPTS_AUTOINDENT = 00000100b
-
 
208
OPTS_SMARTTAB	= 00001000b
-
 
209
OPTS_OPTIMSAVE	= 00010000b
-
 
210
OPTS_LINENUMS	= 00100000b
-
 
211
 
-
 
212
;// MOUSE EVENTS
211
;// MOUSE EVENTS
Line 213... Line 212...
213
 
212
 
214
MEV_LDOWN = 1
213
MEV_LDOWN = 1
215
MEV_LUP   = 2
214
MEV_LUP   = 2