On Wed, 24 Feb 2010 13:08:24 +0000 Nick Treleaven nick.treleaven@btinternet.com wrote:
I just implemented $subj. I can't be sure all decisions I made are right, so I request a review. There are a couple of screen shots, for those who don't like applying patches: [1], [2].
Thanks ;-)
Also for the project display setting I think you should use an enum rather than 0, 1, 2.
We should really use Scintilla's EDGE_NONE, EDGE_LINE, EDGE_BACKGROUND instead of 0,1,2 but this was an existing issue.
Regards, Nick