Re: [scite] X11-forwarding

2005-11-04 Thread Neil Hodgson
Ervin Peters: > So I tried to open scite on rachmaninov using x-server diplay on > localhost/redmagic - the display I'm looking at. I'm not very knowledgeable about X and remote use although I have managed to use SciTE remotely in the past. > The error was 'BadWindow (invalid Window parameter

Re: [scite] sending message to SciTE

2005-11-04 Thread Neil Hodgson
April White: > > I hope the icky debug stuff is going to disappear. > > > When I don't need it any more. I've disabled the DEBUG define so the > code it excluded. There were problems here because __attribute__ is for gcc and confuses other compilers. > > "Copyright?" doesn't deserve a "?". >

Re: [scite] sending message to SciTE

2005-11-04 Thread Neil Hodgson
April White: > I'd like to be able to pass the props instance variable from > SciTE.ReadProperties() into JobQueue.ReadProperties(), but at this point > the props class definition is within SciTEBase. Could I move it out to > its own file, allowing JobQueue to include the .h file and utilize the

Re: [scite] sending message to SciTE

2005-11-04 Thread April White
Neil Hodgson wrote: ... calls to props.GetInt (win95.death.delay and output.scroll) Neil, I need your help with the design of this new implementation. I want to add a method to the JobQueue class which loads all of the necessary properties into instance variables. This method would be call

Re: [scite] sending message to SciTE

2005-11-04 Thread April White
(This may be a duplicate posting) Neil Hodgson wrote: The implementation of Jobs::JobList::HasParameterisedCommand and Jobs::HasParameterisedCommand need "const" to match the header. Fixed. I must have uploaded before trying to compile. commandMax and commandCurrent should disappear

Re: [scite] sending message to SciTE

2005-11-04 Thread April White
Neil Hodgson wrote: The implementation of Jobs::JobList::HasParameterisedCommand and Jobs::HasParameterisedCommand need "const" to match the header. Fixed. I must have uploaded before trying to compile. commandMax and commandCurrent should disappear Already done. The commandMax vari

[scite] X11-forwarding

2005-11-04 Thread Ervin Peters
Hallo, I played around discovering portforwarding on SSH connections. So I tried to open scite on rachmaninov using x-server diplay on localhost/redmagic - the display I'm looking at. running (for some other reason as root): --8< redmagic ~ # ssh rachmaninov -l root -X -v --8

[scite] Re: title numbering

2005-11-04 Thread william
Works great. Thanks Roman. ___ Scite-interest mailing list Scite-interest@lyra.org http://mailman.lyra.org/mailman/listinfo/scite-interest

Re: [scite] Re: title numbering

2005-11-04 Thread Kein-Hong Man
Roman Hubacek wrote: william wrote: [snip] Yes, it is possible. I wrote lua function that does it for you. Put this into your startup script: function replace_title() i = 1 for m in editor:match("Title") do m:replace(i) i = i + 1 end end The following change to the above functi

Re: [scite] control-key status being missed?

2005-11-04 Thread Andy Sy
Neil Hodgson wrote: >>I though initially it may be a problem with my Microsoft >>Wireless Comfort Keyboard, but the problem does not seem >>to manifest itself with other applications. > >Aaahhh, "Microsoft Comfort" ... There have been issues in the past > with the enabling of Undo getting con