bitmaps/Warning_motif.xbm
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 11 Oct 2017 23:37:38 +0100
branchjv
changeset 6215 c6976b98f3c3
parent 1200 44519e048a96
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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1200
44519e048a96 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1174
diff changeset
     1
#define xm_warning_width 9
44519e048a96 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1174
diff changeset
     2
#define xm_warning_height 22
44519e048a96 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1174
diff changeset
     3
static char xm_warning_bits[] = {
44519e048a96 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1174
diff changeset
     4
   0x00, 0x00, 0x18, 0x00, 0x2c, 0x00, 0x56, 0x00, 0x2a, 0x00, 0x56, 0x00,
44519e048a96 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1174
diff changeset
     5
   0x2a, 0x00, 0x56, 0x00, 0x2c, 0x00, 0x14, 0x00, 0x2c, 0x00, 0x14, 0x00,
44519e048a96 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1174
diff changeset
     6
   0x2c, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x14, 0x00,
44519e048a96 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1174
diff changeset
     7
   0x2c, 0x00, 0x14, 0x00, 0x00, 0x00, 0x00, 0x00};