Re: Re: [scite] One line patch to SciTE

2006-02-14 Thread Pedro A ARANDA
From: Neil Hodgson [EMAIL PROTECTED] Reply To: Discussion of the SciTE editor scite-interest@lyra.org To: Discussion of the SciTE editor scite-interest@lyra.org Subject: Re: [scite] One line patch to SciTE Sent: Thursday, February 9, 2006 11:57 PM Pedro: Apart from this patch, I include

RE: [scite] SciTE and ClearCase

2006-02-14 Thread Ghassan Hammouri
Hi April, Thanks for the response. Sorry, I should have provided more info. I'm using Linux 2.4 x86 with GTK+ 1.2 and SciTE 1.66. Yes, SciTE will pop-up a little window saying Cannot open file. This happens if the file resides inside a VOB directory (in the ClearCase virtual filesystem), even

[scite] Vertical scroll

2006-02-14 Thread Oliver Keil
Hi, I have a couple of question re GTK2 version of SciTE: 1. When holding down the Dn-arrow or PgDn keys, Scite does not scroll the text immediately, but seems to wait and update the screen in intervals. This only seems to happen in GTK2 version, its not seen in the Windows version. How can I

Re: [scite] moving a selection (linux)

2006-02-14 Thread Neil Hodgson
Axel Huizinga: On linux SciTE (now I use Version 1.67) moving a selection always keeps the original. On Win I can move a selection by point and drag and keep the original with CTRL but on linux the original is always kept. Is there any way to change this? Press Shift. Neil

Re: Re: [scite] One line patch to SciTE

2006-02-14 Thread Neil Hodgson
Pedro: Because FileDir lands me in the directory which contains the file and I want to compile from the directory I launch SciTE from. Like in: [EMAIL PROTECTED]:~/Devel/project$ SciTE notused/Statistics.java I want to launch ant from ~/Devel/project and not from ~/Devel/project/notused,

Re: [scite] SciTE and ClearCase

2006-02-14 Thread Neil Hodgson
Ghassan Hammouri: Yes, SciTE will pop-up a little window saying Cannot open file. This happens if the file resides inside a VOB directory (in the ClearCase virtual filesystem), even if the file is not a ClearCase-versioned file. In other words, I could do a 'touch newfile.txt and then try to

[scite] Lua and InputBox

2006-02-14 Thread Wojciech Warczakowski
Hi, is it possible to use something like InputBox in Lua? I'm using SciTE on WindowsXP. -- Regards Wojtek ___ Scite-interest mailing list Scite-interest@lyra.org http://mailman.lyra.org/mailman/listinfo/scite-interest

Re: [scite] moving a selection (linux)

2006-02-14 Thread Axel Huizinga
Neil Hodgson schrieb: Axel Huizinga: On linux SciTE (now I use Version 1.67) moving a selection always keeps the original. On Win I can move a selection by point and drag and keep the original with CTRL but on linux the original is always kept. Is there any way to change this?

Re: [scite] Vertical scroll

2006-02-14 Thread Ben Segall
It depends on the version of GTK+ 2. On recent versions you can start typing. A slash may display an entry field. For all this time I've been hating the GTK+ 2 open box and it actually does have the ability to type in a filename? Thank you! ___

Re: [scite] Lua and InputBox

2006-02-14 Thread April White
Wojciech Warczakowski wrote: is it possible to use something like InputBox in Lua? I'm using SciTE on WindowsXP. First, I believe InputBox() is not part of the windows 32 API. Second, I believe you would have to compile such a function into a DLL and load it within a Lua script. I've

RE: [scite] Lua and InputBox

2006-02-14 Thread GarcĂ­a Braschi , Gonzalo
From: Wojciech Warczakowski is it possible to use something like InputBox in Lua? I'm using SciTE on WindowsXP. Some time ago someone sent a message about a small dll he had done to offer InputBox and MessageBox functionality. It should be in the list's archives... Oh, ok, it's in: