spam trap | 9 Dec 01:33

Re: Scite-interest Digest, Vol 31, Issue 4

Thank you Piotr and Kein-Hong for the information.  I will look at CVS and 
SVN.  Topic solved!

Mike
----- Original Message ----- 
From: <scite-interest-request <at> lyra.org>
To: <scite-interest <at> lyra.org>
Sent: Thursday, December 08, 2005 3:01 PM
Subject: Scite-interest Digest, Vol 31, Issue 4

> Send Scite-interest mailing list submissions to
> scite-interest <at> lyra.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://mailman.lyra.org/mailman/listinfo/scite-interest
> or, via email, send a message with subject or body 'help' to
> scite-interest-request <at> lyra.org
>
> You can reach the person managing the list at
> scite-interest-owner <at> lyra.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Scite-interest digest..."
>
>
> Today's Topics:
>
>   1. Auto file versioning system? (PCHC Support)
>   2. Re: Auto file versioning system? (Piotr Fusik)
>   3. Re: Auto file versioning system? (Kein-Hong Man)
(Continue reading)

J44xm | 9 Dec 07:30
Picon

Starting SciTE maximized and key combo to exit

I've tried searching around online, but I can't find the answer to this 
question: Is it possible to make SciTE start maximized, as opposed to a set 
window size and position, in Windows?

Also, can someone point me in the direction of setting an easy key combination 
to exit (Alt-X or Alt-Q is what I'm thinking, for the record)?

Many thanks.
Piotr Fusik | 9 Dec 12:04
Picon

Re: Starting SciTE maximized and key combo to exit

> Also, can someone point me in the direction of setting an easy key combination 
> to exit (Alt-X or Alt-Q is what I'm thinking, for the record)?
> 
Alt-F4
Roman Hubacek | 9 Dec 15:41
Picon
Favicon

AutoHotkey properties

Hi all,

   I made a properties file for AutoHotkey program. It is quite simple, 
but maybe somebody find it useful. I based it on asm lexer with 
customized keywords, defined run and help actions. It also allows to use 
api file included in AutoHotkey distribution.

   Maybe it helps somebody and maybe it could be included into standard 
distribution. I don't know.

-- Roman
# SciTE settings for AutoHotkey files

# where is AutoHotkey program installed 
autohotkeydir=C:\Program Files\AutoHotkey

file.patterns.ahk=*.ahk
lexer.$(file.patterns.ahk)=asm
keywords.$(file.patterns.ahk)=allowsamelinecomments clipboardtimeout commentflag \
	errorstdout escapechar hotkeyinterval hotkeymodifiertimeout hotstring include \
	includeagain installkeybdhook installmousehook keyhistory ltrim \
	maxhotkeysperinterval maxmem maxthreads maxthreadsbuffer \
	maxthreadsperhotkey notrayicon persistent singleinstance usehook \
	winactivateforce autotrim blockinput break clipwait continue control \
	controlclick controlfocus controlget controlgetfocus controlgetpos \
	controlgettext controlmove controlsend \
	controlsendraw controlsettext coordmode critical detecthiddentext \
	detecthiddenwindows drive driveget drivespacefree edit else endrepeat envadd \
(Continue reading)

Robert Roessler | 9 Dec 19:11
Favicon

Re: Starting SciTE maximized and key combo to exit

J44xm wrote:
> Also, can someone point me in the direction of setting an easy key combination 
> to exit (Alt-X or Alt-Q is what I'm thinking, for the record)?

If you want to set your own key sequence for this, look at 
"user.shortcuts" in SciTEDoc.html.

user.shortcuts=Alt+X|IDM_QUIT|

would probably (I haven't tried it) do what you want.

Robert Roessler
robertr <at> rftp.com
http://www.rftp.com

Gmane