Re: [scintilla] RE: Select and Tab
by Philippe Lhoste other posts by this author
Feb 27 2004 9:15AM messages near this date
Re: [scintilla] UltraLex.cxx - The final lexer?
|
[scintilla] NULL appended to end of file
Mona:
> I have following 2 lines in my scintilla editor
>
> Subtract
> from sql
>
> I highlight only first line (Subtract) and press tab , the selection
> gets deleted and tab is inserted
>
> If i highlight the both the lines and hit tab, selection does not get
> deleted and tab is inserted
>
> Why does the selection get deleted in the first case .??
If you select the whole first line (including the ending end-of-line (EOL)),
eg. by clicking on the selection margin or by extending the selection to the
left of "from", then there is a problem, it should be indented.
If you are only selecting "Substract", eg. by double-clicking on it, it is
the normal "typed text replaces selection" behaviour.
Regards.
--
--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--
Philippe Lhoste (Paris -- France)
Professional programmer and amateur artist
http://jove.prohosting.com/~philho/
--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--
GMX ProMail (250 MB Mailbox, 50 FreeSMS, Virenschutz, 2,99 EUR/Monat...)
jetzt 3 Monate GRATIS + 3x DER SPIEGEL +++ http://www.gmx.net/derspiegel +++
_______________________________________________
Scintilla-interest mailing list
Scintilla-interest@[...].org
http://mailman.lyra.org/mailman/listinfo/scintilla-interest
|