~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/sdk/resources/lexers/lexer_smalltalk.xml

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE CodeBlocks_lexer_properties>
 
3
<CodeBlocks_lexer_properties>
 
4
                <Lexer name="Smalltalk"
 
5
                                index="72"
 
6
                                filemasks="*.st">
 
7
                                <Style name="Default"
 
8
                                                index="0"
 
9
                                                fg="0,0,0"
 
10
                                                bg="255,255,255"
 
11
                                                bold="0"
 
12
                                                italics="0"
 
13
                                                underlined="0"/>
 
14
                                <Style name="String"
 
15
                                                index="1"
 
16
                                                fg="0,0,255"/>
 
17
                                <Style name="Number"
 
18
                                                index="2"
 
19
                                                fg="240,0,240"/>
 
20
                                <Style name="Comment (normal)"
 
21
                                                index="3"
 
22
                                                fg="160,160,160"/>
 
23
                                <Style name="Symbol"
 
24
                                                index="4"
 
25
                                                fg="0,0,160"
 
26
                                                bold="1"/>
 
27
                <Style name="Binary"
 
28
                        index="5"
 
29
                        fg="0,0,128"/>
 
30
                <Style name="Bool"
 
31
                        index="6"
 
32
                        fg="128,0,255"/>
 
33
                <Style name="Self"
 
34
                        index="7"
 
35
                        fg="128,128,255"
 
36
                        bg="255,255,204"
 
37
                        bold="1"/>
 
38
                <Style name="Super"
 
39
                        index="8"
 
40
                        fg="0,128,255"
 
41
                        bg="236,255,234"
 
42
                        bold="1"/>
 
43
                <Style name="Nil"
 
44
                        index="9"
 
45
                        fg="128,128,192"/>
 
46
                <Style name="Global"
 
47
                        index="10"
 
48
                        fg="128,0,0"/>
 
49
                <Style name="Return"
 
50
                        index="11"
 
51
                        fg="0,0,255"
 
52
                        bold="1"/>
 
53
                <Style name="Special"
 
54
                        index="12"
 
55
                        fg="128,128,0"/>
 
56
                <Style name="Kws end"
 
57
                        index="13"
 
58
                        fg="0,128,255"/>
 
59
                <Style name="Assign"
 
60
                        index="14"
 
61
                        fg="255,0,0"/>
 
62
                <Style name="Character"
 
63
                                                index="15"
 
64
                                                fg="224,160,0"/>
 
65
                                <Style name="Special selector"
 
66
                        index="16"
 
67
                        fg="255,128,192"/>
 
68
 
 
69
                                <Style name="Selection"
 
70
                                                index="-99"
 
71
                                                bg="192,192,192"/>
 
72
                                <Style name="Active line"
 
73
                                                index="-98"
 
74
                                                bg="255,255,160"/>
 
75
                                <Style name="Breakpoint line"
 
76
                                                index="-2"
 
77
                                                bg="255,160,160"/>
 
78
                                <Style name="Debugger active line"
 
79
                                                index="-3"
 
80
                                                bg="160,160,255"/>
 
81
                                <Style name="Compiler error line"
 
82
                                                index="-4"
 
83
                                                bg="255,128,0"/>
 
84
                                <Style name="Matching brace highlight"
 
85
                                                index="34"
 
86
                                                bg="128,255,255"
 
87
                                                bold="1"/>
 
88
                                <Style name="No matching brace highlight"
 
89
                                                index="35"
 
90
                                                fg="255,255,255"
 
91
                                                bg="255,0,0"
 
92
                                                bold="1"/>
 
93
                                <Keywords>
 
94
                        <!-- "Special selectors" -->
 
95
                        <Set index="0"
 
96
                            value="ifTrue: ifFalse: whileTrue: whileFalse: ifNil: ifNotNil: whileTrue whileFalse repeat isNil notNil"/>
 
97
                                </Keywords>
 
98
                                <SampleCode value="lexer_smalltalk.sample"
 
99
                                                breakpoint_line="12"
 
100
                                                debug_line="17"
 
101
                                                error_line="23"/>
 
102
                <LanguageAttributes
 
103
                    LineComment=""
 
104
                    StreamCommentStart="&quot;"
 
105
                    StreamCommentEnd="&quot;"
 
106
                    BoxCommentStart="&quot;"
 
107
                    BoxCommentMid=""
 
108
                    BoxCommentEnd="&quot;"
 
109
                    CaseSensitive="1"/>
 
110
                </Lexer>
 
111
</CodeBlocks_lexer_properties>