Neil Hodgson | 3 Feb 2011 00:33
Picon

SciTE 2.24 released

   SciTE 2.24 is now available from the scintilla.org web site.

   SciTE 2.24 is a minor release. The main reason for this release is
that a memory leak was fixed on GTK+ 2.22 or later.

   The Insert Abbreviation dialog is now implemented on GTK+.

   Other changes were made and bugs fixed. A detailed list of changes
is available on the history page.
http://www.scintilla.org/ScintillaHistory.html

   SciTE uses Mercurial (Hg) for source code control. The repositories
can be cloned with
hg clone http://scintilla.hg.sourceforge.net:8000/hgroot/scintilla/scintilla
hg clone http://scintilla.hg.sourceforge.net:8000/hgroot/scintilla/scite

   Thanks to the contributors of code and documentation and to the testers.

   Neil

--

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-interest <at> googlegroups.com.
To unsubscribe from this group, send email to scite-interest+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.

Frank | 3 Feb 2011 12:33
Picon

Re: SciTE 2.24 released

current version gives Segmentation fault after opening About-Box

steps to reproduce:
open scite
open about-box (Menu help => About scite)
close about-box ([x])
close scite ([x])

using ubuntu 10.4.1 Server

configfiles in /usr/share/scite from archive, no user-config
(~/.SciTEUser.properties)

Regards Frank

--

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-interest <at> googlegroups.com.
To unsubscribe from this group, send email to scite-interest+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.

Neil Hodgson | 3 Feb 2011 14:16
Picon

Re: Re: SciTE 2.24 released

Frank:

> current version gives Segmentation fault after opening About-Box

   That looks like it was in there before. Fixed in Hg.

   Neil

--

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-interest <at> googlegroups.com.
To unsubscribe from this group, send email to scite-interest+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.

mitchell | 4 Feb 2011 04:52
Favicon

Scintillua 2.24-1

Hi,

Scintillua 224-1is available for SciTE 2.24 from http://code.google.com/p/scintillua/

Scintillua adds support for Lua LPeg lexers (over 70 of them) in
Scintilla and SciTE. The LPeg lexer is an external lexer so no
modifications to Scintilla are necessary. As of SciTE 2.22, Scintillua
can be 'dropped-in' to a SciTE install.

I realize the LPeg lexers are not restored when switching buffers
which can be quite annoying. I hope to have a fix in time for 2.25.

mitchell

--

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-interest <at> googlegroups.com.
To unsubscribe from this group, send email to scite-interest+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.

dlchnr | 6 Feb 2011 18:53
Picon

Compiling SciTE 2.24 with Microsoft Visual C++ 2008 Express Edition

 <at>  Neil
I've compiled new release of SciTE with Microsoft Visual C++ 2008
Express Edition
and got the following warnings and linker errors (no problem for me,
only a hint for
you - maybe you want to change something):

# Warnings
h:\p2009\wxwidgets-2.8.9\test224\scite\win32\scitewin.cxx(516) :
warning C4996: 'unlink': The POSIX name for this item is deprecated.
Instead, use the ISO C++ conformant name: _unlink. See online help for
details.
        c:\programme\microsoft visual studio 9.0\vc\include
\stdio.h(301) : see declaration of 'unlink'
h:\p2009\wxwidgets-2.8.9\test224\scite\win32\scitewin.cxx(1053) :
warning C4996: 'strlwr': The POSIX name for this item is deprecated.
Instead, use the ISO C++ conformant name: _strlwr. See online help for
details.
        c:\programme\microsoft visual studio 9.0\vc\include
\string.h(216) : see declaration of 'strlwr'

# Linker Errors
Linking...
SciTEWin.obj : error LNK2019: unresolved external symbol
__imp__CloseThemeData <at> 4 referenced in function "protected: virtual
void __thiscall Strip::Destruction(void)" (?Destruction <at> Strip <at>  <at> MAEXXZ)
SciTEWin.obj : error LNK2019: unresolved external symbol
__imp__DrawThemeBackground <at> 24 referenced in function "protected:
virtual void __thiscall Strip::Paint(struct HDC__ *)" (?
Paint <at> Strip <at>  <at> MAEXPAUHDC__ <at>  <at>  <at> Z)
(Continue reading)

Neil Hodgson | 7 Feb 2011 04:53
Picon

Removing Visual Studio project files

   As mentioned in the past, the Visual Studio project files
