| View previous topic :: View next topic |
| Do you use SciTE4AutoHotkey? |
| Yes, it's great! |
|
63% |
[ 24 ] |
| I'm currently using a better editor (please describe the features) |
|
10% |
[ 4 ] |
| It needs more features |
|
13% |
[ 5 ] |
| No, I don't need/want |
|
13% |
[ 5 ] |
|
| Total Votes : 38 |
|
| Author |
Message |
PhiLho
Joined: 27 Dec 2005 Posts: 6702 Location: France (near Paris)
|
Posted: Fri Jun 01, 2007 9:47 am Post subject: |
|
|
| [deXter] wrote: | | Can you modify it to make the Help (F1) launch the AutoHotkey help file instead of doing nothing? | I didn't looked at fincs' distribution, but in the original ahk1.properties file, there are these lines:
autohotkeydir=C:\Program Files\AutoHotkey
(you must adjust the path, obviously)
# Command to run script (F5)
command.go.$(file.patterns.ahk)="$(autohotkeydir)\AutoHotkey.exe" /ErrorStdOut "$(FileNameExt)"
# Commands to compile script (F7 & Ctrl+F7)
command.compile.$(file.patterns.ahk)=$(autohotkeydir)\Compiler\Ahk2Exe.exe /in "$(FilePath)"
command.build.$(file.patterns.ahk)="$(autohotkeydir)\Compiler\Ahk2Exe.exe" /in "$(FilePath)"
# Help on keywords (F1)
command.help.$(file.patterns.ahk)=$(CurrentWord)!$(autohotkeydir)\AutoHotkey.chm
command.help.subsystem.$(file.patterns.ahk)=4
The last two lines activate the contextual help. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
[deXter]
Joined: 28 Nov 2004 Posts: 35
|
Posted: Fri Jun 01, 2007 1:25 pm Post subject: |
|
|
Thanks PhiLo! It works!  |
|
| Back to top |
|
 |
