John Salerno wrote:
1. How can I change the syntax highlighting colors for a particular
language?
You need to edit the properties file for this language. Colors are defined
in HTML-like syntax "#RRGGBB". A color definition in perl.properties looks
like this:
style.perl.14=fore:#000000,back:#FFE0FF
2. How can I set the length at which I want a line to wrap. (And is it
possible to set the behavior of the wrap, such as hard or soft
return?)
SciTE can wrap only at the width of the window. And it is just soft wrapping,
that is, it doesn't affect files (I assume this is what you mean by "soft",
"hard" would be inserting line terminators automatically as you type
- SciTE cannot do that).
3. When I try to print my open document, I get this in the output window:
a2ps ".SciTEUser.properties"
sh: a2ps: command not found
Exit code: 127
How can I fix this so that I can print?
SciTE on Linux uses an external program to print the file.
The default program is "a2ps" (it formats source code nicely).
Install this program or reconfigure SciTE to use a printing program you already
have, such as "lpr".
Hope this helps,
Piotr
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest