Page 51 of 59

Re: AHK Studio

Posted: 08 Feb 2019, 20:21
by joshatt
Hi,
Though I only get into this 3 days, I'm fasinated, so powerful, so handy. I'm still trying to learn, and one thing I want to ask for now: if I select a word and press F1, chm help file will end up at the main page, instead of that word's page. How can I fix this?

Re: AHK Studio

Posted: 09 Feb 2019, 08:19
by maestrith
joshatt wrote:
08 Feb 2019, 20:21
Hi,
Though I only get into this 3 days, I'm fasinated, so powerful, so handy. I'm still trying to learn, and one thing I want to ask for now: if I select a word and press F1, chm help file will end up at the main page, instead of that word's page. How can I fix this?
It depends on the word that you are selecting. I do not have the entire help file mapped so if it is not one of those words it will flash a couple times and then go to the main page.

Re: AHK Studio

Posted: 09 Feb 2019, 08:27
by joshatt
maestrith wrote:
09 Feb 2019, 08:19

It depends on the word that you are selecting. I do not have the entire help file mapped so if it is not one of those words it will flash a couple times and then go to the main page.
Got it. Thanks for your help!

Re: AHK Studio

Posted: 09 Feb 2019, 16:33
by smarq8
is it possible to disable commands prompt? It make me so crazy because I'm unable to click on line that it hide
screenshot.1549747875.png
screenshot.1549747875.png (3.92 KiB) Viewed 9793 times
PS. I already send PR on github to fix encoding filename while use diacritic signs.

Re: AHK Studio

Posted: 09 Feb 2019, 17:52
by joshatt
smarq8 wrote:
09 Feb 2019, 16:33
is it possible to disable commands prompt? It make me so crazy because I'm unable to click on line that it hide
Just click anywhere around,first ?

Re: AHK Studio

Posted: 10 Feb 2019, 02:17
by smarq8
I already do it 63594765293476593645273649582736495872369523^100-1 times and I do not want it anymore

Re: AHK Studio

Posted: 10 Feb 2019, 12:55
by maestrith
smarq8 wrote:
09 Feb 2019, 16:33
is it possible to disable commands prompt? It make me so crazy because I'm unable to click on line that it hide
screenshot.1549747875.png

PS. I already send PR on github to fix encoding filename while use diacritic signs.
You can press Escape to dismiss the prompt, and then Escape again to re-show it.

I did see the pull request. I am re-writing the core of Studio and will be incorporating all UTF-8 stuff (hopefully) but it's going to take time. Right now I am re-writing the main GUI.

Re: AHK Studio

Posted: 10 Feb 2019, 22:27
by smarq8
then it would be great to add simple option to not display it if I do not want it and also make it possible to assign own shortcut, for exmaple ctrl+space as I know it form other editors (currently it is even not possible to use ctrl+space as shortcut)

Re: AHK Studio

Posted: 10 Feb 2019, 23:06
by maestrith
Image Update.

Re: AHK Studio

Posted: 11 Feb 2019, 12:14
by smarq8
It make my life easier immediately.
thanks

Re: AHK Studio

Posted: 11 Feb 2019, 12:17
by maestrith
smarq8 wrote:
11 Feb 2019, 12:14
It make my life easier immediately.
thanks
I am sure I meant to do this before but for whatever reason I didn't. You are welcome.

Re: AHK Studio

Posted: 12 Feb 2019, 20:42
by joshatt
One thing I want to know, please:
I've set "Default Project Folder" = D:\AUTOHOTKEY, but why CTRL+N will create a "D:\AutoHotkey\AHKStudio\Untitled\Untitled1.ahk" file? I want it: "D:\AutoHotkey\Untitled1.ahk", instead.
Any idea?

Re: AHK Studio

Posted: 13 Feb 2019, 09:03
by maestrith
Fixed: Reported by joshatt
- File/New: When you set a default project folder it would still put Untitled files in the Studio\Untitled folder
Press Alt+M CFU{Enter} to get the update

