[scite] Re: Has scite terminal version?

2007-06-21 Thread Philippe Lhoste
On 21/06/2007 03:22, 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

[scite] compiling scite under Linux x86_64

2007-06-21 Thread hon fui lee
Hi there, I've trying to compile scite under Linux x86_64 (RHEL 2) for both GTK1 and GTK2, but failed. scintilla compilation is OK. Here is the output for GTK1=1 ash-2.05b$ make GTK1=1 prefix=/var/tmp/scite174 g++ -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib64/glib/include

Re: [scite] compiling scite under Linux x86_64

2007-06-21 Thread Neil Hodgson
hon fui lee: I've trying to compile scite under Linux x86_64 (RHEL 2) for both GTK1 and GTK2, but failed. scintilla compilation is OK. GTK+ 1.x is no longer supported by SciTE. At least GTK+ 2.4 is now required for the file chooser dialog. Some APIs may be used from later versions of GTK+

Re: [scite] Compiling in two phases

2007-06-21 Thread Neil Hodgson
Baltasar: 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.

Re: Re: [scite] Re: Multiple language translations

2007-06-21 Thread instanton
Well, that's great. I didn't realize it. I think many will take advantage of this setting. Thanks. [EMAIL PROTECTED] 2007-06-21 - Original Message - From: Neil Hodgson To: Discussion of the SciTE editor Sent: 2007-06-21, 18:30:23 Subject: Re: [scite] Re: Multiple language

[scite] New version of scite-gdb

2007-06-21 Thread Steve Donovan
Hi guys, A new version of the SciTE debugger interface is now available. It can do gdb, pydb, jdb and mdb, although support for the other debuggers is still quite patchy. You can now kill programs ;) and runnaway recursion won't hang you up, since it puts a limit on the stacktrace dump. This is

[scite] Double click close tab?

2007-06-21 Thread instanton
Hi, I know that tabs can be closed on middle click in SciTE, but on laptops it is much easier to use left double click. I located in SciTEWin.cxx the following piece of code: case WM_PARENTNOTIFY: if (LOWORD(wParam) == WM_MBUTTONDOWN) { // Check if on tab bar Point pt =

[scite] An Idea For Menus

2007-06-21 Thread Hans Joseph Solbrig
Hi, I know there has been quite a discussion already on user-configurable menus before but I have an idea that might be an easier-to-implement way to give an scite extensions more options. I would like to create code to allow sub-menu and sub-sub-men off the tools menu to be created from

Re: [scite] An Idea For Menus

2007-06-21 Thread Neil Hodgson
Hans Joseph Solbrig: I would like to create code to allow sub-menu and sub-sub-men off the tools menu to be created from properties. This is quite messy. The SciTE-Ru distribution includes a cascading tools menu but I did not include this code because I didn't think it was implemented well.

Re: [scite] New version of scite-gdb

2007-06-21 Thread Neil Hodgson
Steve Donovan: The Director interface under Unix remains a bit klunky. I think for my next project I'll review the code and see if we can work around the inflexibilities without breaking backward compatibility with ScitePM, etc. If there is a better communications technique that is more