Search found 129 matches

by JoeSchmoe
05 Aug 2021, 20:11
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 146
Views: 78186

Re: v1 -> v2 Script Converter

My idea is not to parse the v1 script string, but to put it in an global object and a global index so we can easily check temporary the following lines or the previous lines. This way you could also handle continuation section better and probably also the errorlevel variable. That's a bold approach...
by JoeSchmoe
03 Aug 2021, 20:24
Forum: AutoHotkey Development
Topic: if var in/contains comma-separated list/array
Replies: 68
Views: 35425

Re: if var in/contains comma-separated list/array

I'm glad you folks are able to think about this because it is waaaaayyyyy over my head. :facepalm: :facepalm: :bravo: :clap:
by JoeSchmoe
02 Aug 2021, 19:37
Forum: Announcements
Topic: AutoHotkey v2.0-beta.1
Replies: 47
Views: 26484

Re: AutoHotkey v2.0-beta.1

Having an automatic converter is key, I think. Then people can see their own code, both before and after a conversion. After that, they can get to tinkering with it and then they're on their way to mastering it. MrDoge has an automatic script converter on a web page: https://fupeijiang.github.io/ahk...
by JoeSchmoe
02 Aug 2021, 19:14
Forum: AutoHotkey Development
Topic: if var in/contains comma-separated list/array
Replies: 68
Views: 35425

Re: if var in/contains comma-separated list/array

Thanks for bringing up this important question. I have a 3000 line script that I need to convert from v1 to v2beta. I've put it through MrDoge 's converter and now have a draft of the script in v2beta code. As a user I love the idea that the converter would provide me with a suggested conversion, bu...
by JoeSchmoe
02 Aug 2021, 14:02
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 146
Views: 78186

Re: v1 -> v2 Script Converter

:lol: He means that I would funny to convert the v1 to v2 convertor (Written in V1) to V2 with itself. It would be indeed a great proof of concept. the converter is already written in v2 and has been for years. Yup, sorry that wasn't clear... I can't blame you for writing it in v2! i'm starting to ...
by JoeSchmoe
02 Aug 2021, 01:12
Forum: Scripts and Functions (v1)
Topic: v1 -> v2 Script Converter
Replies: 146
Views: 78186

Re: v1 -> v2 Script Converter

What I would really love to see is a v1 -> v2 script converter that can convert itself from v1 to v2....
by JoeSchmoe
01 Aug 2021, 22:46
Forum: Scripts and Functions (v1)
Topic: ahk_parser.js (convert v1->AHK_H v2) and what else ?
Replies: 15
Views: 2435

Re: ahk_parser.js (convert v1->AHK_H v2) and what else ?

Thank you for fixing the last issue I posted on Github. I was able to get through a 3000 line script with only that error and one more (I just posted the second one as an issue on Github).

I hope you continue with occasional updates. The code is quite useful!
by JoeSchmoe
30 Jul 2021, 20:28
Forum: Announcements
Topic: AutoHotkey v2.0-beta.1
Replies: 47
Views: 26484

Re: AutoHotkey v2.0-beta.1

I couldn't be more excited to see this. Many congrats, Lexikos! To anyone else reading, I've been using v2 for about a year and love it. I converted a 1000 line script and while there was a learning curve, it didn't take long to actually do it. You just dive right in and fix the errors that pop up w...
by JoeSchmoe
30 Jul 2021, 20:23
Forum: Scripts and Functions (v1)
Topic: ahk_parser.js (convert v1->AHK_H v2) and what else ?
Replies: 15
Views: 2435

Re: ahk_parser.js (convert v1->AHK_H v2) and what else ?

Hey, MrDoge , did you see the following post from Lexikos? AutoHotkey v2.0-beta.1 is now available. Any further changes prior to the final v2.0.0 release should be of a minor nature (such as improvements to the error and warning dialogs), and should not affect the functionality of scripts. In other ...
by JoeSchmoe
16 Jul 2021, 18:19
Forum: Ask for Help (v2)
Topic: Serializing objects for persistent variables when AHK is reloaded
Replies: 2
Views: 752

Serializing objects for persistent variables when AHK is reloaded