Re: AHK Studio

Posted: 14 Feb 2019, 05:07
by joshatt
maestrith wrote:
13 Feb 2019, 09:03
Fixed: Reported by joshatt
- File/New: When you set a default project folder it would still put Untitled files in the Studio\Untitled folder
Press Alt+M CFU{Enter} to get the update
Thanks for your help. I tried update several times, no new version, nothing changes.

Re: AHK Studio

Posted: 14 Feb 2019, 08:05
by maestrith
joshatt wrote:
14 Feb 2019, 05:07
maestrith wrote:
13 Feb 2019, 09:03
Fixed: Reported by joshatt
- File/New: When you set a default project folder it would still put Untitled files in the Studio\Untitled folder
Press Alt+M CFU{Enter} to get the update
Thanks for your help. I tried update several times, no new version, nothing changes.
Download Here

Re: AHK Studio

Posted: 14 Feb 2019, 09:00
by joshatt
Still not solved.

Re: AHK Studio

Posted: 20 Feb 2019, 09:39
by smarq8
there is another error.
while I run script with multiple included files and it found error then it jump to described line in currently displayed file instead of file where the error come from.

Re: AHK Studio

Posted: 21 Feb 2019, 11:54
by DRocks
maestrith wrote:
10 Feb 2019, 12:55
smarq8 wrote:
09 Feb 2019, 16:33
is it possible to disable commands prompt? It make me so crazy because I'm unable to click on line that it hide
screenshot.1549747875.png

PS. I already send PR on github to fix encoding filename while use diacritic signs.
You can press Escape to dismiss the prompt, and then Escape again to re-show it.

I did see the pull request. I am re-writing the core of Studio and will be incorporating all UTF-8 stuff (hopefully) but it's going to take time. Right now I am re-writing the main GUI.
Very nice, thank you man!!

I also found that .gif demo to hide temporarily the Command tooltip help very handy too. Ty
Edit: and i just got around using the fuzzy search.. this is SICKKK i love it almost as much as Google search hehe :D

Re: AHK Studio

Posted: 22 Feb 2019, 09:17
by maestrith
DRocks wrote:
21 Feb 2019, 11:54
maestrith wrote:
10 Feb 2019, 12:55
smarq8 wrote:
09 Feb 2019, 16:33
is it possible to disable commands prompt? It make me so crazy because I'm unable to click on line that it hide
screenshot.1549747875.png

PS. I already send PR on github to fix encoding filename while use diacritic signs.
You can press Escape to dismiss the prompt, and then Escape again to re-show it.

I did see the pull request. I am re-writing the core of Studio and will be incorporating all UTF-8 stuff (hopefully) but it's going to take time. Right now I am re-writing the main GUI.
Very nice, thank you man!!

I also found that .gif demo to hide temporarily the Command tooltip help very handy too. Ty
Edit: and i just got around using the fuzzy search.. this is SICKKK i love it almost as much as Google search hehe :D
LOL I am glad you like it. The Omni-Search is one of my favorite features in Studio.

Re: AHK Studio

Posted: 25 Feb 2019, 03:14
by hasantr
maestrith wrote:
10 Feb 2019, 12:55
smarq8 wrote:
09 Feb 2019, 16:33
is it possible to disable commands prompt? It make me so crazy because I'm unable to click on line that it hide
screenshot.1549747875.png

PS. I already send PR on github to fix encoding filename while use diacritic signs.
You can press Escape to dismiss the prompt, and then Escape again to re-show it.

I did see the pull request. I am re-writing the core of Studio and will be incorporating all UTF-8 stuff (hopefully) but it's going to take time. Right now I am re-writing the main GUI.
Will AHK Studio meet the new GUI? Or is the gui builder to be added. Great editor, even in his current form. . Thank you so much. A very good editor for a new learner (i think ide) :)