bitmaps/Editor.xbm
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 11 Oct 2017 23:37:38 +0100
branchjv
changeset 6215 c6976b98f3c3
parent 168 056daffbbc0e
permissions -rw-r--r--
Issue #130: Fixed support for indenting by tab Allow indent a block of code by selecting a range of lines and pressing 'tab'. The behavior implemented is the same as the one in Sublime Text editor since I found it intuitive enough.

#define Editor_width 48
#define Editor_height 48
#define Editor_x_hot -1
#define Editor_y_hot -1
static char Editor_bits[] = {
   0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x80, 0x02, 0x00, 0x00,
   0x00, 0x00, 0x40, 0x04, 0x00, 0x00, 0x00, 0x00, 0x20, 0x08, 0x00, 0x00,
   0x00, 0x00, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0x08, 0x20, 0x00, 0x00,
   0x00, 0x00, 0x04, 0x40, 0x00, 0x00, 0x00, 0x00, 0x02, 0x80, 0x00, 0x00,
   0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x80, 0x00, 0x00, 0x02, 0x00,
   0x00, 0x40, 0x00, 0x00, 0x04, 0x00, 0x00, 0x20, 0x00, 0x00, 0x08, 0x00,
   0x00, 0x10, 0x00, 0x00, 0x10, 0x00, 0x00, 0x08, 0x80, 0x00, 0x20, 0x00,
   0x00, 0x04, 0x00, 0x04, 0x40, 0x00, 0x00, 0x02, 0x20, 0x02, 0x80, 0x00,
   0x00, 0x01, 0x10, 0x10, 0x00, 0x01, 0x80, 0x00, 0x88, 0x08, 0x00, 0x02,
   0x40, 0x10, 0x44, 0x44, 0x00, 0x04, 0x20, 0x08, 0x22, 0x22, 0x00, 0x08,
   0x10, 0x04, 0x11, 0xd1, 0x0f, 0x10, 0x08, 0x82, 0x80, 0x68, 0x18, 0x20,
   0x04, 0x41, 0x44, 0x30, 0x23, 0x40, 0x82, 0x20, 0x22, 0x18, 0xce, 0x80,
   0x41, 0x10, 0x10, 0xcd, 0x91, 0x41, 0x02, 0x88, 0x88, 0x06, 0x03, 0x27,
   0x04, 0x44, 0x40, 0xfe, 0x04, 0x14, 0x08, 0x22, 0x22, 0x84, 0x01, 0x0c,
   0x10, 0x10, 0xfd, 0xff, 0x3f, 0xfc, 0x20, 0x88, 0xfc, 0xf1, 0x3f, 0xc0,
   0x40, 0x40, 0x04, 0xe1, 0x00, 0xc0, 0x80, 0x20, 0x02, 0x83, 0x07, 0xc0,
   0x00, 0x01, 0x11, 0x0c, 0x00, 0xc0, 0x00, 0x82, 0x88, 0x30, 0x00, 0xc0,
   0x00, 0x04, 0x04, 0xe0, 0x7f, 0xc0, 0x00, 0x08, 0x22, 0x02, 0xc8, 0xc7,
   0x00, 0x10, 0x10, 0x11, 0x04, 0xfc, 0x00, 0x20, 0x08, 0x00, 0x02, 0xc0,
   0x00, 0x40, 0x40, 0x04, 0x01, 0x00, 0x00, 0x80, 0x20, 0x82, 0x00, 0x00,
   0x00, 0x00, 0x01, 0x41, 0x00, 0x00, 0x00, 0x00, 0x82, 0x20, 0x00, 0x00,
   0x00, 0x00, 0x04, 0x10, 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x00, 0x00,
   0x00, 0x00, 0x10, 0x04, 0x00, 0x00, 0x00, 0x00, 0x20, 0x02, 0x00, 0x00,
   0x00, 0x00, 0x40, 0x01, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00};