View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000061 | GC Studio | GCcode | public | 2022-02-25 08:26 | 2022-02-26 00:32 |
Reporter | evanvennn | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.05 | ||||
Target Version | 0.06 | Fixed in Version | 0.06 | ||
Summary | 0000061: 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" } | ||||
Tags | No tags attached. | ||||
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 |