AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SciTE4AutoHotkey - New version
Goto page Previous  1, 2, 3, 4  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  

Do you use SciTE4AutoHotkey?
Yes, it's great!
63%
 63%  [ 24 ]
I'm currently using a better editor (please describe the features)
10%
 10%  [ 4 ]
It needs more features
13%
 13%  [ 5 ]
No, I don't need/want
13%
 13%  [ 5 ]
Total Votes : 38

Author Message
PhiLho



Joined: 27 Dec 2005
Posts: 6702
Location: France (near Paris)

PostPosted: Fri Jun 01, 2007 9:47 am    Post subject: Reply with quote

[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
View user's profile Send private message Visit poster's website
[deXter]



Joined: 28 Nov 2004
Posts: 35

PostPosted: Fri Jun 01, 2007 1:25 pm    Post subject: Reply with quote

Thanks PhiLo! It works! Smile
Back to top
View user's profile Send private message
fincs



Joined: 05 May 2007
Posts: 82
Location: Seville, Spain

PostPosted: Fri Jun 01, 2007 8:53 pm    Post subject: Reply with quote

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
View user's profile Send private message
Titan



Joined: 11 Aug 2004
Posts: 5007
Location: imaginationland

PostPosted: Fri Jun 01, 2007 9:59 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
psjw12



Joined: 11 May 2007
Posts: 25

PostPosted: Thu Jun 07, 2007 10:08 pm    Post subject: Missing file in zip version Reply with quote

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
View user's profile Send private message
fincs



Joined: 05 May 2007
Posts: 82
Location: Seville, Spain

PostPosted: Fri Jun 08, 2007 3:25 pm    Post subject: Reply with quote

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!!!


Embarassed 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
View user's profile Send private message
guest52
Guest





PostPosted: Tue Jun 12, 2007 10:56 pm    Post subject: Reply with quote

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)

PostPosted: Wed Jun 13, 2007 11:34 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
fincs



Joined: 05 May 2007
Posts: 82
Location: Seville, Spain

PostPosted: Tue Jun 19, 2007 8:31 pm    Post subject: Reply with quote

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
View user's profile Send private message
[deXter]



Joined: 28 Nov 2004
Posts: 35

PostPosted: Sat Jun 23, 2007 6:33 am    Post subject: Reply with quote

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
View user's profile Send private message
fincs



Joined: 05 May 2007
Posts: 82
Location: Seville, Spain

PostPosted: Sat Jun 23, 2007 11:38 am    Post subject: Reply with quote

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
View user's profile Send private message
mwharri



Joined: 15 Mar 2007
Posts: 70

PostPosted: Wed Jul 11, 2007 3:28 pm    Post subject: Reply with quote

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
View user's profile Send private message
easye



Joined: 07 Dec 2006
Posts: 6
Location: U.S.A.

PostPosted: Sat Aug 04, 2007 9:40 pm    Post subject: Reply with quote

Looks like some great work going on here Smile .

I've done a fair amount of scripting in AHK (been a lurker on this forum and not much of a contributor yet Embarassed ) 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
View user's profile Send private message
sebastian___



Joined: 05 Oct 2007
Posts: 11

PostPosted: Thu Nov 22, 2007 12:07 pm    Post subject: Reply with quote

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
View user's profile Send private message
Juan
Guest





PostPosted: Sat Jan 26, 2008 6:05 pm    Post subject: great Reply with quote

thanks a lot, I prefer notepad++, but scite is great and with this customizations itīs very usable
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3, 4  Next
Page 3 of 4

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group