For example, can I add the entry: "New Word.DOC" Ctrl+Shift+W ?
I saw references in xyplorer.ini and deleted the last respective entries, but they still show up on the dialog panel - please see image attached.
Thank you!
V.1600.0200
Code: Select all
[NewTemplates]
; Tweak: 3 templates for New Folder default names
Version=1
Folder0=\N\e\w \F\o\l\d\e\r
Folder1=yyyymmdd
Folder2=yyyy-mm-dd
; Tweak: 3 templates for New File default names
File0=\N\e\w \T\e\x\t \F\i\l\e
File1=yyyymmdd
File2=yyyy-mm-dd
NewFolderTemplateIndex=4You have this:This is my current coding and results, something does not seem right.
Code: Select all
File0=\N\e\w \D\o\c\ \F\i\l\eCode: Select all
File0=\N\e\w \D\o\c \F\i\l\eCode: Select all
File1=\r\e\a\d\m\e\.\m\dCode: Select all
Edit | New | New Text File "readme.md.txt"Code: Select all
File0=\N\e\w \T\e\x\t \F\i\l\e\.\t\x\t
File1=yyyymmdd\.\t\x\t
File2=yyyy-mm-dd\.\t\x\tThat fixed it, Thanks!SammaySarkar wrote:which should be thisCode: Select all
File0=\N\e\w \D\o\c \F\i\l\e
These were my questions also and please add my votesSammaySarkar wrote:@Don, you should allow custom file extensions in New Text File templates, instead of defaulting to txt.makes the menu item beCode: Select all
File1=\r\e\a\d\m\e\.\m\dPerhaps also rename the menu captions to "New File", and include the default txt extensions in the ini so users can customize them:Code: Select all
Edit | New | New Text File "readme.md.txt"Code: Select all
File0=\N\e\w \T\e\x\t \F\i\l\e\.\t\x\t File1=yyyymmdd\.\t\x\t File2=yyyy-mm-dd\.\t\x\t
Code: Select all
new(trim(regexmatches(self('caption'),'\"[^\"]*\"$'),'"'),,,'r');Code: Select all
New File "filename"Code: Select all
new File "NewDOC.doc"Code: Select all
New File "New.txt" [Shift+T]Code: Select all
New File "New.doc" [Shift+W]This will work as expected in the next version.SammaySarkar wrote:@Don, you should allow custom file extensions in New Text File templates, instead of defaulting to txt.Code: Select all
File1=\r\e\a\d\m\e\.\m\d
yay!admin wrote:This will work as expected in the next version.
No, SHIFT+DELETE bypasses recycle bin.krakatoa wrote:[Shift+D] might make more sense and it shows as a Free Keyboard Shortcut, but in Windows this combo bypasses the Recycle Bin when deleting a file
thank you!krakatoa wrote:Nice work SammaySarkar![]()
![]()