Hi, brilliant coders... Is there a way to write multiple ClipboardAll objects to the same file and then read them back into different ClipboardAll buffers? I'm trying to write a specialized clipboard manager that would store a library of named ClipboardAll objects that I could paste rapidly into doc...
by JoeSchmoe
04 Jul 2021, 20:51
Forum: Scripts and Functions (v2)
Topic: WinClip v2 - 2023/07/22 - v2.0.4
Replies: 12
Views: 4542

Re: WinClip v2 - 2021/06/21 - a137

I finally got around to updating to the newest version of AHK2 (it really didn't take so long), and I finally tried this out.

It works perfectly. And so useful... You are the man!
by JoeSchmoe
26 May 2021, 12:11
Forum: Scripts and Functions (v1)
Topic: ahk_parser.js (convert v1->AHK_H v2) and what else ?
Replies: 15
Views: 2435

Re: ahk_parser.js (convert v1->AHK_H v2) and what else ?

gg the site is live : https://fupeijiang.github.io/ahk_parser.js/ That looks great. As we approach the first beta of v2.0, this could be a very useful resource for the community as more people want to convert from 1.1 to 2.0beta. I'm using it now and much prefer it, but I still have an enormous old...
by JoeSchmoe
24 May 2021, 22:30
Forum: Scripts and Functions (v1)
Topic: Columbus - a fast program launcher/searcher
Replies: 157
Views: 60189

Re: Columbus - a fast program launcher/searcher

joedf wrote:
05 Oct 2019, 13:58
You can download the latest source release from here
https://github.com/Run1e/Columbus/releases
Then compile an exe using Ahk2Exe :+1:
https://www.autohotkey.com/docs/Scripts.htm#ahk2exe
There are additional posts above in the thread.
by JoeSchmoe
24 May 2021, 16:27
Forum: Scripts and Functions (v1)
Topic: WinClip - AHKv2 Compatibility
Replies: 35
Views: 15725

Re: WinClip - AHKv2 Compatibility

EDIT: I'm done converting it automatically (it's different) WinClipAPI.ah2 WinClip.ah2 Very impressive! I'm afraid that your technical skills are way above mine. Will this work with AHK2 (not AHK_H)? If so, do you recommend a version of AHK2? I use v2.0-a122. I am very glad you are working on this....
by JoeSchmoe
24 May 2021, 16:13
Forum: Scripts and Functions (v1)
Topic: ahk_parser.js (convert v1->AHK_H v2) and what else ?
Replies: 15
Views: 2435

Re: ahk_parser.js (convert v1->AHK_H v2) and what else ?

This looks amazing! In the readme, you wrote: Make a website so it could be used online (github.io ?) (your code is not sent nor stolen: just disconnect internet and you'll see that it still works) That sounds brilliant. Would it be a place where I could upload my v1 code and have it converted to v2...
by JoeSchmoe
16 May 2021, 18:59
Forum: Scripts and Functions (v1)
Topic: WinClip - AHKv2 Compatibility
Replies: 35
Views: 15725

Re: WinClip - AHKv2 Compatibility

What version of AHK are you using?
by JoeSchmoe
08 Jan 2021, 13:01
Forum: Ask for Help (v2)
Topic: New object model diagram?
Replies: 6
Views: 1165

Re: New object model diagram?

Thanks so much, HotKeyIt. I'm a bit overwhelmed with other work now, but will carefully study this later. For anyone else, what I suspect HotKeyIt has pointed out is that we can explore AHK2's object model by using the .base and .__Class properties. This will give definitive answers without needing ...
by JoeSchmoe
28 Dec 2020, 12:51
Forum: Ask for Help (v2)
Topic: New object model diagram?
Replies: 6
Views: 1165

Re: New object model diagram?

Hey sirksel,

Did you ever make any progress on this? If so, could you post the answer here?

I'm trying to update my object model knowledge from v1 to v2 and I was thinking of pasting my findings in here. I won't if you've already figured it out, though.
by JoeSchmoe
27 Dec 2020, 19:13
Forum: Forum Issues
Topic: When I log in to forum, CSS disappears Topic is solved
Replies: 44
Views: 7821

Re: When I log in to forum, CSS disappears Topic is solved

I switched back to the simplicity theme and everything's been fine for me.

Go to advanced search