-
-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve script structure #412
Comments
Could you format points as [ ] ? That way it would be easier to tell
progress. I assume that it's unlikely to so such big task all at once.
|
@micwoj92 |
Should I assign this to you? |
Me |
Updated main comment. |
@rcmaehl you can assign yourself :P |
@rcmaehl |
|
As far as I know you are using this IDE called "ISN AutoIt Studio" while Robert uses Scite4Autoit, could you try with Scite and see if it still is issue? |
Let me work tomorrow on this. It's time for sleeping. 😅 |
@rcmaehl See here: https://www.autoitscript.com/autoit3/docs/keywords/include.htm |
@rcmaehl |
How does that break?
|
@micwoj92 |
@micwoj92 |
Has there been any progress on this in ~1 year? |
Move general code for better structure
_ResourceHelper.au3
_OtherHelpers.au3
for various small functions_CommandLineHelper.au3
HighContrast
+LightTheme
=>GetColorTheme
)Checks
_Checks.au3
Gui code
_GDIPlus_GraphicsGetDPIRatio
)_UpdateScanResult($iScanResultIndex, $iState, $sResultText, $sResultInfo)
=> $iState = Question, Warning, Okay, ErrorComments and structure
Folder/file structure
/src
.@rcmaehl
This would help other contributors to fast understanding the code.
I would do it. But this makes no sense because this is inkompatibel to other commits.
The text was updated successfully, but these errors were encountered: