Does anyone know how to tweak ST2 / SideBarEnhancements (or some other setting) to get .psd files to open in Photoshop CS5.1 ?
How to "Open With" Photoshop CS5.1 in Sublime Text 2 using SideBarEnhancements (WinXP Machine)
1.1k Views Asked by H. Ferrence At
1
There are 1 best solutions below
Related Questions in SUBLIMETEXT2
- How can I run C programs in sublime text 2 that require an input?
- Adding a CSS folder on Sublime Texts side bar with a main.css and normalize.css file
- How to add your own syntax to Sublime Text 2
- Sublime Text won't output Java println statements in main method
- ElementTree errors, html files will not parse using Python/Sublime
- How to create typing shortcuts in Sublime Text 2?
- Sublime text - how to select HTML table columns?
- How to exclude some directory during search(through ctrl+shift+f) in sublime 2?
- Sublime Text run a macro with key bindings
- Sublime Text shows nothing on Python build
- Decode error - output not utf-8
- Clean Python code with Sublime
- Can't build SASS in Sublime Text 2
- How can I exclude a folder from indexing in Sublime Text, while still showing it in the sidebar?
- regular expression in sublime text 2 to match text
Related Questions in PHOTOSHOP
- labeling and saving transparent layer in photoshop
- Writing a custom PSD file with smart objects
- jQuery filter.me .ACV file conversion
- Best way to edit a JPG in Photoshop
- OpenGL GLSL: How to implement the concept of gradient map in photoshop using fragment shader?
- Different QRCode in series of flyer with photoshop
- Photoshop - How to navigate the canvas using Javascript?
- what is the best fastest approach in extracting images in a psd?
- Using Javascript function parameters with onClick in photoshop dialog not working
- How to get inside of this thin white border
- Photoshop dialog controls keyboard shortcuts not working
- Workflow improvement on how to measure pixel distances on screen
- Photoshop script how to add image to a layer
- Is there a script that can transfer text from an excel file into an Adobe design program?
- Python and Photoshop
Related Questions in OPEN-WITH
- Unable to open python files in python.exe of python 2.7
- How to "Open With" Photoshop CS5.1 in Sublime Text 2 using SideBarEnhancements (WinXP Machine)
- Correct the behaviour of OpenWith Dialog
- Show system "open with" dialog when clicking file from electron application
- The 'Open with' option is automatically changed with my app when my app is installed
- Is there any way to affect application sort in Disambiguation Dialog?
- Open a file with java application on macOS
- Change open file with... regedit
- How to make Eclipse as a Default Editor FOREVER in Mac OS-X?
- c# open file always show "Open With" dialog
- How to get Application name to be displayed in open-with list?
- Open an XML with a QTReport.exe
- Why does "tree = ElementTree.parse(f)" give the error "TypeError: parse() missing 1 required positional argument: 'source'" while arg is present
- Append data frame to an existing csv files with different number of columns
- How can we implement an Open with Postman button to open a postman collection link sent from a third party react application?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
First, you need to enable viewing of
.psdfiles in the sidebar, as they're hidden by default. Add the following line to your user preferences (Preferences -> Settings - User):Next, right-click on a
.psdfile in the sidebar and selectOpen With -> Edit Applications. If you're on OS X, edit"application"to point to the app name, not the full path. If you're on Windows, put in the full path to the Photoshop.exefile, using forward slashes/as path delimiters (for example,C:/Program Files/Adobe/CS5.1/PhotoShop CS5.1/photoshop.exe, or whatever it is on your system). You can also edit the"caption"field to make it more descriptive if you want.Save the file, and you should now be able to right-click
.psd,.png,.jpg, and.jpegfiles and selectOpen With -> Photoshop.Good luck!