Open htcfreek opened 3 years ago
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 Done!
Should I assign this to you?
Should I assign this to you?
Me
Updated main comment.
@rcmaehl you can assign yourself :P
@rcmaehl
We should use the same naming structure for the same type of include. This means Resources.au3
should be _Resources.au3
.
@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?
As far as I know you are using this IDE called "ISN AutoIt Studio" while Robert uses Scite, could you try with Scite and see if it still is issue?
Let me work tomorrow on this. It's time for sleeping. 😅
@rcmaehl
Csn you please stop doing this .\
things while including. This breaks code. You need "Includes\...au3"
.
See here: https://www.autoitscript.com/autoit3/docs/keywords/include.htm
@rcmaehl I have added a new group "Folder/file structure" to the checklist.
How does that break?
@micwoj92 The include files/assets aren't found/included. Wrapper and Check saying that files aren't available.
@micwoj92 Can you please add "In-progress" lable.
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
; ======== Includes ======== ; AutoIT-UDFs (...)
; Internal Includes (...)
; ========= Init Gui ========= (...)
; ========== Begin Checks =============== ; Checking CPU (...)
; Checking GPT (...)
@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.