-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Adds support for local paths and project bundles #5735
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
5bfad37
Adds a baseDir for the local path
IanCaio 1e89441
Starts implementing the makeBundle functionality
IanCaio f34e966
Starts implementing logic to go through resources
IanCaio ff9af55
Adds logic to copy files and update the project
IanCaio f59cc9c
Makes the writeBundle method more organized
IanCaio 14992ff
Adds a project bundle folder
IanCaio c174b3e
Handles local paths when a project isn't open
IanCaio b76e9f8
Sanitizes the bundle name
IanCaio 3aac591
Moves away from projectbundle folder concept
IanCaio 3e86cd6
Adds an option to save project as bundle
IanCaio 218c211
Fix local: prefix saving bug
IanCaio 6b1e5ac
Adds a warning message box
IanCaio 1b13381
Removes unused header
IanCaio dbffea7
Removes Vestige plugins bundling
IanCaio 2c15d4e
Extracts code from loadProject to another method
IanCaio 598396b
Merge branch 'master' into feature/localPath
IanCaio 93915b9
Merge branch 'master' into feature/localPath
IanCaio 88278ea
Removes debug warnings
IanCaio 14c1d3c
Fixes small bug with error logging
IanCaio 941ad2a
Merge branch 'master' into feature/localPath
IanCaio 465900d
Saves the bundle in a newly created folder
IanCaio 4459d3c
Enhances the name conflict workaround
IanCaio e0a4c12
Starts addressing Johannes review
IanCaio 43b3dfd
Adds makebundle action to bash completion file
IanCaio 45b62e8
Improves safety check on project files
IanCaio b8bbea6
Addresses Spekular change request
IanCaio 0ea10ff
Makes hasLocalPlugins method const
IanCaio 8970cc4
Replaces literal uses of "local:"
IanCaio 18c6239
Fix some comments on the header and cpp file
IanCaio e0eba3c
Changes variable on PathUtil to const
IanCaio d1d50b5
Leave doxygen comment on CPP file only
IanCaio 9ef814f
Fix doxygen comment @param
IanCaio 64b652d
Remove assert statements
IanCaio efef46a
Skips local paths when looking for shortest path
IanCaio 5ffc99c
Address Spekular's review
IanCaio 91509bd
Replaces "ok" with "error"
IanCaio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.