Re: [scite] SciTE 1.74 released

2007-06-19 Thread Steve Donovan
 Neil Hodgson [EMAIL PROTECTED] 18/06/2007 02:13 
SciTE 1.74 is now available from the scintilla.org web site.

We're _almost_ there on the loadlib saga - it's still necessary to put

something like 

#ifndef PLAT_WIN
#define LUA_DL_DLOPEN
#endif

in scite/lua/src/lib/loadlib.c to get the actual working
implementation
of loadlib, rather than the not-implemented stub.

Sorry I didn't catch this over the weekend, but the phone
crashed.

steve d.


-- 
This message is subject to the CSIR's copyright, terms and conditions and
e-mail legal notice. Views expressed herein do not necessarily represent the
views of the CSIR.
 
CSIR E-mail Legal Notice
http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html 
 
CSIR Copyright, Terms and Conditions
http://mail.csir.co.za/CSIR_Copyright.html 
 
For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR
Legal Notice send a blank message with REQUEST LEGAL in the subject line to
[EMAIL PROTECTED]


This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.

___
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest


Re: [scite] Re: April White's ( PhiLho's) tool menu generator

2007-06-19 Thread Neil Hodgson

mitchell:


I suspect it has to do with OnClear. It now is called *before* the Lua
global namespace is reinitialized, giving scripts a chance to clean up
after themselves as in the documentation.


  I thinks its a scoping or lifetime issue. If toolList is
initialised after udl_ListTools then its OK:
local toolList = 

  Neil
___
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest


[scite] Re: April White's ( PhiLho's) tool menu generator

2007-06-19 Thread Philippe Lhoste

On 19/06/2007 04:12, Doyle Whisenant wrote:
Hi, I use the lua code above in SciTE all of the time. Now since 
upgrading to 1.74, the code doesn't work. What do I need to change in 
order for this to work in Version 1.74 (with lua5.1?)


See: 
http://article.gmane.org/gmane.editors.scite.general/6837/match=april+white+tools+menu 


This is pretty old code, a more recent version (looking like what I 
currently use, not tested in 1.74 yet) is there:

http://article.gmane.org/gmane.editors.scite.general/7841/match=udl+listtools

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --

___
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest


Re: [scite] Re: April White's ( PhiLho's) tool menu generator

2007-06-19 Thread Doyle Whisenant

Philippe Lhoste wrote:

On 19/06/2007 04:12, Doyle Whisenant wrote:
Hi, I use the lua code above in SciTE all of the time. Now since 
upgrading to 1.74, the code doesn't work. What do I need to change in 
order for this to work in Version 1.74 (with lua5.1?)


See: 
http://article.gmane.org/gmane.editors.scite.general/6837/match=april+white+tools+menu 



This is pretty old code, a more recent version (looking like what I 
currently use, not tested in 1.74 yet) is there:
http://article.gmane.org/gmane.editors.scite.general/7841/match=udl+listtools  



Thanks Philippe, this does indeed look interesting. I'll see if I can 
change what I have to use this.


--

Thanks!

Doyle Whisenant
[EMAIL PROTECTED]
___
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest


[scite] 1.74: Pango Warning: Invalid UTF-8

2007-06-19 Thread Felix Kater
Hi,

when I enable utf-8 and also the dynamic popups for already typed words
(don't know how you call them) and if the popup tries to display an
*existing/listed* word with the german umlaut u (with two dots) I get:

(scite:8921): Pango-Warning **: Invalid UTF-8 string passed to
pango_layout_set_text()

I am using pango-1.14.10 on linux.

Thank You
Felix
___
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest