Color to the End-Of-Line ?

SyntaxEditor for Windows Forms Forum

Posted 15 years ago by Mike Griffin - President, EntitySpaces, LLC
Avatar
I've been playing around with the Trial version, specifically the "Dynamic Create" form. I set it to be HTML with C# used between the <% %> brackets, however, when I have areas like this:

<% 
    string objName = "";
    string objType = "";
    foreach(IColumn col in cols)
    {
    
    }
%>
The color on each line only highlights the background to the last character of the line. It really looks pretty ugly this way, is there anyway to make it go to the END of the line? In reality, in this entire code block between the <% %> tags everything should have my background color (full line) but it only hightlights to the last character on each line.

Thanks

- Mike


[Modified at 11/24/2008 08:42 PM]

[Modified at 11/24/2008 08:43 PM]

[Modified at 11/24/2008 08:43 PM]

[Modified at 11/24/2008 08:43 PM]

[Modified at 11/24/2008 08:43 PM]

[Modified at 11/24/2008 08:44 PM]

Comments (1)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Mike,

Look at our ActiproSoftware.HTML.xml sample definition file. The child languages there have background colors that fill the entire child language area. You do this via the ChildLanguageBackColor attribute. Search for that in the XML definition.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.