Search found 4168 matches

by nnnik
26 Jun 2020, 15:10
Forum: AutoHotkey Development
Topic: Updated to v2-a136. [list of 51 suggestions]
Replies: 90
Views: 48615

Re: Updated from v2-108 to v2-112. Just a bliss! Feels so good. But a [list of bugs/suggestions]

Generally a good list but here are some things I noticed after reading it once :)

7: What do you want to enumerate in the case of file?
8: the issue isn't g it's gui. There is no local variable named gui.
13: How would you output that data?
by nnnik
21 Jun 2020, 06:30
Forum: AutoHotkey Development
Topic: Removing StringCaseSense
Replies: 6
Views: 4543

Re: Removing StringCaseSense

Thats really poor decision making on the unicode consortium then.
In this context the turkish i should be different from the international I.
This only makes a stronger argument against case-insensitivity though.
by nnnik
21 Jun 2020, 05:29
Forum: AutoHotkey Development
Topic: Removing StringCaseSense
Replies: 6
Views: 4543

Re: Removing StringCaseSense

I never got case-insensitivity as it is presented in AutoHotkey. MsgBox "ä"="Ä" StringCaseSense "Locale" MsgBox "ä"="Ä" If you leave out the StringCaseSense, Locale Ä is not case-insensitive equivalent to ä even though they are perfectly normal letters. This is very suprising to say the least. To a ...
by nnnik
17 Jun 2020, 02:03
Forum: Suggestions on Documentation Improvements
Topic: inStr() returns 1 with needle is a blank string
Replies: 15
Views: 6677

Re: inStr() returns 1 with needle is a blank string

I disagree, it is a design issue. If this isn't documented, which I trust it isn't, this is a valid bug report. Imo it should be changed, not documented. Cheers. The bug reports forum is for behavior thats contrary to its defined behavior in the documentation. In this case there is no defined behav...
by nnnik
15 Jun 2020, 01:47
Forum: Ask for Help (v1)
Topic: ahk not working in OpenGL render mode
Replies: 2
Views: 1657

Re: ahk not working in OpenGL render mode

This has very little to do with AHK since AHK doesn't care whether your application runs in OpenGL render mode or not. What likely changes is how your application processes key inputs depending on render mode. So you might have to change how you send keyinput with AHK depending on which setting your...
by nnnik
11 Jun 2020, 04:01
Forum: AutoHotkey Development
Topic: GuiCreate and Gui.Add parameter order
Replies: 11
Views: 3494

Re: GuiCreate and Gui.Add parameter order

I would very much like to have options be an object.
That beimg said text is an option.
It shouldnt receive any kind of special treatment.
by nnnik
11 Jun 2020, 03:52
Forum: AutoHotkey Development
Topic: Remove Gui.Add("Ctrl", ...) or Gui.AddCtrl(...)?
Replies: 16
Views: 6142

Re: Remove Gui.Add("Ctrl", ...) or Gui.AddCtrl(...)?

If we go with add it should be in the form of: Gui.add(Button(...), position) or similar. The argument of a string being more convenient doesn't really hold here. We had v1 which was filled with convenient shorthands. Those turned out to be nonsense though as the language evolved. (e. g. You only ev...
by nnnik
09 Jun 2020, 09:38
Forum: Off-topic Discussion
Topic: A Speed Competition ;-)
Replies: 6
Views: 2899

Re: A Speed Competition ;-)

I would have competed but the rules were kind of too strict.
Specifically I have a better isPrime function - but that function relies on finding all the primes before this prime and buffering it.
This would have significantly increased the speed of the overall process by orders of magnitude.
by nnnik
04 Jun 2020, 00:58
Forum: Suggestions on Documentation Improvements
Topic: For..Until
Replies: 5
Views: 1328

Re: For..Until

No I think that part you mentioned is a chronical illness of the docs. They are not very useable when topics related to one syntax are found on a random page in the docs.

To fix this we would have to switch our entire documentation system though... So don't expect this to happen anytime soon.
by nnnik
28 May 2020, 02:02
Forum: Suggestions on Documentation Improvements
Topic: Internet Explorer for Script
Replies: 1
Views: 1343

Re: Internet Explorer for Script

I doubt windows is going to remove internet explorer for rendering purposes anytime soon. Its still relevant to many UIs - even professional ones.
by nnnik
28 May 2020, 01:57
Forum: AutoHotkey Development
Topic: Map CaseSense
Replies: 7
Views: 2664

Re: Map CaseSense

Or just make 2 map types (case sensitive and case insensitive map)
by nnnik
28 May 2020, 01:50
Forum: About This Community
Topic: Unsubscribe
Replies: 3
Views: 4080

Re: Unsubscribe

Moderators cannot but Administrators can.
by nnnik
28 May 2020, 01:48
Forum: Forum Issues
Topic: ... ?
Replies: 27
Views: 5511

Re: ... ?

You can prevent gibberish.
Just check if most words can be found inside a predefined lexicon.
Its just too much effort and the downsides are that terms that are specific to AutoHotkey might be unknown.
by nnnik
25 May 2020, 03:22
Forum: Wish List
Topic: Global Case insensitive option for SetTitleMachMode RegEx
Replies: 6
Views: 2454

Re: Global Case insensitive option for SetTitleMachMode RegEx

The languages default in most areas is being case insensitive - rather than adding another global setting command it would be better to make case insensitivity the default for v2 and inverse the effect of i)
by nnnik
19 May 2020, 03:30
Forum: Wish List
Topic: Added Method Functionality
Replies: 11
Views: 3981

Re: Added Method Functionality

The second suggestion should probably be in its own topic.
by nnnik
18 May 2020, 18:05
Forum: Forum Issues
Topic: Mutual blocking?
Replies: 5
Views: 1459

Re: Mutual blocking?

The point of a forum is to be able to talk publically and have potential conflicts between the groups that make up one community.
The point is not to create parallel bubbles that coexist without interacting.
If you have troubles with what you assume to be a troll feel free to contact the staff.
by nnnik
15 May 2020, 11:34
Forum: Off-topic Discussion
Topic: Codestyle: implicit and explicit concatenation
Replies: 23
Views: 7727

Re: Codestyle: implicit and explicit concatenation

Yeah dont use those Loops. Just use the default loop.
by nnnik
15 May 2020, 06:45
Forum: Forum Issues
Topic: Do PMs and records from old forum still exist?
Replies: 9
Views: 1925

Re: Do PMs and records from old forum still exist?

Could you sent me mine in an e-Mail too?
You are allowed to access my DMs.
by nnnik
13 May 2020, 04:11
Forum: Wish List
Topic: RegExExtract()
Replies: 8
Views: 2507

Re: RegExExtract()

I don't understand why you'd have to use StrReplace or modify the parsing string in this context when you could just use the starting position parameter. Creating a new object is a neglecteable operation in comparison to the editing that is done upon the original string (or the search within the ori...
by nnnik
12 May 2020, 02:42
Forum: Allgemeines
Topic: AutoHotkey in der c't - Ausgabe 10 - 2019-04-27
Replies: 13
Views: 7935

Re: AutoHotkey in der c't - Ausgabe 10 - 2019-04-27

Das Problem hierbei ist, dass AHK vollkommen abwärtskompatibel ist. Das heist Activ'aid sollte solange es korrekt programmiert ist, noch vollkommen funktionieren. Was jedoch die AHK Anwender der ersten Tage gerne gemacht haben ist schrottig zu programmieren so, dass es eventuell kaputt gehen muss. D...

Go to advanced search