Subversion Repositories Kolibri OS

Rev

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

Rev 592 Rev 595
Line 20... Line 20...
20
;
20
;
21
; HISTORY:
21
; HISTORY:
22
; 4.0.5 (mike.dld and Rus)
22
; 4.0.5 (mike.dld and Rus)
23
;   bug-fixes:
23
;   bug-fixes:
24
;     - a new tab is created when opening a file from folder of tinypad
24
;     - a new tab is created when opening a file from folder of tinypad
-
 
25
;     - correct call save-dialog for saving new files or files from folder of tinypad
-
 
26
;   new features:
-
 
27
;     - added prompt to save file before closing
-
 
28
;     - added close tab button
25
; 4.0.4 (mike.dld)
29
; 4.0.4 (mike.dld)
26
;   bug-fixes:
30
;   bug-fixes:
27
;     - statusbar contained hint after dialog operation cancelled
31
;     - statusbar contained hint after dialog operation cancelled
28
;     - small drawing fix for gutter and line saved/modified markers
32
;     - small drawing fix for gutter and line saved/modified markers
29
;       (incorrect calculations)
33
;       (incorrect calculations)
Line 611... Line 615...
611
  'VSG',btn.vscroll_down ,\
615
  'VSG',btn.vscroll_down ,\
612
  'HSL',btn.hscroll_up	 ,\
616
  'HSL',btn.hscroll_up	 ,\
613
  'HSG',btn.hscroll_down ,\
617
  'HSG',btn.hscroll_down ,\
614
  'TBL',btn.tabctl_right ,\
618
  'TBL',btn.tabctl_right ,\
615
  'TBG',btn.tabctl_left  ,\
619
  'TBG',btn.tabctl_left  ,\
-
 
620
  177  , key.ctrl_f4	 ,\ ; close current tab button
616
  0
621
  0
Line 617... Line 622...
617
 
622
 
618
accel_table2_botdlg dd	   \
623
accel_table2_botdlg dd	   \
619
  1    ,key.alt_x	  ,\
624
  1    ,key.alt_x	  ,\
620
  20001,btn.bot.cancel	  ,\
625
  20001,btn.bot.cancel	  ,\
621
  20002,btn.bot.opensave  ,\
626
  20002,btn.bot.opensave  ,\
622
  20003,btn.bot.find	  ,\
627
  20003,btn.bot.find	  ,\
-
 
628
  20004,btn.bot.appearance,\
623
  20004,btn.bot.appearance,\
629
  20007, btn.bot.no	  ,\
624
  21001,btn.bot.tabpos	  ,\
630
  21001,btn.bot.tabpos	  ,\
Line 625... Line 631...
625
  0
631
  0
626
 
632