view etc/images/preferences.xpm @ 106395:f2b36fb84bf7

Enhance `c-parse-state' to run efficiently in "brace desserts". * progmodes/cc-mode.el (c-basic-common-init): Call c-state-cache-init. (c-neutralize-syntax-in-and-mark-CPP): Renamed from c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by placing `category' properties value 'c-cpp-delimiter at its boundaries. * progmodes/cc-langs.el (c-before-font-lock-function): c-extend-and-neutralize-syntax-in-CPP has been renamed c-neutralize-syntax-in-and-mark-CPP. * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets with `category' properties now, not `syntax-table' ones. * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new enhanced (but slower) version of c-end-of-macro that won't land inside a literal or on another awkward character. (c-state-cache-too-far, c-state-cache-start) (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache) (c-state-nonlit-pos-cache-limit, c-state-point-min) (c-state-point-min-lit-type, c-state-point-min-lit-start) (c-state-min-scan-pos, c-state-brace-pair-desert) (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and buffer local variables. (c-state-literal-at, c-state-lit-beg) (c-state-cache-non-literal-place, c-state-get-min-scan-pos) (c-state-mark-point-min-literal, c-state-cache-top-lparen) (c-state-cache-top-paren, c-state-cache-after-top-paren) (c-get-cache-scan-pos, c-get-fallback-scan-pos) (c-state-balance-parens-backwards, c-parse-state-get-strategy) (c-renarrow-state-cache) (c-append-lower-brace-pair-to-state-cache) (c-state-push-any-brace-pair, c-append-to-state-cache) (c-remove-stale-state-cache) (c-remove-stale-state-cache-backwards, c-state-cache-init) (c-invalidate-state-cache-1, c-parse-state-1) (c-invalidate-state-cache): New defuns/defmacros/defsubsts. (c-parse-state): Enhanced and refactored. (c-debug-parse-state): Amended to deal with all the new variables. * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren) (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren): modify to use category text properties rather than syntax-table ones. (c-suppress-<->-as-parens, c-restore-<->-as-parens): new defsubsts to switch off/on the syntactic paren property of C++ template delimiters using the category property. (c-with-<->-as-parens-suppressed): Macro to invoke code with template delims suppressed. (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters): New constant/macros which apply category properties to the start and end of preprocessor constructs. (c-comment-out-cpps, c-uncomment-out-cpps): defsubsts which "comment out" the syntactic value of characters in preprocessor constructs. (c-with-cpps-commented-out) (c-with-all-but-one-cpps-commented-out): Macros to invoke code with characters in all or all but one preprocessor constructs "commented out".
author Alan Mackenzie <acm@muc.de>
date Thu, 03 Dec 2009 16:02:10 +0000
parents 28718fa5d988
children
line wrap: on
line source

/* XPM */
static char * preferences_xpm[] = {
"24 24 87 1",
" 	c None",
".	c #000000",
"+	c #BAB5AB",
"@	c #D0CDC6",
"#	c #88857D",
"$	c #C9C6BE",
"%	c #CCC8C1",
"&	c #E5E3E0",
"*	c #FFFFFF",
"=	c #757575",
"-	c #2E2E2E",
";	c #F6F5F5",
">	c #CCCCCC",
",	c #AFAFAF",
"'	c #D3D1CB",
")	c #C1C0BF",
"!	c #F0EFED",
"~	c #797772",
"{	c #DCDCDC",
"]	c #A5A19C",
"^	c #EAE9E5",
"/	c #F3F1F0",
"(	c #EDEDED",
"_	c #A19D96",
":	c #C1BDB4",
"<	c #DBD8D3",
"[	c #D9D6D1",
"}	c #89857E",
"|	c #FCFCFC",
"1	c #EAE9E6",
"2	c #F5F4F3",
"3	c #C6C2BA",
"4	c #F0EFEE",
"5	c #F4F4F3",
"6	c #CBC7C0",
"7	c #ECECEB",
"8	c #676560",
"9	c #54524D",
"0	c #777676",
"a	c #797978",
"b	c #85827E",
"c	c #79756F",
"d	c #7590AE",
"e	c #A4BAD0",
"f	c #90A6BE",
"g	c #9F9F9E",
"h	c #BEBDBC",
"i	c #B8B4AD",
"j	c #87837C",
"k	c #D3DFEA",
"l	c #A2AEBC",
"m	c #9DB6CE",
"n	c #637B95",
"o	c #E2E2E2",
"p	c #EEEEED",
"q	c #849CB6",
"r	c #D7E2ED",
"s	c #8D98A5",
"t	c #9DB8D2",
"u	c #607791",
"v	c #EDEDEC",
"w	c #99ADC3",
"x	c #DFE7F0",
"y	c #8193A9",
"z	c #586D84",
"A	c #5B7189",
"B	c #F1F1F1",
"C	c #EEEDEB",
"D	c #A7A6A5",
"E	c #726F6A",
"F	c #A1B4C8",
"G	c #EEF3F6",
"H	c #60768F",
"I	c #DEDDDC",
"J	c #787776",
"K	c #4E4E4D",
"L	c #91A6BE",
"M	c #F0F4F7",
"N	c #97A5B6",
"O	c #BFBEBD",
"P	c #AAAAA9",
"Q	c #ACACAB",
"R	c #B0C6DB",
"S	c #EDF2F6",
"T	c #818A95",
"U	c #6C85A1",
"V	c #C0D1E2",
"       ..               ",
"      .+@#.             ",
"       .$%+.        ..  ",
"        .&$.       .*=. ",
"    ..  -;$.      .*>,. ",
"   .' ..)!+~.     .{,.  ",
"   .]%%^/+++.    .(..   ",
"    ._:%$<[+}.  .|.     ",
"     .....123}..>.      ",
"          .456.,.       ",
"           .7.,..       ",
"            .,.89.      ",
"        ....,.0abc.     ",
"       .def.. .ghij.    ",
"      .dklmn.  .op6}.   ",
"     .qrsntu.   .v/$}.  ",
"    .wxyztdA.    .BCDE..",
"   .FGyHtdA.      .IJK,.",
"  .LMNHtdA.        .OPQ.",
"  .RSTtdA..         ... ",
"  .UtVLA..              ",
"   .UUn..               ",
"    ...                 ",
"                        "};