Differences between revisions 2 and 3
Revision 2 as of 2007-02-02 05:25:11
Size: 57
Editor: limodou
Comment:
Revision 3 as of 2007-02-02 05:30:03
Size: 1219
Editor: limodou
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

This is black python syntax file content
{{{
[styleitems]
controlchar = u"fore:#FFFFFF"
p_default =
number = u"fore:#6B238E"
classname = u"bold,fore:#FF0000"
triple = u"fore:#EABF71"
operator = u"fore:#BBBBBB"
defname = u"bold,fore:#4179C5"
stringeol = u"fore:#000000,back:#E0C0E0,eol"
character = u"fore:#9F9F9F"
-selback = u"back:#000080"
bracebad = u"bold,fore:#0000FF"
string = u"fore:#E19618"
bracelight = u"bold,fore:#FF0000"
tripledouble = u"fore:#EABF71"
commentline = u"italic,fore:#626262"
commentblock = u"fore:#238E23,back:#E8FFE8"
-caretback = u"back:#050349"
keyword = u"bold,fore:#6AB825"
default = u"fore:#FFFFFF,back:#000000,face:Courier New,size:11"
-caretfore = u"fore:#FF0000"
linenumber = u"fore:#000000,back:#AAFFAA,size:10"
identifier = u"fore:#BBBBBB"
}}}

Copy these to your python.stx in $(UliPad)/conf/stx/python.stx. If there is no such file you can create one yourself. Or you can let UliPad automatically create for you. Just Document -> Syntax Preference, in the pop up dialog click OK button. Then UliPad should create a stx directory in conf folder. You should find python.stx file in that folder.

Black Python Theme

attachment:black_python.jpg

This is black python syntax file content

[styleitems]
controlchar = u"fore:#FFFFFF"
p_default = 
number = u"fore:#6B238E"
classname = u"bold,fore:#FF0000"
triple = u"fore:#EABF71"
operator = u"fore:#BBBBBB"
defname = u"bold,fore:#4179C5"
stringeol = u"fore:#000000,back:#E0C0E0,eol"
character = u"fore:#9F9F9F"
-selback = u"back:#000080"
bracebad = u"bold,fore:#0000FF"
string = u"fore:#E19618"
bracelight = u"bold,fore:#FF0000"
tripledouble = u"fore:#EABF71"
commentline = u"italic,fore:#626262"
commentblock = u"fore:#238E23,back:#E8FFE8"
-caretback = u"back:#050349"
keyword = u"bold,fore:#6AB825"
default = u"fore:#FFFFFF,back:#000000,face:Courier New,size:11"
-caretfore = u"fore:#FF0000"
linenumber = u"fore:#000000,back:#AAFFAA,size:10"
identifier = u"fore:#BBBBBB"

Copy these to your python.stx in $(UliPad)/conf/stx/python.stx. If there is no such file you can create one yourself. Or you can let UliPad automatically create for you. Just Document -> Syntax Preference, in the pop up dialog click OK button. Then UliPad should create a stx directory in conf folder. You should find python.stx file in that folder.

UliPadScreenShot (last edited 2009-12-25 07:12:33 by localhost)