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

2007-06-20 Thread Neil Hodgson

Felix Kater:


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()


  The code that is finding the similar words in the text does not
understand UTF-8, only byte value characters so stops when it finds a
byte that is not in the list of word characters. This then presents
half of a UTF-8 character to the list show code which then fails. Its
unlikely I'll fix this.

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


Re: [scite] Long path problem

2007-06-20 Thread Neil Hodgson

Marcel x:


should be char pipeData[PATH_MAX]; ?


  Committed except with MAX_PATH which is the internal version of PATH_MAX.

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


Re: [scite] SciTE 1.74 released

2007-06-20 Thread Neil Hodgson

KHMan:


* need to update list of lexers in SciTEDoc.html: cmake, gap, plm,
progress

* in the global properties, menu.language, the entry for Forth is
missing, it can be commented out by default


  Committed.

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


Re: [scite] SciTE 1.74 released

2007-06-20 Thread Neil Hodgson

Steve Donovan:


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.


  I don't think PLAT_WIN is visible there. Shouldn't it be _WIN32 to
match luaconf.h.

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


Re: [scite] caret.fore property

2007-06-20 Thread Neil Hodgson

mitchell:

I figure since generally the editor and output pane
background colors will be the same, caret.fore should apply to both of
them.


  OK, committed.

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


[scite] Compiling in two phases

2007-06-20 Thread jbgarcia


Hi, there !

I have a problem with SciTE, regarding compiling an executing, since in my
system, you need to compile your program and then assemble it.

I suppose that the direct solution is to use compile for the compiler, build for
the assembler, and then go for execution, but I'd like to have it done in just
one step. It'd be cool if these steps (compile & build) were called
automatically when performing "Go", but they are not.

I don't know whether SciTE has been designed to launch multiple commands,
however, I've tried various solutions (unsuccessfully), and finally stuck with
calling a batch file that launches the needed operations:

compile.*.prowl = prowl.bat $(FileName)

What I intended to do was something like :

compile.*.prowl = prowl.exe $(FileName); za.exe $(FileName)

or

compile.*.prowl = prowl.exe $(FileName) && za.exe $(FileName)

and even

compile.*.prowl = cmd.exe /c "prowl.exe $(FileName)" && za.exe $(FileName)

Is there any way to solve this ?

Thank you in advance,

Baltasar


--oOo-oOo--

Servicio de acceso ó correo electrónico vía web da Universidade de Vigo
Servicio de acceso al correo electrónico vía web de la Universidad de Vigo

Servicios Informáticos [ http://si.uvigo.es ]
Universidade de Vigo [ http://www.uvigo.es ]

URL: https://correoweb.uvigo.es

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


[scite] Has scite terminal version?

2007-06-20 Thread mike yao

I am a serval years emacs user. Emacs is big, complex, i can't master it. So
i look for a new programmer editor. I like small program, scite is small,
fast, powerfull. I often work on Linux and modify some config files by emacs
-nw. Has scite a terminal version?
___
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest


Re: [scite] Has scite terminal version?

2007-06-20 Thread Robert Roessler

mike yao wrote:
I am a serval years emacs user. Emacs is big, complex, i can't master 
it. So i look for a new programmer editor. I like small program, scite 
is small, fast, powerfull. I often work on Linux and modify some config 
files by emacs -nw. Has scite a terminal version?


Well, it is a GUI app on GTK+ / Linux boxes too...

http://scintilla.sourceforge.net/SciTEDownload.html

Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
___
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest