Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a way to Add/Rename/Remove folders from currently loaded solution #73

Open
1 of 5 tasks
X39 opened this issue May 9, 2019 · 0 comments
Open
1 of 5 tasks
Labels
filesystem Stuff related to the filesystem (Arma.Studio.Data.IO) rewrite Related to rewrite branch task
Milestone

Comments

@X39
Copy link
Member

X39 commented May 9, 2019

Currently, there is no way to add new files to the solution for a user.
This should change so that users can add new files easily.

Goals

  • Interaction for Solution-Explorer to Add a single file
  • Interaction for Solution-Explorer to Add a whole PBO (note that $PBOPREFIX$ needs to be detected & set if file is available) or Folder
  • Interaction for Solution-Explorer to Rename a single file
  • Interaction for Solution-Explorer to Remove one or more files (or folders)
  • Dialog to create a new file replacing the current MenuItem

Noteworthy

  • PBOs can only contain File & Folder
  • Folder can only contain File & Folder
    *File can not contain anything

Related

@X39 X39 added task rewrite Related to rewrite branch filesystem Stuff related to the filesystem (Arma.Studio.Data.IO) labels May 9, 2019
@X39 X39 added this to the Rewrite milestone May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filesystem Stuff related to the filesystem (Arma.Studio.Data.IO) rewrite Related to rewrite branch task
Projects
None yet
Development

No branches or pull requests

1 participant