Files
UnrealEngineUWP/Engine/Extras/P4VUtils
paul chipchase fc50254bb2 Add a P4V command to open up a the preflight page in a browser if there is a #preflight tag in a changelist description.
#rb Sebastian.Nordgren, Ryan.Hummer
#rnx
#preflight 636a63c063037c1026488d19

- We search the changelist description for '#preflight ???' and then open the appropriate page.
- If no tag is found we will display a message to the user via a modal dialog so that they are aware that no page will be opened.
- Refactored PreflightCommand.OpenUrl to be a public static method to avoid copy and pasting code.
- Refactored PreflightCommand.GetUrl to move the extraction of the Horde server address to a public static method to improve code re-use.
- The command will be added to P4 so that it can be used on pending and submitted changelists.

[CL 23050223 by paul chipchase in ue5-main branch]
2022-11-09 05:15:59 -05:00
..