Search found 418 matches

by fincs
24 Mar 2014, 06:58
Forum: AutoHotkey Development
Topic: Proposed New GUI API for AutoHotkey v2
Replies: 249
Views: 114499

Re: Proposed New GUI API for AutoHotkey v2

As I said in my other thread , I may try to implement any of my ideas, it's then up to you if you accept them. I posted this now so that people can exactly discuss if this is worth it and how it should be done before any of us implement anything. Currently AFC (which has a similar but more complex A...
by fincs
23 Mar 2014, 17:13
Forum: AutoHotkey Development
Topic: Proposed New GUI API for AutoHotkey v2
Replies: 249
Views: 114499

Proposed New GUI API for AutoHotkey v2

GUI is in my opinion one of the key things that need to be redesigned for v2. The following is a proposed design for a modern object-based Gui API for AutoHotkey v2, which tries to emulate as closely as possible the simplicity of the old v1.x Gui commands, while at the same time updating the design ...
by fincs
23 Mar 2014, 13:43
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 622605

Re: SciTE4AutoHotkey v3.0.05 [Updated March 23 2014]

SciTE4AutoHotkey v3.0.05 Changes and new features: Added AutoHotkey v2 language support (enabled when a v2 platform is selected). Added graphical style editor. Upgraded to SciTE/Scintilla 3.4.0. AutoHotkey v1.1.14 syntax definition updates. Added new style format that is easier to process by tools....
by fincs
23 Mar 2014, 10:55
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4897
Views: 1405452

Re: « What's on your mind? » Topic is solved

Sneak peak of what's coming:
Image
If anybody knows how to actually set the background color of those Text controls (I've tried using Gui,Color but it didn't work) please let me know. NVM, figured it out. Expect v3.0.05 in a few hours :D
by fincs
23 Mar 2014, 08:10
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4897
Views: 1405452

Re: « What's on your mind? » Topic is solved

Fixed, thanks for reporting.
by fincs
22 Mar 2014, 16:49
Forum: About This Community
Topic: Redirect from autohotkey.com
Replies: 1
Views: 2972

Re: Redirect from autohotkey.com

Yes, we knew about it. Lexikos set it up so that anything in l.autohotkey.net redirects to ahkscript.org.
by fincs
22 Mar 2014, 13:06
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 622605

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

Cannot reproduce. Drag and drop works for me. I'm using the same OS. What "interdictory sing" appears?
by fincs
15 Mar 2014, 14:15
Forum: AutoHotkey Development
Topic: SciTE4AutoHotkey Beta with AutoHotkey v2 Support
Replies: 2
Views: 3776

SciTE4AutoHotkey Beta with AutoHotkey v2 Support

A beta version of upcoming SciTE4AutoHotkey v3.0.05 is now available for download. This version introduces support for the AutoHotkey v2 language (amongst other things which involve an easier/clearer style system): Download (installer only - if there's enough demand I'll upload a Portable version) S...
by fincs
13 Mar 2014, 12:49
Forum: Bug Reports
Topic: [SOLVED] Add supported Windows versions to manifest
Replies: 0
Views: 1953

[SOLVED] Add supported Windows versions to manifest

EDIT : Solved by AutoHotkey v1.1.15 . Starting with Windows 8.1, GetVersionEx() lies to applications that do not explicitly support Windows 8.1 in their manifest by returning them the Windows 8 OS version (6.2) in lieu of the true OS version (6.3). This affects AutoHotkey. It can be fixed by adding...
by fincs
02 Mar 2014, 13:12
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 622605

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

In that case you may want to use the Portable version of SciTE4AutoHotkey. Note that it also requires a portable version of AutoHotkey installed in the parent folder if you plan on running scripts directly from S4AHK. You may alternatively want to symlink the User settings folder to another place so...
by fincs
02 Mar 2014, 05:58
Forum: AutoHotkey Development
Topic: Assorted & Unsorted AutoHotkey v2 Wish List
Replies: 26
Views: 13252

Re: Assorted & Unsorted AutoHotkey v2 Wish List

haichen wrote:Where does i want to write code with multiple instances of "#include thisfile" and want only one to be included?
Can't we replace #include with #includeagain? .. and finally rename it to #include?
See Include guards in C/C++.
by fincs
01 Mar 2014, 18:05
Forum: Bug Reports
Topic: v2 - Doku
Replies: 1
Views: 1751

Re: v2 - Doku

AutoHotkey v2 Website wrote:Full documentation is very much outdated, with the exception of v2-changes mentioned above.
(...)
Contribute via GitHub
by fincs
27 Feb 2014, 17:29
Forum: AutoHotkey Development
Topic: Assorted & Unsorted AutoHotkey v2 Wish List
Replies: 26
Views: 13252

Re: Assorted & Unsorted AutoHotkey v2 Wish List

OnMessage already accepts function references, thanks to this commit. Missed that, whoops. Why? Because it doesn't include the file 'again', its real meaning is "inconditionally include it here". Consider this: #IncludeAgain someFile.ahk ; 'again'? Where was it included before? ; more code If you'r...
by fincs
27 Feb 2014, 15:10
Forum: AutoHotkey Development
Topic: Assorted & Unsorted AutoHotkey v2 Wish List
Replies: 26
Views: 13252

Assorted & Unsorted AutoHotkey v2 Wish List

Here's my personal collection of suggestions for v2 ( I may try to implement any of these myself ): OnExit : make it accept a function instead of a label. The function would optionally accept an exitReason parameter removing the need for A_ExitReason. Return value of an OnExit handler: blank/false =...
by fincs
24 Feb 2014, 04:25
Forum: AutoHotkey Development
Topic: Scintilla AHK v2 Lexer sneak peek
Replies: 2
Views: 3042

Re: Scintilla AHK v2 Lexer sneak peek

N++ also uses Scintilla, so in theory it should be possible to use this lexer with N++.
by fincs
21 Feb 2014, 14:47
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 622605

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

I'm inclined to say it's a bug caused by a design flaw. Yes, that's what I meant. Also, it sounds like a workaround is available in 3.3.4+: Interesting, I hadn't noticed that. Anyway I am not sure that will be useful, as that is intended just for scripts (not for synchronous launching of external p...
by fincs
20 Feb 2014, 11:09
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 622605

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

xZomBie wrote:Can't we report it to SciTE?
It has already been reported many times by other Windows SciTE users.
by fincs
20 Feb 2014, 08:45
Forum: SciTE4AutoHotkey
Topic: SciTE4AutoHotkey v3.0.06.01 [Updated October 12 2014]
Replies: 835
Views: 622605

Re: SciTE4AutoHotkey v3.0.04.01 [Updated Dec 24 2013]

I've been having some problems recently. When I click the Run button or press F5, sometimes SciTE4AHK launch a script 2 or more at the same time even if I add #SingleInstance Force in my script. Not a bug, it's a design flaw in the original vanilla SciTE related to its jobqueue system which I can't...
by fincs
19 Feb 2014, 12:46
Forum: AutoHotkey Development
Topic: Scintilla AHK v2 Lexer sneak peek
Replies: 2
Views: 3042

Scintilla AHK v2 Lexer sneak peek

I'm developing an AutoHotkey v2 Scintilla lexer from scratch that will be included in SciTE4AutoHotkey. The following items are implemented: Basic syntax highlighting of command and function syntax Line and block comments Directives Escape sequences in strings Nested %expressions% (up to 5 levels of...

Go to advanced search