These are nightly builds of SciTE for 64-bit Windows, compiled using Visual C++. OK, technically it’s not SciTE (it’s Sc1) and not nightly (it’s whenever-I-remember-ly).
Note: If you want to create an auto-downloading script, please do so by scanning my Google Sites page. Don’t create meaningless hits to my blog.
Recently-introduced bugs
Zarro Boogs found.
Differences from standard build
I’m making a point of keeping this a very vanilla build, just with a few speed optimisations turned on. Do not send me bug reports or patches; send them to the SciTE developers instead.
Optimisation changes:
/O1replaced by/O2./fp:fastadded. If this creates any problem, I will take it out.
/arch:AVX is not used at the moment because, obviously, not everyone has a fancy new Sandy Bridge processor.
Licence
License for Scintilla and SciTE
Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>
All Rights Reserved
Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation.
NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
(Johannes’s note: even though the licence says “1998-2003″, take it with a grain of salt; some of the source files have very recent copyright years.)