Commit Graph

120 Commits

Author SHA1 Message Date
henrik karlsson
77980c88ac [UnrealVs]
* Fixed so ubavisualizer panel works with dpi scaling through remote desktop
* Fixed so when clicking in ubavisualizer panel visual studio moves to top

[CL 35350205 by henrik karlsson in ue5-main branch]
2024-08-06 15:47:52 -04:00
joe kirchoff
a8de478359 UnrealVS: Fix exception with older versions of VS
#jira UE-220441
#rnx

[CL 35198066 by joe kirchoff in ue5-main branch]
2024-07-30 17:06:43 -04:00
joe kirchoff
169127ab82 UnrealVS: Update NuGet packages and remove VS2019 support
#rnx

[CL 35042873 by joe kirchoff in ue5-main branch]
2024-07-23 19:43:22 -04:00
henrik karlsson
6346cec351 [UnrealVs]
* Added missing copyright comment

[CL 34956119 by henrik karlsson in ue5-main branch]
2024-07-20 14:00:05 -04:00
henrik karlsson
6ab0dc38a0 [UnrealVs]
* Added UbaVisualizer panel to UnrealVs

[CL 34955947 by henrik karlsson in ue5-main branch]
2024-07-20 13:49:35 -04:00
evgenii babinets
5930dcca5a [UnrealVS] Fixed Visual Studio being unresponsive due to unexpected load order with initialization. Only updating VS2022 plugin since VS2019 is no longer supported.
[CL 32760580 by evgenii babinets in ue5-main branch]
2024-04-05 11:05:30 -04:00
henrik karlsson
c311cad538 [UnrealVS]
* Fixed so CompileScore works for non-ubt paths as well

[CL 32282177 by henrik karlsson in ue5-main branch]
2024-03-15 15:37:03 -04:00
christopher waters
5ee0137d4a Moving "Compile And Profile Single File" to be after "Compile Single File"
Fixing the "Compile Single File" tooltip to show all current file types.

[CL 32126588 by christopher waters in ue5-main branch]
2024-03-08 14:04:51 -05:00
joe kirchoff
19fba1f97e UnrealVS: Rebuild vsix after resolving merge conflict
#rnx

[CL 31915499 by joe kirchoff in ue5-main branch]
2024-02-29 13:22:27 -05:00
DaveC79
b8f0081713 PR #11563: UnrealVS: Prefix encrypted Perforce server port address with "ssl:"
#jira UE-208444

[CL 31915150 by DaveC79 in ue5-main branch]
2024-02-29 13:14:48 -05:00
ben marsh
3b0da2827b UnrealVS: Fix hang when p4.exe isn't installed.
#rnx

[CL 31875887 by ben marsh in ue5-main branch]
2024-02-28 12:56:28 -05:00
ben marsh
286f25e0fd UnrealVS: Fix an exception when editing command line arguments for C# projects without a Properties folder.
[CL 29928522 by ben marsh in ue5-main branch]
2023-11-26 18:31:21 -05:00
joe kirchoff
a53cde6a68 UnrealVS: Fix compile single file for external project
Show additional target.cs files

#jira UE-196978
#jira UE-196952

[CL 29899924 by joe kirchoff in ue5-main branch]
2023-11-22 17:41:35 -05:00
Ben Marsh
beae760641 UnrealVS: Allow installing for Visual Studio 2022 on ARM64.
Also upgrade all NuGet packages (required for Arm64 support).

[CL 26881023 by Ben Marsh in ue5-main branch]
2023-08-07 09:17:40 -04:00
chris constantinescu
c45d474014 UnrealVS - do not project prepend project path for Editor configuration in the case of test targets
- Project generation will add a new IsTestTarget property in the "Globals" property group section of the project file for explicit test target projects
- UnrealVS checks for this property and does not change the command line for test targets
- TestRunner removes all project argument logic - that can be passed after --extra-args using -project="Path/To/*.uproject" and/or -projectdir="Path/To/Project"
- OSS and Online global handlers, which occur during the Catch2 session, will read project name and/or directory using SetProjectNameAndDirectory from TestCommon/Initialization.h
#jira UE-189840

