You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement related to a problem?
Currently, the export to SQF module allow to display the content of a mission into a SQF copy than can be run at a later time to restore the mission.
However, in its current state, the dialogue does not come with a "select all" nor "copy" button.
While it is not impactful if a mission contains only a couple of objects, it makes the use of the SQF code near impossible if the mission is large (hundreds of objects, units with custom loadouts, etc.) as the player will not be able to select the whole SQF code.
Solution you'd like:
Add either a "select all" or a "copy" button to the export SQF module's dialogue.
Alternatives you've considered: As a "least effort" solution, automatically copy to clipboard the SQF code displayed with a tactical use of the copyToClipboardcommand.
Approach is not feasible as copyToClipboard only works on server.
See comment.
Additional context:
Please note that the following shortcuts do not work in the dialogue and do not allow to select all : Ctrl + A, Ctrl + Shift + End.
The text was updated successfully, but these errors were encountered:
My bad, I forgot about the fact that copyToClipboard only works on server. So I guess this approach is a bit of a dead end indeed.
I am not familiar enough with dialogs to evaluate the feasibility of a "select all button", but I think it might be the easiest (only?) way to make the export module "feature complete".
Is your enhancement related to a problem?
Currently, the export to SQF module allow to display the content of a mission into a SQF copy than can be run at a later time to restore the mission.
However, in its current state, the dialogue does not come with a "select all" nor "copy" button.
While it is not impactful if a mission contains only a couple of objects, it makes the use of the SQF code near impossible if the mission is large (hundreds of objects, units with custom loadouts, etc.) as the player will not be able to select the whole SQF code.
Solution you'd like:
Add either a "select all" or a "copy" button to the export SQF module's dialogue.
Alternatives you've considered:
As a "least effort" solution, automatically copy to clipboard the SQF code displayed with a tactical use of thecopyToClipboard
command.Approach is not feasible as
copyToClipboard
only works on server.See comment.
Additional context:
Please note that the following shortcuts do not work in the dialogue and do not allow to select all : Ctrl + A, Ctrl + Shift + End.
The text was updated successfully, but these errors were encountered: