AHK Studio
Moderator: maestrith
Re: AHK Studio
Hello dear Maestrith, maybe I am blind but is there an option to remove idention from Undo and Redo?
Re: AHK Studio
I am not too sure what you mean.
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
Re: AHK Studio
Thank you for the reply and sorry for lack of details.
I mean that: if you are using complete auto indentation following your code, well even the undo and redo will stack up every indentation moves. So a commun mistake I do is have an error in the order of my brackets and so all the code below will auto indent one step further right. But then if I undo my.previous single mistake it will start replacing indention from.bottom of script up to the line where the bracket was faulty. So has you can see it is currently the only downside of auto indentation I can think of.
Do you know if it is possible to ignore identation automatic moves from.the undo and redo history?
Re: AHK Studio
It "should" do the auto-indentation in 1 or 2 Undo actions. What are you doing to cause the issue exactly so I can try to fix the issue. Gif/Video preferred but if you can't then a super detailed description is fine.Thank you for the reply and sorry for lack of details.
I mean that: if you are using complete auto indentation following your code, well even the undo and redo will stack up every indentation moves. So a commun mistake I do is have an error in the order of my brackets and so all the code below will auto indent one step further right. But then if I undo my.previous single mistake it will start replacing indention from.bottom of script up to the line where the bracket was faulty. So has you can see it is currently the only downside of auto indentation I can think of.
Do you know if it is possible to ignore identation automatic moves from.the undo and redo history?
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
meaning of "auto advance on"
Could you please explain to me what this option is doing?
"auto advance on"
"auto advance on"
github>g_IntelliSense + next improvements + forum
ahk..org>onlineAHKprettyfy, ahk..com>Refactoring
ahk..com>newposts Unanswrd myposts, Donations are appreciated if I could help you
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
ahk..org>onlineAHKprettyfy, ahk..com>Refactoring
ahk..com>newposts Unanswrd myposts, Donations are appreciated if I could help you
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
Re: AHK Studio
Direct OneDrive Link: [url
https://1drv.ms/u/s!AnxboyZ6ZdpRg5lzcqY0RuHQ_xFC2A
[/url]
So what happens is a typical example:
- I wrote some lines that missed a bracket at the end orI erased code lines and missed one of the ending brackets
- Then I continued writting until I run the script to test and realise there is a bracket debug error message or similar
- Then I might try undo but if I see all brackets being realined from the bottom to top I just give up and redo to last point then try to find the mistake directly and it can be hard to spot where it happenned sometimes.
I don't know how you have created the undo history but if there is such a doable thing to "not include" what belongs to autoindentation moves" I think that would be the desired result. What would then happen is that it would not redo indentation but instead redo anything else than autoindentation.
One other reason that this seems desired is that since it is "AutoIndentation" then it will only require a press of a button to realign everything so its very fast while undoing these steps can reduce speed and boost undo history with non-useful steps
please let me know if I can supply with anything else to help localise the event
thanks Chad
EDIT: or... if all Auto-Indentation moves are saved as ONE variable to parse back on redo maybe this is also desired. Let me knopw what you think
howto change fontSize ?
howto change fontSize?
thanks
thanks
github>g_IntelliSense + next improvements + forum
ahk..org>onlineAHKprettyfy, ahk..com>Refactoring
ahk..com>newposts Unanswrd myposts, Donations are appreciated if I could help you
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
ahk..org>onlineAHKprettyfy, ahk..com>Refactoring
ahk..com>newposts Unanswrd myposts, Donations are appreciated if I could help you
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
Re: howto change fontSize ?
Alt+M Theme {Enter}
Ctrl+Click on Line 17 "This is a sample of normal text"
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
Re: howto change fontSize ?
Alt+M Theme {Enter}
Ctrl+Click on Line 17 "This is a sample of normal text"
[/quote]
Thanks. hmmm fontSize ?
github>g_IntelliSense + next improvements + forum
ahk..org>onlineAHKprettyfy, ahk..com>Refactoring
ahk..com>newposts Unanswrd myposts, Donations are appreciated if I could help you
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
ahk..org>onlineAHKprettyfy, ahk..com>Refactoring
ahk..com>newposts Unanswrd myposts, Donations are appreciated if I could help you
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
Re: howto change fontSize ?
and how change the font size of "This is a sample of normal text"?
github>g_IntelliSense + next improvements + forum
ahk..org>onlineAHKprettyfy, ahk..com>Refactoring
ahk..com>newposts Unanswrd myposts, Donations are appreciated if I could help you
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
ahk..org>onlineAHKprettyfy, ahk..com>Refactoring
ahk..com>newposts Unanswrd myposts, Donations are appreciated if I could help you
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
Re: howto change fontSize ?
Instructions are at the bottom of that page but Hold Control and Click on the text.
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
Re: howto change fontSize ?
works. thanks.very good.
> Instructions are at the bottom betten then my script => lot of thinks i have not documentet at all
sorry i was to stupid reading your explaination
"Ctrl+Click on Line 17"
ohhhhh. i expected probalby something else. was blind
github>g_IntelliSense + next improvements + forum
ahk..org>onlineAHKprettyfy, ahk..com>Refactoring
ahk..com>newposts Unanswrd myposts, Donations are appreciated if I could help you
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
ahk..org>onlineAHKprettyfy, ahk..com>Refactoring
ahk..com>newposts Unanswrd myposts, Donations are appreciated if I could help you
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
Re: AHK Studio
I've some things, The messagebox creator does not scale correctly on High DPI 4k screens, and the themes NuclearDragon and PlasticCodeWrap seem Identical?
EDIT: another thing is Jumping to a search result such as a Label (but is collapse with ;{ and ;}) will result to scroll lower...
BTW, great work on since, many improvements since the older version!
EDIT: another thing is Jumping to a search result such as a Label (but is collapse with ;{ and ;}) will result to scroll lower...
BTW, great work on since, many improvements since the older version!
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Re: AHK Studio
MsgBox Creator:joedf wrote: ↑27 Nov 2018, 12:39I've some things, The messagebox creator does not scale correctly on High DPI 4k screens, and the themes NuclearDragon and PlasticCodeWrap seem Identical?
EDIT: another thing is Jumping to a search result such as a Label (but is collapse with ;{ and ;}) will result to scroll lower...
BTW, great work on since, many improvements since the older version!
-Not too sure what's up with that. It "Should" be ok, but I'm not too sure. Make sure that there is the line Gui,-DPIScale in the file Plugins\MsgBox Creator.ahk. If there isn't just delete it and re-run it. You won't even need to close Studio.
Themes:
-Most likely I don't really use anything other than the default so I'll take a look.
Jumping:
-I really don't collapse anything so I never really checked. That'll take a bit more work for me to fix
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
Re: AHK Studio
No worries, I know you've got this!
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Re: AHK Studio
I would also like to tell you that I like using AHK Studio very much.
I have problems with it, but it's just very fast and very good. the replacement breaks my UTF-8 encoding. but if I care about replacments and sometimes make a backup that's no problem.
I have problems with it, but it's just very fast and very good. the replacement breaks my UTF-8 encoding. but if I care about replacments and sometimes make a backup that's no problem.
github>g_IntelliSense + next improvements + forum
ahk..org>onlineAHKprettyfy, ahk..com>Refactoring
ahk..com>newposts Unanswrd myposts, Donations are appreciated if I could help you
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
ahk..org>onlineAHKprettyfy, ahk..com>Refactoring
ahk..com>newposts Unanswrd myposts, Donations are appreciated if I could help you
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
Re: AHK Studio
Apologize if this was already asked. I can't seem to change the theme font weight. I am able to update the font style and size for any particular style in the lexer. I am trying to un-bold things and it just won't change it...
Re: AHK Studio
Can you check or send me your <fonts> area of your Lib\Settings.xml file and see if bold="1" is anywhere? I'm sure you are setting it properly when you are editing the Theme but it may have gotten stuck. Make sure to edit this file when Studio is not running or it will just over-write it. If the tag is stuck let me know.
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
Re: AHK Studio
Thanks, that did the trick!
Re: AHK Studio
Glad to hear it Sorry it took so long to respond
John H Wilson III 05/29/51 - 03/01/2020. You will be missed.AHK Studio OSDGUI Creator
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
Donations
Discord
All code is done on a 64 bit Windows 10 PC Running AutoHotkey x32
Who is online
Users browsing this forum: No registered users and 1 guest