| 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 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Wed May 30, 2007 5:05 pm Post subject: |
|
|
That's probably a limitation with PHP. I can activate your FTP account if you want? _________________
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 |
|
 |
fincs
Joined: 05 May 2007 Posts: 82 Location: Seville, Spain
|
Posted: Wed May 30, 2007 5:07 pm Post subject: |
|
|
Yes, I want  _________________ Sorry my poor English
Fincs
MsgBox % RegExReplace("Fernando Incs.", "^(\w).*\s+I(\w{3})\w*\.$", "$1i$2") |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6702 Location: France (near Paris)
|
Posted: Wed May 30, 2007 6:22 pm Post subject: |
|
|
| Titan wrote: | | That's probably a limitation with PHP. | Yes, it is set by default to 2MB. It can be changed in php.ini, but well, FTP is better for such files. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Wed May 30, 2007 6:35 pm Post subject: |
|
|
I sent you an email with instructions. _________________
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 |
|
 |
jetskijoe
Joined: 02 Jun 2006 Posts: 7
|
Posted: Thu May 31, 2007 4:18 pm Post subject: |
|
|
I just wanted to say this is a great program. I was just wandering how offen you updated it. The properies and the auto complete. Also is this open source? or is there a way to join the develment team?
Thanks |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6702 Location: France (near Paris)
|
Posted: Thu May 31, 2007 5:57 pm Post subject: |
|
|
| jetskijoe wrote: | | Also is this open source? or is there a way to join the develment team? | If you mean for SciTE, yes, it can be found at http://www.Scintilla.org
Scintilla is the component used by SciTE with was initially just a demo program... Both are written in C++ (nothing fancy, I learned C++ to work on this program!).
There is also a mailing list of each. _________________
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: Thu May 31, 2007 9:20 pm Post subject: |
|
|
What I must do for connect to my account with Windows FTP feature? _________________ 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: Thu May 31, 2007 9:27 pm Post subject: |
|
|
I strongly recommend FileZilla, it's much easier and has more features. _________________
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 |
|
 |
fincs
Joined: 05 May 2007 Posts: 82 Location: Seville, Spain
|
Posted: Thu May 31, 2007 9:31 pm Post subject: |
|
|
Yes but what I must do for do this? _________________ 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: Thu May 31, 2007 9:46 pm Post subject: |
|
|
Once you've downloaded and installed it go to File > Site Manager > New Site, give it a name like 'fincs ahk.net', set host to autohotkey.net, select 'Normal' under the logon type and use your username and pass. You can then browse to your files in the navigation pane and upload them. _________________
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 |
|
 |
fincs
Joined: 05 May 2007 Posts: 82 Location: Seville, Spain
|
Posted: Thu May 31, 2007 9:52 pm Post subject: |
|
|
In FileZilla appears this:
| Quote: | Status: Connecting to autohotkey.net ...
Status: Connected with autohotkey.net. Waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd ----------
Response: 220-You are user number 1 of 25 allowed.
Response: 220-Local time is now 13:51. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Command: USER fincs
Response: 331 User fincs OK. Password required
Command: PASS ******
Response: 530 Login authentication failed
Error: Unable to connect! |
_________________ Sorry my poor English
Fincs
MsgBox % RegExReplace("Fernando Incs.", "^(\w).*\s+I(\w{3})\w*\.$", "$1i$2") |
|
| Back to top |
|
 |
psjw12
Joined: 11 May 2007 Posts: 25
|
Posted: Thu May 31, 2007 9:57 pm Post subject: Back to the .zip not working |
|
|
| 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. |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5007 Location: imaginationland
|
Posted: Thu May 31, 2007 9:57 pm Post subject: |
|
|
Are you using the password I emailed you? If you have a firewall you need to configure it to allow inbound and outbound TCP connections on port 21 (which should be a default rule). _________________
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 |
|
 |
fincs
Joined: 05 May 2007 Posts: 82 Location: Seville, Spain
|
Posted: Thu May 31, 2007 9:59 pm Post subject: |
|
|
I'm using the password in the e-mail. No firewall alerts when I tried to connect. _________________ 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: Fri Jun 01, 2007 5:45 am Post subject: |
|
|
Hi fincs
Can you modify it to make the Help (F1) launch the AutoHotkey help file instead of doing nothing?
And would it be possible to make it context-sensitive? For eg, if the caret is at #NoEnv and I press F1, the help file should automatically automatically browse to the page for #NoEnv. |
|
| Back to top |
|
 |
|