View Issue Details

IDProjectCategoryView StatusLast Update
0000061GC StudioGCcodepublic2022-02-26 00:32
Reporterevanvennn Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.05 
Target Version0.06Fixed in Version0.06 
Summary0000061: Added new snippets
Description,

            "Add version control": {
                "prefix": "__add version control",
                "body": [

                            "\/*",
                            "Include the GCBVersionNumber.cnt to increment versionString and create the build time string called GCBBuildTimeStr.",
                            "versionString a string is created automatically.",
                            "GCBBuildTimeStr is a string that is also created automatically.",
                            "use \"GCBVersionNumber.cnt\" as this will create a local copy of the versionString tracker.",
                            "if you use <GCBVersionNumber.cnt> this is a system wide versionString tracker.",
                            "*\/",
                            "#INCLUDE \"gcbversionnumber.cnt\"",
                            "Dim versionString as String * 40",
                            "versionString = \"Build\"+GCBBuildStr",
                            "versionString = versionString + \"@\"+GCBBuildTimeStr",
                            ""
                        ],
                        "description": "Add version control"
                }
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-02-25 08:26 evanvennn New Issue
2022-02-26 00:22 angel-spartan Status new => resolved
2022-02-26 00:22 angel-spartan Resolution open => fixed
2022-02-26 00:22 angel-spartan Product Version => 0.05
2022-02-26 00:22 angel-spartan Fixed in Version => 0.06
2022-02-26 00:22 angel-spartan Summary Add snippet => Added new snippets
2022-02-26 00:32 angel-spartan Status resolved => closed