vcbuild/SciTE.dsp and boundscheck/SciTE.dsp require effort to
maintain. There is also a support cost with people trying to use these
project files with versions of Visual Studio and the Windows SDK which
are incompatible. vcbuild/SciTE.dsp is not compatible with Visual
Studio 2010.

   The supported way to build Scintilla and SciTE on Windows with
Microsoft's compiler is to use the make files
scintilla/win32/scintilla.mak and scite/win32/scite.mak as explained
in the scintilla/README file.

   These files will be removed from the repository soon. If people
want to maintain Visual Studio projects for SciTE, these could be
hosted on the SciTE wiki.

   The project files used for memory leak debugging,
scite/boundscheck/SciTE.vcproj and its companion
scite/boundscheck/SciTE.sln files will still be present as LexGen.py
automatically updates scite/boundscheck/SciTE.vcproj.

   Neil

--

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-interest <at> googlegroups.com.
To unsubscribe from this group, send email to scite-interest+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.

(Continue reading)

mozers | 9 Feb 2011 21:07
Picon

Re: Announce: scite-files wiki

Dear Jamon Ben!

http://scite-files.googlecode.com/svn/trunk/process_communication/scite_helper_04beta_src/
I ask you to delete this folder and its contents, because:
- This is an obsolete version, which will not be updated.
- This truncated version, in which there is no documentation, examples, DLL and setup.
I believe that the contents of this directory discredit SciTE.Helper and me personally.

Current updated version, without these deficiencies is available here.
http://scite-ru.googlecode.com/svn/trunk/pack/tools/Helper/SciTE.Helper.html

-- 
mozers
<http://scite.net.ru>

--

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-interest <at> googlegroups.com.
To unsubscribe from this group, send email to scite-interest+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.

bfisher | 10 Feb 2011 18:56
Picon
Gravatar

Re: Announce: scite-files wiki


On Feb 9, 12:07 pm, mozers <moz... <at> gmail.com> wrote:
> Dear Jamon Ben!
>
> http://scite-files.googlecode.com/svn/trunk/process_communication/sci...
> I ask you to delete this folder and its contents, because:
> - This is an obsolete version, which will not be updated.
> - This truncated version, in which there is no documentation, examples, DLL and setup.
> I believe that the contents of this directory discredit SciTE.Helper and me personally.
>
> Current updated version, without these deficiencies is available here.http://scite-ru.googlecode.com/svn/trunk/pack/tools/Helper/SciTE.Help...

Hi,

I will update this tonight. I had not been aware of a new version.
The project has been helpful to myself and others. The source alone is
a good starting point for scite communication projects.
I look forward to seeing what is included in the new version.
Thanks for releasing it.

-Ben

--

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-interest <at> googlegroups.com.
To unsubscribe from this group, send email to scite-interest+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.

mozers | 11 Feb 2011 08:25
Picon

Re: Re: Announce: scite-files wiki

Thursday, February 10, 2011, 8:56:31 PM, bfisher wrote:

> I will update this tonight.

http://scite-files.googlecode.com/svn/trunk/process_communication/scite_helper/
Now you upload the latest version here.
Only relative links in the documentation and css here will not function properly.
There is an additional problem - the future of updating this copy.

The right decision - this link to a
http://scite-ru.googlecode.com/svn/trunk/pack/tools/Helper/SciTE.Helper.html
 on the page http://code.google.com/p/scite-files/wiki/CustomBuilds

-- 
mozers
<http://scite.net.ru>

--

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-interest <at> googlegroups.com.
To unsubscribe from this group, send email to scite-interest+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.

Philippe Lhoste | 11 Feb 2011 09:38
Picon

Using Ensime with SciTE?

I wonder if it is possible?
For those not knowing it (which is likely...), "ENSIME is an intelligent 
Scala environment for Emacs"
It is made of some Lisp code in Emacs, which is useless for us, and a 
separate server communicating via socket with the editor. The server 
compiles code and provides context information to the editor.

They are not egoistic (egoist?) so they can support other editors.
"Using the ENSIME Server with Other Editors"
http://aemon.com/file_dump/ensime_manual.html#tth_sEcA

"In order to interact with the ENSIME server, your editor's extension 
mechanism should ideally be able to open a persistent socket connection 
and respond to asynchronous events on that socket."

Is it possible with Lua within SciTE? (Steve D., I am looking at you! ;-))
Probably, but my knowledge of sockets in general, and LuaSocket in 
particular, is rather limited...

Note: apparently they are working on supporting Java code as well, so it 
might be of broader interest...

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

--

-- 
You received this message because you are subscribed to the Google Groups "scite-interest" group.
(Continue reading)


Gmane