[CL 26688348 by chris constantinescu in ue5-main branch]
2023-07-28 17:20:05 -04:00
bryan sefcik
b3a7da73c2 Fixed single file compile command issue after VS project rework.
#jira

[CL 25763744 by bryan sefcik in ue5-main branch]
2023-06-02 12:03:02 -04:00
joe pribele
b28c35092f fix to UnrealVS for leaving in debugging code
https://jira.it.epicgames.com/browse/UE-179578
#preflight 6410ba150e1f02786b64ecc6

[CL 24640849 by joe pribele in ue5-main branch]
2023-03-14 14:34:41 -04:00
LouisPhilippe Seguin
ab421a29b4 UnrealVS
* Added "Generate Assembly" menu option that asks UBT to compile a single file and generate an assembly file.
* Upgraded UnrealVS.vsix to version 1.84.3

#jira none
#rb Joe.Pribele
#preflight

[CL 24559407 by LouisPhilippe Seguin in ue5-main branch]
2023-03-08 09:53:21 -05:00
joe pribele
f24fbcbe38 fix for UnrealVS TestAdapater not being able to parse test output
changed to output to a file so that the output is not combined with UE_LOG lines

https://p4-swarm.epicgames.net/reviews/24413087

#rb devin.doucette
#preflight 63fe5113ac6c61e2b54d297b

[CL 24448086 by joe pribele in ue5-main branch]
2023-02-28 14:32:08 -05:00
jodon karlik
beaf460601 UnrealVS: Be more aggressive by trying more P4 Settings and also more relaxed about what constitutes a valid line when finding the P4WorkingDirectory
#preflight 63f92e5dc35a141980ec92d3

[CL 24409544 by jodon karlik in ue5-main branch]
2023-02-24 16:42:52 -05:00
Rex Hill
3b6f88f03e [UnrealVS] Fix parsing P4CONFIG working directory
#rb ben.marsh
#preflight skip

[CL 24378730 by Rex Hill in ue5-main branch]
2023-02-23 08:36:39 -05:00
sebastian nordgren
819c3e402d Compiled UnrealVS in VS2019 to make it load correctly in VS2019.
Bumped version number to trigger a reinstall.

Updated release notes.

#rb joe.pribele
#jira UE-174627
#lockdown jeanmichel.dignard
#preflight 63e0e0a09740e583f41f5230

[CL 24031659 by sebastian nordgren in ue5-main branch]
2023-02-06 11:27:57 -05:00
sebastian nordgren
1a2fea3973 Compiled UnrealVS in VS2019 to make it load correctly in VS2019.
Bumped version number to trigger a reinstall.

Updated release notes.

#rb joe.pribele
#jira UE-174627
#lockdown jeanmichel.dignard
#preflight 63e0e0a09740e583f41f5230

[CL 24031464 by sebastian nordgren in ue5-main branch]
2023-02-06 11:20:27 -05:00
henrik karlsson
43b153a481 [UnrealVS]
* FileBrowser - Added so ctrl-shift-I is pasting selected file as include in to current opened document
* CompileSingleFile - Added command CompileAndProfileSingleFile that run compile score around the compile (need version https://github.com/honkstar1/CompileScore for now, will do pull request up to main branch)
* Fixed some code based on warnings compiling UnrealVS

#preflight skipped
#rb joe.pribele
#jira none

[CL 24000515 by henrik karlsson in ue5-main branch]
2023-02-03 18:58:00 -05:00
sebastian nordgren
9e24cef873 UnrealVS:
- Added Revert command
- Checkout now also Opens for Add if the file is not already added.

#review-23526187 @joe.kirchoff, @paul.chipchase
#preflight none

[CL 23660607 by sebastian nordgren in ue5-main branch]
2023-01-12 06:30:53 -05:00