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



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

PostPosted: Fri May 18, 2007 6:26 pm    Post subject: SciTE4AutoHotkey - New version Reply with quote

Hello,

There are a version of SciTE modified for AutoHotkey.
This offers:

- Syntax highlighting
- AutoIndent and AutoComplete
- Code Folding
- IntelliSense
- Abbreviation system
- Tools for AutoHotkey scripting

The old post is deprecated (when I writed the word "deprecated" I meant "old, too old to continue it").

Files are now in autohotkey.net!

Links:

Main page
Download
Download(zip file)
Download(Minimal download)

****IMPORTANT****
Due to the new AutoHotkey version there are two files to update:

ahk.keywords.properties (Download)
ahk.api (in the api directory) (Download)

Enjoy it
_________________
Sorry my poor English
Fincs

MsgBox % RegExReplace("Fernando Incs.", "^(\w).*\s+I(\w{3})\w*\.$", "$1i$2")


Last edited by fincs on Tue Jun 26, 2007 9:09 pm; edited 3 times in total
Back to top
View user's profile Send private message
Elevator_Hazard



Joined: 28 Oct 2006
Posts: 303
Location: Illinois

PostPosted: Sat May 19, 2007 12:15 am    Post subject: Reply with quote

Hmmm... Its great but I don't use it yet, you should have a poll thing for "Its great but I don't use it yet". Also you could put the .zip on autohotkey.net if it isn't a big file...

I've used it a few times though and I like it, but currently I'm using PSPad. I use it though along with others when I am going to be using new commands in which I don't know the parameters to, in which case its very useful.
_________________
Changed siggy at request of ahklerner Very Happy
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10450

PostPosted: Sun May 27, 2007 1:21 am    Post subject: Reply with quote

It's been suggested by many that a recommended editor be offered for AutoHotkey. Perhaps this one would be a good choice. But before then, I'd like others to try it out and give feedback. Also, it would be great if someone would volunteer to make this ready for distribution as a separate download at http://www.autohotkey.com/download/ (i.e. any final polishing or testing).

Fincs, I've linked your old topic to this topic. Also, is there any reason you didn't host all the files at AutoHotkey.net? Is there a file size limit? If so, maybe uploading via FTP can work around that.
Back to top
View user's profile Send private message Send e-mail
Laszlo



Joined: 14 Feb 2005
Posts: 3877
Location: Pittsburgh

PostPosted: Sun May 27, 2007 3:04 am    Post subject: Reply with quote

I use MultiEdit, mainly because I have paid for it a lot of money. It is a professional editor, fast, easily configurable, has a powerful macro language and recorder, a huge number of commands you can type or invoke by hotkeys or key combinations, presets for many languages, VCS support, projects, RegEx, practically unlimited number of undo/redo steps, very detailed help and documentation, etc. I have been using it for many years, it is stable, lightning fast -- but expensive.
Back to top
View user's profile Send private message Visit poster's website
toralf



Joined: 31 Jan 2005
Posts: 3842
Location: Bremen, Germany

PostPosted: Sun May 27, 2007 7:31 am    Post subject: Reply with quote

I'm currently in the process of writing a small project management tool for SciTE. It will also contain other small tools, like IconViewer and ActiveGoTo. I call it SciTEDirector, since it uses the Director interface to comunicate with SciTE. All the tools are designed as plugins. Thus it is easy to extend or reduce the number of plugins. I hope to have it out in some weeks.

Currently the lexer for SciTE isn't finished. It sometimes reacts funny. I hope PhiLho will find time to finish it and put it into the official realease.
_________________
Ciao
toralf
Back to top
View user's profile Send private message Send e-mail Visit poster's website
psjw12



Joined: 11 May 2007
Posts: 25

PostPosted: Sun May 27, 2007 3:57 pm    Post subject: Changes for SciTE4AutoHotkey Reply with quote

A few options need to be changed in SciTEGlobal.properties


# Checking
default.file.ext=.au3 (change to .ahk)

# Folding
fold.on.open=1 (change to 0 because personally I find this annoying)

Also the syntax highlighting is occurring where it's not mean't to, e.g
Msgbox, If your computer shutdown.

