How do I get files with no extension to open with Sublime Text 2 by default?

Josh Pinto

Whenever I download programs or MediaWiki extensions there nearly always are README, INSTALL and COPYING files contained within the downloaded directory(s). These files usually have no file extension and hence the Open With... window has a blocked out

Always use the selected program to open this kind of file

box (hence one can't tick it to say yes to this option). Is there any way around this to get these types of files with no extension to automatically (i.e., by default) open with Sublime Text 2?

Karan
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.]

[HKEY_CLASSES_ROOT\.\shell]

[HKEY_CLASSES_ROOT\.\shell\open]
@="Open &with Sublime Text"

[HKEY_CLASSES_ROOT\.\shell\open\command]
@="C:\\Program Files\\Sublime Text\\Sublime.exe \"%1\""

Modify the path to the Sublime Text executable as required, save as a .REG file and double-click to import into the registry.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do I open my code file with sublime text without it opening my previous files on other tabs

From Dev

How do I open my code file with sublime text without it opening my previous files on other tabs

From Dev

How do I make Sublime Text 3 the default text editor

From Dev

How do I make Sublime Text 3 the default text editor

From Dev

How do I make Sublime Text 2/3 not open previous tabs when I launch it?

From Dev

How do I beautify in Sublime Text 2

From Dev

How do I update Sublime Text 2?

From Dev

How do I update Sublime Text 2?

From Dev

Sublime Text 2: how to force all files to open in a single window?

From Dev

How do I get Google Drive to open text files with arbitrary extensions as text files?

From Dev

How do I revert to the default cursor in sublime text?

From Dev

How do I set the default indentation settings for Sublime Text 3?

From Dev

Renaming open files in sublime text 2

From Java

How to open remote files in sublime text 3

From Dev

How do I get .xcf files to open in GIMP instead of Inkscape by default?

From Dev

How do I search a text in all the projects in sublime text 2

From Java

Sublime Text 2: How to get scss and Less files to have color?

From Dev

How do you set the default file extension for a syntax in Sublime Text 3?

From Dev

How do I get comment toggle to work with my own tmLanguage syntax for Sublime Text 2?

From Dev

How do I get comment toggle to work with my own tmLanguage syntax for Sublime Text 2?

From Java

How do I reformat HTML code using Sublime Text 2?

From Dev

How do I install Sublime Text 2/3?

From Dev

Sublime Text - How do I create a keyboard shortcut to move text from one open file to another

From Dev

Why can't I open `.plist` files in Sublime Text 3

From Dev

How to open default project in Sublime Text when starting app (mac)

From Dev

How do I change the color scheme for .txt files to always be the default scheme in Sublime 3

From Dev

In Sublime text 3 how do I default a certain file to a specific type

From Dev

How do I open up Sublime text editor in Ubuntu 18.04LTS?

From Dev

In Xcode how do I get files to open in the same window

Related Related

  1. 1

    How do I open my code file with sublime text without it opening my previous files on other tabs

  2. 2

    How do I open my code file with sublime text without it opening my previous files on other tabs

  3. 3

    How do I make Sublime Text 3 the default text editor

  4. 4

    How do I make Sublime Text 3 the default text editor

  5. 5

    How do I make Sublime Text 2/3 not open previous tabs when I launch it?

  6. 6

    How do I beautify in Sublime Text 2

  7. 7

    How do I update Sublime Text 2?

  8. 8

    How do I update Sublime Text 2?

  9. 9

    Sublime Text 2: how to force all files to open in a single window?

  10. 10

    How do I get Google Drive to open text files with arbitrary extensions as text files?

  11. 11

    How do I revert to the default cursor in sublime text?

  12. 12

    How do I set the default indentation settings for Sublime Text 3?

  13. 13

    Renaming open files in sublime text 2

  14. 14

    How to open remote files in sublime text 3

  15. 15

    How do I get .xcf files to open in GIMP instead of Inkscape by default?

  16. 16

    How do I search a text in all the projects in sublime text 2

  17. 17

    Sublime Text 2: How to get scss and Less files to have color?

  18. 18

    How do you set the default file extension for a syntax in Sublime Text 3?

  19. 19

    How do I get comment toggle to work with my own tmLanguage syntax for Sublime Text 2?

  20. 20

    How do I get comment toggle to work with my own tmLanguage syntax for Sublime Text 2?

  21. 21

    How do I reformat HTML code using Sublime Text 2?

  22. 22

    How do I install Sublime Text 2/3?

  23. 23

    Sublime Text - How do I create a keyboard shortcut to move text from one open file to another

  24. 24

    Why can't I open `.plist` files in Sublime Text 3

  25. 25

    How to open default project in Sublime Text when starting app (mac)

  26. 26

    How do I change the color scheme for .txt files to always be the default scheme in Sublime 3

  27. 27

    In Sublime text 3 how do I default a certain file to a specific type

  28. 28

    How do I open up Sublime text editor in Ubuntu 18.04LTS?

  29. 29

    In Xcode how do I get files to open in the same window

HotTag

Archive