I'm a novice and trying to get into AutoHotkey. I feel like this tool would be the perfect way to get my foot in the door, just because I really like it, and even more so would like to "make it my own" by customizing it, adding features, etc.
I am exploring the source code just for the sake of familiarizing myself with it and getting a grasp on the structure. I noticed this file is formatted differently than the rest:
It looks like the majority of the code in this file resides on one line. Is there a particular benefit/purpose to structuring it this way? Maybe to be parsed later?
Hey thanks for taking an interest! If you read the documentation, it says that I use an Excel Macro to manage my code for this portion. There is no advantage to writing everything on one line.
I'm a novice and trying to get into AutoHotkey. I feel like this tool would be the perfect way to get my foot in the door, just because I really like it, and even more so would like to "make it my own" by customizing it, adding features, etc.
I am exploring the source code just for the sake of familiarizing myself with it and getting a grasp on the structure. I noticed this file is formatted differently than the rest:
It looks like the majority of the code in this file resides on one line. Is there a particular benefit/purpose to structuring it this way? Maybe to be parsed later?