Also AutoIt3's SciTE will conflict with this one, one problems is the only one of either can be open, and they remember each others opened documents from the last session, I think they share the same user data directory.
Back to top
View user's profile Send private message
fincs



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

PostPosted: Sun May 27, 2007 7:20 pm    Post subject: Reply with quote

Chris wrote:
It's been suggested by many that a recommended editor be offered for AutoHotkey. Perhaps this one would be a good choice.

Thanks Smile
Chris wrote:
Also, it would be great if someone would volunteer to make this ready for distribution as a separate download at http://www.autohotkey.com/download/ (i.e. any final polishing or testing).

I can do this.
Chris wrote:
Also, is there any reason you didn't host all the files at AutoHotkey.net? Is there a file size limit?

Yes, AutoHotkey.net has a upload limit (2 MB) at least for me.
Chris wrote:
If so, maybe uploading via FTP can work around that

I'm going to ask for my FTP password.

psjw12 wrote:
# Folding
fold.on.open=1 (change to 0 because personally I find this annoying)


This is a subject to discuss.

psjw12 wrote:
Also the syntax highlighting is occurring where it's not mean't to, e.g
Msgbox, If your computer shutdown.


This is a bug of the lexer! (PhiLho's lexer).

-------------------------------------------------

I'm currently working fixing bugs on SciTE4AutoHotkey, reason why a new version will be released.
_________________
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
ahklerner



Joined: 26 Jun 2006
Posts: 1004
Location: USA

PostPosted: Sun May 27, 2007 8:07 pm    Post subject: Reply with quote

psjw12 wrote:
# Folding
fold.on.open=1 (change to 0 because personally I find this annoying)

Quote:

This is a subject to discuss.

I find this annoying also....when I download a file from autohotkey.net and want to see what it does before I run it, I want it to open unfolded...
Back to top
View user's profile Send private message
[deXter]



Joined: 28 Nov 2004
Posts: 35

PostPosted: Wed May 30, 2007 2:26 pm    Post subject: Reply with quote

Hi fincs,

I downloaded your zip file and it works fine, but I don't get any syntax highlighting. I also tried manually replacing the dll and other files with PhiLho's lexer, but I still don't get any syntax highlighting.

I'm using Windows XP Pro SP2 and I haven't installed any other scintilla based editors before on this system.
Back to top
View user's profile Send private message
fincs



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

PostPosted: Wed May 30, 2007 4:03 pm    Post subject: fincs Reply with quote

[deXter] wrote:
I downloaded your zip file and it works fine, but I don't get any syntax highlighting.

Check the extension of the file. The extension must be ahk.
[deXter] wrote:
I also tried manually replacing the dll and other files with PhiLho's lexer, but I still don't get any syntax highlighting.

This is unnecessary! My package includes PhiLho's lexer so you don't need to replace the file SciLexer.dll.
_________________
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: Wed May 30, 2007 4:06 pm    Post subject: Reply with quote

Thanks for replying. The extension *is* ahk, but I don't get any syntax highlighting.
Back to top
View user's profile Send private message
fincs



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

PostPosted: Wed May 30, 2007 4:18 pm    Post subject: fincs Reply with quote



In SciTE go to Language>AutoHotkey.
If you still don't get Syntax Highlighting instead of downloading ZIP file download installer (don't forget to backup your registry!)
_________________
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: Wed May 30, 2007 4:20 pm    Post subject: Reply with quote

Thanks, I already tried that but nothing happened.

I'm downloading the installer now and will let you know.

Edit: Why don't you use http://divshare.com/ ? Your files will never get deleted - they'll stay online forever!

Edit2: Thanks, it worked!
Back to top
View user's profile Send private message
Titan



Joined: 11 Aug 2004
Posts: 5007
Location: imaginationland

PostPosted: Wed May 30, 2007 4:37 pm    Post subject: Re: SciTE4AutoHotkey - New version Reply with quote

fincs wrote:
Installer and ZIP files are uploaded in upload4free.com.
You're allowed to post them on autohotkey.net you know.
_________________

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
fincs



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

PostPosted: Wed May 30, 2007 5:01 pm    Post subject: Reply with quote

I still can't upload SciTE4AutoHotkey to AutoHotkey.net. I still get a error message.
_________________
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
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page 1, 2, 3, 4  Next
Page 1 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