Re: [scite] Startup issue

2007-07-29 Thread steve donovan
That could make sense - something like 'SciteStartup.lua', sitting in the 'appropriate' directory for Windows and Linux. I tend to use different script placement strategies on Windows because the user directories are in such awkward places. It would IMHO also be useful if SciTE gave a friendlier

Re: [scite] me, Linux, and SciTE/Scintilla

2007-07-29 Thread April White
April White wrote: I think I am going to rethink my approach to the job system under Linux, to minimize the changes. Back to the drawing board. Success! I have to remove all of my debug code, document my changes, and remember how to connect to the site where I've stored previous versions in

[SciTE] broken link

2007-07-29 Thread F.E. Karaoulanis
The TCL API file link at http://scintilla.sourceforge.net/SciTEExtras.html is broken and points to a parked domain. -- Consider visiting www.nemesis-project.org. Home of an experimental finite element code.

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

2007-07-29 Thread April White
I have uploaded to: http://www.scintilla.org/aprilw/scite-v174dev-april-2007-07-29.zip http://www.scintilla.org/aprilw/scite-dev-april-2006-05-02.zip the source code for my implementation a replacement for the SciTE command system, for both Win32 and GTK. I've included Changelog-AprilW.txt

[scite] testing, testing, 1, 2, 3...

2007-07-29 Thread April White
I posted something six hours ago and it has not shown up. April -- You can't teach a new mouse old clicks. Steve Quinn Maxims for the Internet Age ___ Scite-interest mailing list Scite-interest@lyra.org

Re: [SciTE] broken link

2007-07-29 Thread Neil Hodgson
F.E. Karaoulanis: The TCL API file link at http://scintilla.sourceforge.net/SciTEExtras.html is broken and points to a parked domain. OK, removed. The extras page would probably be better as a wiki rather than being mediated by me if anyone is interested in setting that up. Neil

Re: [scite] me, Linux, and SciTE/Scintilla

2007-07-29 Thread Neil Hodgson
April White: Okay, only the 'Go' command, but it works. I'll try the change I made to the SciTE/Lua interface, where I added scite.Execute() Good! Shouldn't be much more work to add the other commands. Neil ___ Scite-interest mailing list

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

2007-07-29 Thread mitchell
Hi, April White wrote: I have uploaded to: http://www.scintilla.org/aprilw/scite-v174dev-april-2007-07-29.zip http://www.scintilla.org/aprilw/scite-dev-april-2006-05-02.zip the source code for my implementation a replacement for the SciTE command system, for both Win32 and GTK. I've