~ubuntu-branches/ubuntu/wily/padre/wily

« back to all changes in this revision

Viewing changes to share/styles/ultraedit.yml

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2009-05-09 18:19:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090509181953-ttew3adppp057nha
Tags: 0.35-1
* New Upstream Version

* install eg/ as examples only in padre (not also in libwx-perl-
  dialog-perl)
* mention --pristine-tar in README.source
* add disable-tcp-server.patch
  the tcp server is used for communication with running instance of padre.
  Although it only listens on 127.0.0.1, there is no measures taken to
  ensure that the user connecting to the server is the same as the user
  running padre.
* add README.debian documenting changes in the package compared to
  upstream sources

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 background:  ffffff
66
66
 colors:
67
67
  wxSTC_STYLE_BRACELIGHT:
68
 
   foreground: 00ff00
 
68
   foreground: ff00ff
69
69
  wxSTC_STYLE_BRACEBAD:
70
70
   foreground: ff0000
71
71
  wxSTC_PL_DEFAULT:
73
73
  wxSTC_PL_ERROR:
74
74
   foreground: ff0000
75
75
  wxSTC_PL_COMMENTLINE:
76
 
   foreground: 007f00
 
76
   foreground: 3f7f7f
77
77
  wxSTC_PL_POD:
78
 
   foreground: 7f7f7f
 
78
   foreground: 3f7f7f
79
79
  wxSTC_PL_NUMBER:
80
 
   foreground: 007f7f
 
80
   foreground: ff0000
81
81
  wxSTC_PL_WORD:
82
 
   foreground: 00007f
 
82
   foreground: 000000
83
83
  wxSTC_PL_STRING:
84
 
   foreground: ff7f00
 
84
   foreground: 7f7f7f
85
85
  wxSTC_PL_CHARACTER:
86
 
   foreground: 7f007f
 
86
   foreground: 7f7f7f
87
87
  wxSTC_PL_PUNCTUATION:
88
 
   foreground: 000000
 
88
   foreground: 7f3f00
89
89
  wxSTC_PL_PREPROCESSOR:
90
90
   foreground: 7f7f7f
91
91
  wxSTC_PL_OPERATOR:
92
 
   foreground: 00007f
 
92
   foreground: 7f3f00
93
93
  wxSTC_PL_IDENTIFIER:
94
 
   foreground: 0000ff
 
94
   foreground: 000000
95
95
  wxSTC_PL_SCALAR:
96
 
   foreground: 7f007f
 
96
   foreground: 000000
97
97
  wxSTC_PL_ARRAY:
98
 
   foreground: 4080ff
 
98
   foreground: 000000
99
99
  wxSTC_PL_HASH:
100
 
   foreground: 0080ff
 
100
   foreground: 000000
101
101
  wxSTC_PL_SYMBOLTABLE:
102
102
   foreground: 00ff00
103
103
# missing SCE_PL_VARIABLE_INDEXER (16)
104
104
  wxSTC_PL_REGEX:
105
 
   foreground: ff007f
 
105
   foreground: 7f00ff
106
106
  wxSTC_PL_REGSUBST:
107
107
   foreground: 7f7f00
108
108
  wxSTC_PL_LONGQUOTE:
109
 
   foreground: ff7f00
 
109
   foreground: 7f7f7f
110
110
  wxSTC_PL_BACKTICKS:
111
 
   foreground: ffaa00
 
111
   foreground: 00bf00
112
112
  wxSTC_PL_DATASECTION:
113
113
   foreground: ff7f00
114
114
  wxSTC_PL_HERE_DELIM:
115
115
   foreground: ff7f00
116
116
  wxSTC_PL_HERE_Q:
117
 
   foreground: 7f007f
 
117
   foreground: 7f7f7f
118
118
  wxSTC_PL_HERE_QQ:
119
 
   foreground: ff7f00
 
119
   foreground: 7f7f7f
120
120
  wxSTC_PL_HERE_QX:
121
 
   foreground: ffaa00
 
121
   foreground: 00bf00
122
122
  wxSTC_PL_STRING_Q:
123
 
   foreground: 7f007f
 
123
   foreground: 7f7f7f
124
124
  wxSTC_PL_STRING_QQ:
125
 
   foreground: ff7f00
 
125
   foreground: 7f7f7f
126
126
  wxSTC_PL_STRING_QX:
127
 
   foreground: ffaa00
 
127
   foreground: 7f7f7f
128
128
  wxSTC_PL_STRING_QR:
129
 
   foreground: ff007f
 
129
   foreground: 7f00ff
130
130
  wxSTC_PL_STRING_QW:
131
 
   foreground: 7f007f
 
131
   foreground: 7f7f7f
132
132
# missing:
133
133
#define SCE_PL_POD_VERB 31
134
134
#define SCE_PL_SUB_PROTOTYPE 40