Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

SciTE4AutoHotkey v3.0.04 [Updated Aug 14 2013]


  • This topic is locked This topic is locked
1137 replies to this topic

Poll: Looking good? (245 member(s) have cast votes)

Looking good?

  1. Voted Yes (379 votes [85.94%])

    Percentage of vote: 85.94%

  2. No (15 votes [3.40%])

    Percentage of vote: 3.40%

  3. File not found (47 votes [10.66%])

    Percentage of vote: 10.66%

Vote
tomoe_uehara
  • Members
  • 2166 posts
  • Last active: Jun 11 2015 05:33 PM
  • Joined: 05 Sep 2009
Ah.. Thank you for the hint =)

bekihito
  • Members
  • 42 posts
  • Last active: Sep 04 2013 07:33 PM
  • Joined: 03 Feb 2010
Excellent work!
Just don't stop now.
I like the new look (toolbar in a toolbar position) much better and the addons to be incorporated fully (debugger, callstack, variable list...).
However, there is still a bug with the auto .ahk extension - it doesn't work.
It shows nicely yeah, but when saved you get a no extension file.
BR

fincs
  • Moderators
  • 1662 posts
  • Last active:
  • Joined: 05 May 2007

Logo improvement?
From this to this.

Well, the current logo is more colorful than the one you posted... :?:

And also the 'return' (autocomplete) starts with r, not R

True. If you don't like it, you can edit ahk.api. :)

That change is intentional. As I program in C/C++/C# I prefer keywords such as if/while/return/break/continue in lowercase. Exceptions: Loop and traditional Ifs (IfWinActive, IfExist, etc).

However, there is still a bug with the auto .ahk extension - it doesn't work.
It shows nicely yeah, but when saved you get a no extension file.
BR

That's a generic problem with the Windows API, you have to force the extension. Have you ever tried implementing a save dialog in AHK?

Excellent work!
Just don't stop now.

Beta 2 due this week :twisted:

I like the new look (toolbar in a toolbar position) much better and the addons to be incorporated fully (debugger, callstack, variable list...).

Thanks, it really was a needed change.

As I hinted earlier Beta 2 is going to be released this week. Sneak peak of the changes (from the docu):[*:2m32ciiy]Upgraded to SciTE/Scintilla 2.12
[*:2m32ciiy]Added support for multiple users
[*:2m32ciiy]Added multi-language support
[*:2m32ciiy]Added English, Spanish, French, German, Italian and Japanese languages
[*:2m32ciiy]Added multi-style system, it's now easier to add/set/customize styles without affecting other users/messing with the installation
[*:2m32ciiy]Added Noir (courtesy of pajenn) and Blank styles
[*:2m32ciiy]A style/autobackup/language settings tool was added

gongchao6330
  • Members
  • 24 posts
  • Last active: Jul 17 2011 06:26 AM
  • Joined: 25 Mar 2009
I wish the simplyfied Chinese languages will be added in the new beta release! Thanks in advance.

Types
  • Members
  • 11 posts
  • Last active: Apr 03 2011 01:51 PM
  • Joined: 17 Apr 2010
For me the Debugger isn't working, if I open the Var-window he just stops debugging. Anybody else got the same problem? Really like the new syntax-highlighting ;)

SifJar
  • Members
  • 176 posts
  • Last active: Mar 19 2012 03:57 PM
  • Joined: 13 Feb 2010

Logo improvement?
From this to this.


The original is better in my opinion.

Adjiesoft
  • Members
  • 52 posts
  • Last active: Oct 06 2015 09:24 AM
  • Joined: 22 Feb 2009
Hey! The new SciTE4AHK look have breakpoint! (red circle beside linenum)
Visit my blog at www.adjiesoft.wordpress.com

Find out my AHK games!

fincs
  • Moderators
  • 1662 posts
  • Last active:
  • Joined: 05 May 2007
Uploaded beta 2 (didn't make it in time :D). Changelog:[*:137m76vy]Upgraded to SciTE/Scintilla 2.12
[*:137m76vy]Added support for multiple users
[*:137m76vy]Added multi-language support
[*:137m76vy]Added English, Spanish, French, German, Italian, Japanese and Simplified Chinese languages
[*:137m76vy]Added multi-style system, it's now easier to add/set/customize styles without affecting other users/messing with the installation
[*:137m76vy]Added Noir (courtesy of pajenn) and Blank styles
[*:137m76vy]A style/autobackup/language settings tool was added

gongchao6330
  • Members
  • 24 posts
  • Last active: Jul 17 2011 06:26 AM
  • Joined: 25 Mar 2009
Thanks fincs for the Simplified Chinese languages!
Thanks for your good work!

Learning one
  • Members
  • 1483 posts
  • Last active: Jan 02 2016 02:30 PM
  • Joined: 04 Apr 2009
Fincs, I really like it. 8) Thanks.

fragman
  • Members
  • 1591 posts
  • Last active: Nov 12 2012 08:51 PM
  • Joined: 13 Oct 2009
I wanted to try it, but it seems I'm missing registry entries from an ahk installation, since I extracted it. Why are the registry entries needed, wouldn't a folder selection dialog work as well?

fincs
  • Moderators
  • 1662 posts
  • Last active:
  • Joined: 05 May 2007
HKLM\Software\AutoHotkey\InstallDir.REG_SZ is probably missing on your system. Please set it then try installing the beta again. You can later remove the key if you want.
PD: This beta is NOT portable (gotta find a way to portableize it).

And thanks to all the people who are liking this.
Changes planned for beta 3:
- Portable version.
- Single .exe lite version only supporting vanilla AutoHotkey (already done in my lab).
- Tool SDK.
- Bundling my custom AutoHotkey_L build instead of vanilla AutoHotkey_L -> 64-bit awareness.
- More to come...

Wicked
  • Members
  • 504 posts
  • Last active: Nov 18 2018 02:17 AM
  • Joined: 07 Jun 2008

Logo improvement?
From this to this.


Just spent a few minutes toying around with it. I don't plan for it to be used, was just fun to play around in PS once again:
Posted Image
If you do wanna use it, feel free. :p.

Direct link:
http://img14.imagesh...4/9884/sahk.jpg

  • Guests
  • Last active:
  • Joined: --
Dear Sir,
Can you please add QuickAHK like feature in it.
i mean when I press F9 key, it'll launch the typed autohotkey code script as a temporary file.
if i've selected some text and then i press ctrl+F9 then it'll launch only that selected code portion ?

thanks in advance !

  • Guests
  • Last active:
  • Joined: --

Dear Sir,
Can you please add QuickAHK like feature in it.
i mean when I press F9 key, it'll launch the typed autohotkey code script as a temporary file.
if i've selected some text and then i press ctrl+F9 then it'll launch only that selected code portion ?

thanks in advance !


ok I'm sorry, i tested it works
control+9 will launch the script.
sorry for the trouble.