The Save As dialog on GTK+ now sets the file name field to the
current value to make it easier to save the file to another directory
with its current name or to modify the name. Export As * modifies the
file name (for example, x.cxx -> x.html, or x.cxx.html, or x_cxx.html)
according to the expor
The '.' in directory name bug is now fixed in CVS and also available from
http://scintilla.sourceforge.net/scite.zip Source
http://scintilla.sourceforge.net/wscite.zip Windows executable
Please check to see if this has fixed the problems you have experienced.
Neil
__
The intention of save.all.for.build is to save all buffers before
performing a Compile, Build, or Go command and for it not to affect
other commands. Compile, Build and Go are likely to process multiple
files and so there is a way to save all the buffers. Other tool
commands are more likely to
Roger Sondermann:
> with the latest CVS version I get a lot of compiler warnings:
>
> Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
> ..\src\scitebase.cxx:
> Warning W8071 ..\src\scitebase.cxx 3011: Conversion may lose
> significant digits
Fixed in CVS.
Neil
__