bitmaps/ComboDn.8.xpm
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 11 Oct 2017 23:37:38 +0100
branchjv
changeset 6215 c6976b98f3c3
parent 5999 ff5d2548cc0e
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:
5999
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
/* XPM */
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
static char *ComboDn_8_xpm[] = {
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
/* width height ncolors chars_per_pixel */
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
"8 8 2 1",
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
/* colors */
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
"a c black",
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
"b c none",
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
/* pixels */
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
"bbbaabbb",
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
"bbbaabbb",
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
"bbbaabbb",
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"baaaaaab",
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
"bbaaaabb",
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
"bbbaabbb",
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
"bbbbbbbb",
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
"baaaaaab",
ff5d2548cc0e oops - need a mask
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
};