fincs
Joined: 05 May 2007 Posts: 82 Location: Seville, Spain
|
Posted: Fri Jun 01, 2007 8:53 pm Post subject: |
|
|
My FTP password doesn't work. When I try to connect with FileZilla it seems that my password is incorrect:
| Quote: | Command: PASS ******
Response: 530 Login authentication failed
Error: Unable to connect! |
And I'm using the password in the email. Can you help me? _________________ Sorry my poor English
Fincs
MsgBox % RegExReplace("Fernando Incs.", "^(\w).*\s+I(\w{3})\w*\.$", "$1i$2") |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Fri Jun 01, 2007 9:59 pm Post subject: |
|
|
I changed something on the database, could you try again? _________________
RegExReplace("irc.freenode.net/autohotkey", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
psjw12
Joined: 11 May 2007 Posts: 25
|
Posted: Thu Jun 07, 2007 10:08 pm Post subject: Missing file in zip version |
|
|
| Quote: | | Yep the syntax doesn't work. I run AHK portably from my thumb drive and SciTE won't work on it, it just acts like a blank SciTE. |
The ahk.properties file is missing in the zip version!!! |
|
| Back to top |
|
 |
fincs
Joined: 05 May 2007 Posts: 82 Location: Seville, Spain
|
Posted: Fri Jun 08, 2007 3:25 pm Post subject: |
|
|
| psjw12 wrote: | | Quote: | | Yep the syntax doesn't work. I run AHK portably from my thumb drive and SciTE won't work on it, it just acts like a blank SciTE. |
The ahk.properties file is missing in the zip version!!! |
Thanks for reporting the "bug". I have re-uploaded the file. _________________ Sorry my poor English
Fincs
MsgBox % RegExReplace("Fernando Incs.", "^(\w).*\s+I(\w{3})\w*\.$", "$1i$2") |
|
| Back to top |
|
 |
guest52 Guest
|
Posted: Tue Jun 12, 2007 10:56 pm Post subject: |
|
|
| How do I set up SciTE to remember the size of the window when I close and reopen it...currently, it just opens maximized everytime. |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6702 Location: France (near Paris)
|
Posted: Wed Jun 13, 2007 11:34 am Post subject: |
|
|
You cannot, SciTE doesn't save settings, it doesn't even have user interface to change them... You have to change the .properties files for that.
See the position.top, position.left, position.width and position.height properties. From manual: "If the width or height are -1 then the window is maximised."
It is a bit annoying when you change resolution, but well... _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
fincs
Joined: 05 May 2007 Posts: 82 Location: Seville, Spain
|
Posted: Tue Jun 19, 2007 8:31 pm Post subject: |
|
|
Updates are available with the new version of AutoHotkey! Please check the first post. _________________ Sorry my poor English
Fincs
MsgBox % RegExReplace("Fernando Incs.", "^(\w).*\s+I(\w{3})\w*\.$", "$1i$2") |
|
| Back to top |
|
 |
[deXter]
Joined: 28 Nov 2004 Posts: 35
|
Posted: Sat Jun 23, 2007 6:33 am Post subject: |
|
|
Thanks. Can you also update the setup file?
Now how do I configure SiciTE to automatically expand code sections? I find it very irritating that it collapses every "If", even if it's just a single line. Makes it difficult to read the code. How do I set it to expand all sections, and can you please update your setup file to make this the default behaviour? Thanks. |
|
| Back to top |
|
 |
fincs
Joined: 05 May 2007 Posts: 82 Location: Seville, Spain
|
Posted: Sat Jun 23, 2007 11:38 am Post subject: |
|
|
To configure SciTE to automatically expand code sections:
- Go to the folder where SciTE is inside.
- Open with an editor (Notepad, for example) the file SciTEGlobal.properties.
- Find the line that begins with "fold.on.open".
- Set the value at 0 (the line now is "fold.on.open = 0").
- Save the changes.
In the next SciTE4AutoHotkey release this will be the default. _________________ Sorry my poor English
Fincs
MsgBox % RegExReplace("Fernando Incs.", "^(\w).*\s+I(\w{3})\w*\.$", "$1i$2") |
|
| Back to top |
|
 |
mwharri
Joined: 15 Mar 2007 Posts: 70
|
Posted: Wed Jul 11, 2007 3:28 pm Post subject: |
|
|
I'm not sure if this problem is related to my system setup or not. I have a dual monitor setup. If I am using scite and the intellisense window pops up, it pops up on the primary monitor, even if scite is acually being viewed on the secondary monitor. Can anyone shed some light on this problem? Is it something I should check SciTe's website about?
Thanks. |
|
| Back to top |
|
 |
easye
Joined: 07 Dec 2006 Posts: 6 Location: U.S.A.
|
Posted: Sat Aug 04, 2007 9:40 pm Post subject: |
|
|
Looks like some great work going on here .
I've done a fair amount of scripting in AHK (been a lurker on this forum and not much of a contributor yet ) and have pretty much used PSPad. I've found it to be a great editor for working with AHK.
I downloaded SciTe4Authohotkey and have used it a little. I was wondering if others could let me know the advantage of using SciTe over PSPad? For one thing, I know that code folding is a plus for Scite over PSPad. Also, I understand that Scite is open-source whereas PSPad, although free, is not.
Are there other advantages or disadvantages of using this over PSPad. Thanks for any comments? |
|
| Back to top |
|
 |
sebastian___
Joined: 05 Oct 2007 Posts: 11
|
Posted: Thu Nov 22, 2007 12:07 pm Post subject: |
|
|
how do I install SciTE4AutoHotkey . I downloaded the zip file.. I extracted in the AutohotKey folder ...and each time I try tu use "Go" command from the menu, or "Build" I receive this message :
>"\..\AutoHotkey.exe" /ErrorStdOut "UnderCover.ahk"
>The system cannot find the file specified.
I try to copy/duplicate the executable file "AutoHotkey.exe" everywhere so the Scite would not complain anymore that it couldn't find it...but to no use.
I think maybe I have to edit ahk.properties :
# Set default AutoHotkey path
AutoHotkeyDir=$(AutoHotkey)\..
I tried different options . Still nothing. |
|
| Back to top |
|
 |
Juan Guest
|
Posted: Sat Jan 26, 2008 6:05 pm Post subject: great |
|
|
| thanks a lot, I prefer notepad++, but scite is great and with this customizations itīs very usable |
|
| Back to top |
|
 |
|