Re: [scite] Re: Re: Re: Compiler error

2007-08-05 Thread Neil Hodgson
Roger Sondermann: When I set CYGWIN = 0 or comment out the ifdef TERM in .../scite/win32/makefile I do get: with make: make: *** No rule to make target `..\..\scintilla\bin \Scintilla.dll', needed by `..\bin\Scintilla.dll'. Stop with mingw32-make.exe: cp ..\..\scintilla\bin\SciLexer.dll

Re: [scite] For your consideration, my SciTE Job Queue implementation

2007-08-05 Thread Neil Hodgson
April White: Can anyone confirm whether InterlockedExchange() exists in GTK? I think the closest is g_atomic_int_compare_and_exchange but it will be simpler to just implement the functionality using a mutex. Neil ___ Scite-interest mailing

Re: [scite] Re: [lua] removing empty lines

2007-08-05 Thread Frank Wunderlich
April White, 05.08.2007 03:03: I have not been following this thread, but would not a search and replace work? Search for \r\n\r\n Replace with \r\n (and I guess if it is a Linux file, that would \n\n and \n respectfully) with the 'Transform backslash expressions' checked Run the