SweetyVD Update version 1.9.2
Gadget can be selected, moved wherever it is clicked now on Mac OS.
Repaint the gadgets after they have been moved or resized, on Left Click released, to avoid unwanted overlay.
Add an ini file for SweetyVD settings and customizations. The SweetyVD.ini file is created at first launch.
. To note that the drawing area size (OpenWindow) is defined in the Gadget templates. In SweetyVD.json file.
Current SweetyVD.ini
I'm not sure that the CustomAddition section are really useful
Code:
; The size of the drawing area (OpenWindow) is defined in the Gadget templates: SweetyVD.json file
;
[Designer]
SaveOnExit = 1
Designer_Width = 1000
Designer_Height = 660
Designer_Maximize = 0
ScrollArea_MaxWidth = 1920
ScrollArea_MaxHeight = 1020
Drag_Space = 10
Show_Grid = 1
Grid_Size = 20
[CodeCreate]
Include_TitleBlock = 1
Include_Enumeration = 1
Variable = 0
Include_StatusBar = 0
Include_EventLoop = 1
Include_CustomAddition = 0
[TitleBlock]
; Use FormatDate (%yyyy, %yy, %mm, %dd + Separator) to format the current date, variable: %Date%
; The Key name must start with "Line"
FormatDate = %yyyy-%mm-%dd
Line01 = ; -----------------------------------------------------------------------------
Line02 = ; Name:
Line03 = ; Description:
Line04 = ; Author:
Line05 = ; Date: %Date%
Line06 = ; Version:
Line07 = ; PB-Version:
Line08 = ; OS:
Line09 = ; Credit:
Line10 = ; Forum:
Line11 = ; Created by: SweetyVD
Line12 = ; -----------------------------------------------------------------------------
[CustomAddition]
; Include a dot "." as first character To include spaces at the beginning of a Line (eg: indentation)
; The Key name must start with "Line"
[CustomAddition_Include]
Line01 =
[CustomAddition_Constante]
Line01 =
[CustomAddition_Structure]
Line01 =
[CustomAddition_Variable]
Line01 =
[CustomAddition_Declare]
Line01 =
[CustomAddition_Procedure]
Line01 =
[CustomAddition_Init]
Line01 =
[CustomAddition_Main]
Line01 =
[CustomAddition_Exit]
Line01 =