jaybatavia / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

background coloring of muliline strings #182

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
In Editor Options| Syntax Colors| Documentation  set a background color.

What is the expected output? What do you see instead?
Background coloring looks ugly on multiline strings, because it does not 
follow indentation.

Proposing two alternative solutions:
-Don't apply the background color to characters within the indented 
rectangular white space in front of the multiline string.
OR:
-Apply background color everywhere in a rectangle enclosing the multiline 
string, even at character possitions where there are no characters in the 
file.

I think the second alternative would look superior: you see a nice 
documentation box that is not interupted by empty lines.  But there could 
be technical reasons to prefer the first.

Original issue reported on code.google.com by hey...@yahoo.com on 26 Dec 2007 at 9:30

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 3 Jan 2008 at 3:06

GoogleCodeExporter commented 9 years ago
Nice suggestion, but it is rather hard to implement and there are other issues 
with
higher priority that need attention.

Original comment by pyscripter on 1 Mar 2008 at 2:23

GoogleCodeExporter commented 9 years ago
Actually it is not that hard

Original comment by pyscripter on 19 Mar 2008 at 9:45

GoogleCodeExporter commented 9 years ago
Fixed in version control (your second alternative)

Original comment by pyscripter on 21 Mar 2008 at 5:46

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 21 Mar 2008 at 5:49