Search found 3 matches

by iG0R
07 May 2019, 15:53
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 428013

Re: AutoGUI - Script Editor, GUI Designer, Debugger and Tools

One thing you can do for now, while the desired features were not implemented yet, is to simply do a rectangular selection around the first characters of the block and delete them. Rectangular selection can be achieved in two ways: • Using the mouse: press and hold the Alt key, then drag the mouse....
by iG0R
06 May 2019, 17:02
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 428013

Re: AutoGUI - Script Editor, GUI Designer, Debugger and Tools

AutoGUI is not yet compatible with High-DPI scaling, but I'm slowly starting to work on it. To fix the issue you mentioned, add the following function to AutoGUI\Lib\AuxLib.ahk: DPIScale(x) { Return (x * A_ScreenDPI) // 96 } Then, search for the numbers 257 and 226 in AutoGUI\Include\FindReplace.ah...
by iG0R
02 May 2019, 08:01
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 428013

Re: AutoGUI - Script Editor, GUI Designer, Debugger and Tools

Hi.
1. Please, fix the following issue with Find/Replace window.
Maybe it's due to 4K Resolution and DPIscale 150%
Spoiler
2. Is it possible Comment/uncomment (Ctrl+K) only influences on the first semicolon?
Spoiler

Go to advanced search