You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Includes PR #1378 and #1379 (both contributed by yaakuro) * Adds CodeLite project generator to UBT (can be invoked on all platforms). * Adds CodeLite source accessor plugin (whitelisted for Linux only). * Desktop platform/game project generation switched to use .workspace on Linux. - Minor cleanup (do not recompile UAT and its modules when generating Linux projects). #codereview Josh.Adams, Robert.Manuszewski, Mike.Fricker [CL 2621060 by Dmitry Rekman in Main branch]
27 lines
557 B
Plaintext
27 lines
557 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"FriendlyName": "CodeLite Integration",
|
|
"Description": "Allows access to source code in CodeLite.",
|
|
"Category": "Programming",
|
|
"CreatedBy": "Cengiz Terzibas (yaakuro)",
|
|
"CreatedByURL": "",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"Modules": [
|
|
{
|
|
"Name": "CodeLiteSourceCodeAccess",
|
|
"Type": "Developer",
|
|
"LoadingPhase": "Default",
|
|
"WhitelistPlatforms": [
|
|
"Linux"
|
|
]
|
|
}
|
|
],
|
|
"EnabledByDefault": true,
|
|
"CanContainContent": false,
|
|
"IsBetaVersion": true,
|
|
"Installed": false
|
|
}
|