[scite] Re: Support for CSS in the HTML Language

2007-07-11 Thread Philippe Lhoste
On 11/07/2007 05:38, Kronuz wrote: Hey how hard would it be to add /* CSS */ support for CSS in the HTML lexer? Would it be possible for someone to do it and add that support? It would be really nice if it had that. The HTML lexer is one huge lexer, using all available styling bits

Re: [scite] Support for CSS in the HTML Language

Kronuz: it'd be nice if the JavaScript was a full "copy" of the stand alone CPP lexer. In some ways I've been thinking about possibly reusing CPP functionality inside HTML; HTML would depend on CPP, and CPP would have more a generalized version of its lexer available for HTML (or others) use. (T

RE: [scite] Support for CSS in the HTML Language

Neil, > > it'd be nice if the JavaScript was a full "copy" of the stand > > alone CPP lexer. In some ways I've been thinking about possibly > reusing CPP > > functionality inside HTML; HTML would depend on CPP, and CPP would > have more > > a generalized version of its lexer available for HTML (or

RE: [scite] Ctrl+Tab navigation

Vladislav, > > What about this, is there a way of having that "stack" behavior back > in the > > current SciTE? > > You should set or uncomment option > buffers.zorder.switching=1 > in your config file. Hmm.. thanks... I think I tried that in I believe SciTE 1.73 some while ago but it wasn't wor

[scite] How to Use Margin 1 and Marker(s) to show breakpoint.

Hello all, I want to use Margin 1 and Maker in Scite do show breakpoint as RED circle , but I did not how to do this. I made the Margin 1 sensitive and I can receive the margin 1 cliked notification message, but I did not know how to show the circle on the margin 1 like vs.net. Could anyone

Re: [scite] How to Use Margin 1 and Marker(s) to show breakpoint.

Yan Feng wrote: I want to use Margin 1 and Maker in Scite do show breakpoint as RED circle , but I did not how to do this. I made the Margin 1 sensitive and I can receive the margin 1 cliked notification message, but I did not know how to show the circle on the margin 1 like vs.net. Have y

RE: [scite] How to Use Margin 1 and Marker(s) to show breakpoint.

Hi Robert, Yes, I did. I add Margin 1 to as symbol margin, and add code like below. SendOutput(SCI_MARKERDELETEALL, static_cast(-1)); SendOutput(SCI_MARKERDEFINE, 0, SC_MARK_SMALLRECT); SendOutput(SCI_MARKERSETFORE, 0, ColourOfProperty(props