On Fri, 08 Nov 2013, Sean wrote:
>
> Hi Tobi, thanks for the Answer.
>
> Would it be too much if i request you do show me a Minimum
> Working Example of the correct syntax? The
> html-highlighter given in the Examples is too complex..
>
I perfectly understand that. I once aimed at implementin
Hi Tobi, thanks for the Answer.
Would it be too much if i request you do show me a Minimum
Working Example of the correct syntax? The
html-highlighter given in the Examples is too complex..
--
November Webinars for C,
On Fri, 08 Nov 2013, Sean wrote:
> want that my program, at a click of the button will do
> some highlighting in the text in an editor (a component of
> gambas that you can add to a form).
>
> So, in the form_open() method, i set :
>
> programEdit.Styles[Highlight.Normal].Color = Color.Red
>
want that my program, at a click of the button will do
some highlighting in the text in an editor (a component of
gambas that you can add to a form).
So, in the form_open() method, i set :
programEdit.Styles[Highlight.Normal].Color = Color.Red
programEdit.Styles[Highlight.Keyword].Color =
Co