SciTE 1.79 is a minor release.
This release allows wrapped lines to be indented to match the
initial line.
The tab bar is improved: on GTK+ it can be scrolled when there are
many tabs and on Windows tabs can be reordered by drag and drop.
There are other minor fixes and improvements.
A detailed list of changes is available on the history page.
http://www.scintilla.org/ScintillaHistory.html
Thanks to the contributors of code and documentation and to the
testers.
http://scintilla.sourceforge.net/SciTEDownload.html
Neil
Istvan
How can I disable this?
Thank you.
Istvan
Neil Hodgson wrote, on 07/03/2009 04:42 AM:
> I've just compiled this new version and it seems the drag and drop of a
> selected text doesn't work work me on Fedora9.
Do parts of it work? For example, if you start dragging text from
gedit, do you see a drag caret inside SciTE?
> Also doesn't copy the selected text while pressing CTRL key + mouse left
> button.
Ctrl+Click hasn't copied text before. Are you thinking of middle click?
> Just noticed the "virtual space" feature.
Virtual space isn't in 1.79. Its only in pre-release code.
> How can I disable this?
If you are using the prerelease then sending
SCI_SETVIRTUALSPACEOPTIONS with SCVS_NONE will turn off both uses of
virtual space.
Neil