AutoHotkey Community

It is currently May 24th, 2012, 2:11 pm

All times are UTC [ DST ]




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 73 posts ]  Go to page 1, 2, 3, 4, 5  Next

Do you use SciTE4AutoHotkey?
Yes, it's great! 70%  70%  [ 49 ]
I'm currently using a better editor (please describe the features) 11%  11%  [ 8 ]
It needs more features 11%  11%  [ 8 ]
No, I don't need/want 7%  7%  [ 5 ]
Total votes : 70
Author Message
PostPosted: May 18th, 2007, 6:26 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
Please use version 3 instead
Please use version 3 instead
Please use version 3 instead
Please use version 3 instead

Why is this still the first Google result for SciTE4AutoHotkey?

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Last edited by fincs on December 15th, 2010, 7:51 pm, edited 5 times in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 19th, 2007, 12:15 am 
Offline

Joined: October 28th, 2006, 2:14 am
Posts: 297
Location: US
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 :D


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 27th, 2007, 1:21 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 27th, 2007, 3:04 am 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 27th, 2007, 7:31 am 
Offline

Joined: January 31st, 2005, 9:50 am
Posts: 3910
Location: Bremen, Germany
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
Image


Report this post
Top
 Profile  
Reply with quote  
PostPosted: May 27th, 2007, 3:57 pm 
Offline

Joined: May 11th, 2007, 12:01 am
Posts: 28
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 27th, 2007, 7:20 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
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 :)
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.

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 27th, 2007, 8:07 pm 
Offline

Joined: June 26th, 2006, 6:14 pm
Posts: 1379
Location: USA
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...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 30th, 2007, 2:26 pm 
Offline

Joined: November 28th, 2004, 11:44 am
Posts: 41
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: fincs
PostPosted: May 30th, 2007, 4:03 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
[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.

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 30th, 2007, 4:06 pm 
Offline

Joined: November 28th, 2004, 11:44 am
Posts: 41
Thanks for replying. The extension *is* ahk, but I don't get any syntax highlighting.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: fincs
PostPosted: May 30th, 2007, 4:18 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
Image

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

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 30th, 2007, 4:20 pm 
Offline

Joined: November 28th, 2004, 11:44 am
Posts: 41
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!


Report this post
Top
 Profile  
Reply with quote  
PostPosted: May 30th, 2007, 4:37 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5346
Location: UK
fincs wrote:
Installer and ZIP files are uploaded in upload4free.com.
You're allowed to post them on autohotkey.net you know.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 30th, 2007, 5:01 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
I still can't upload SciTE4AutoHotkey to AutoHotkey.net. I still get a error message.

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 73 posts ]  Go to page 1, 2, 3, 4, 5  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Exabot [Bot], maraskan_user, RaptorX and 22 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group