mozers wrote:
Monday, March 19, 2007, 9:32:53 PM, Robert wrote:
Robert Roessler wrote:
The way you stated your sentence, one could feel that de-emphasis was
pervasive, I just shown that lot of applications still hide the selection, and that MS provides ways for both behaviours.
RR> Philippe Lhoste wrote:
RR> After a quick survey of "modern" (whatever that means) apps on XP
RR> *and* Vista, from Microsoft and others, I *was* making the point that RR> de-emphasis was a pervasive behavior. You were taking the more RR> "micro" and focused argument that *controls* [might] default to no RR> indication of selection when inactive.
---- [skip]-----
---- [skip]-----
---- [skip]-----
---- [skip]-----

Dear sirs!
Your reasonings are very instructive and useful.
While you practised in rhetoric, me who doesn't know C++ at all tormented with 
the decision of a problem.
For you it is elementary.

line 1648 from SciTEWin.cxx:
--------------------------------------------------------------
    case WM_ACTIVATEAPP:
        if (props.GetInt("selection.hide.on.deactivate", 1)) {
            SendEditor(SCI_HIDESELECTION, !wParam);
        }
--------------------------------------------------------------

:)

Thanks for "cutting to the chase"... even though we were debating what *should* be the behavior [in SciTE], you have clearly demonstrated how easy it *is* to keep the selection showing.

Do note that those of us who *want* the selection to show believe (I think) that it should "change" somehow... "dimming" is one choice.

Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to