Subversion Repositories Kolibri OS

Rev

Rev 5838 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5838 Rev 5845
Line 32... Line 32...
32
define mm.Options.Appearance   set_opt.dialog
32
define mm.Options.Appearance   set_opt.dialog
33
define mm.Options.SecureSel    set_opt.secure_sel
33
define mm.Options.SecureSel    set_opt.secure_sel
34
define mm.Options.AutoBrackets set_opt.auto_braces
34
define mm.Options.AutoBrackets set_opt.auto_braces
35
define mm.Options.AutoIndents  set_opt.auto_indents
35
define mm.Options.AutoIndents  set_opt.auto_indents
36
define mm.Options.SmartTabs    0
-
 
37
define mm.Options.OptimalFill  set_opt.optimal_fill
36
define mm.Options.OptimalFill  set_opt.optimal_fill
38
define mm.Options.LineNumbers  set_opt.line_numbers
37
define mm.Options.LineNumbers  set_opt.line_numbers
39
define mm.Options.ZoomIn       key.ctrl_plus
38
define mm.Options.ZoomIn       key.ctrl_plus
40
define mm.Options.ZoomOut      key.ctrl_minus
39
define mm.Options.ZoomOut      key.ctrl_minus
41
40