Feature: Use shift key to perform default action, and ctrl key for default path#45
Open
David-Maisonave wants to merge 23 commits intoEslaMx7:masterfrom
Open
Feature: Use shift key to perform default action, and ctrl key for default path#45David-Maisonave wants to merge 23 commits intoEslaMx7:masterfrom
David-Maisonave wants to merge 23 commits intoEslaMx7:masterfrom
Conversation
Added functionality for Ctrl key combination to have PasteIntoFile perform the default action automatically without having to prompt user with a dialog window. Added Shift key combination, to add a default sub folder to 'Current Location' field. The default sub folder for a text file is Text, and the default sub folder for an image file is Image. Added command line options TextSubDir and ImageSubDir. To change the default Text Sub Folder, use argument: /TextSubDir MyDefaultTextFolder To change the default Image Sub Folder, use argument: /ImageSubDir MyImgDir Added logic to have combo list for text files only show text file types, and for image files only show image file types. Added additional text file types to the combo list.
Switch keys around (ctrl and shift) so that it matches other version of PasteIntoFile.
Added option to have fully qualified path for sub directories. This allows users to specify a specific directory to add all files to.
Change command line option names for TextSubDir and ImageSubDir to TextDefaultDir and ImageDefaultDir. Made this change because this option now supports both sub path and a full (FQN) path.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Use the shift key to perform the default action automatically without any further user input.
Use the ctrl key to append default folder to "Current Location" field, or to replace "Current Location" with a directory having fully qualified name (FQN) which includes drive letter.
Combination Key Usage
Changing default folders:
PasteIntoFile /TextDefaultDir MyDefaultTextFolderPasteIntoFile /ImageDefaultDir MyImgDirExtension Combo List
Updated Help Screen
Updated help screen with information on the new command line options.
Updated Readme.md
Updated Readme.md with information on these new features.
Updated Version and Copyright date.
Updated version to 1.6.2.0, and updated copyright dates to 2022.

Copied content from AssemblyDescription to AssemblyTitle, because the content in AssemblyTitle is what is seen in "File Description". Product Name already contains the name that was in AssemblyTitle.