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 answers
Related Questions in SUBLIMETEXT2
- Sublime don't want to find words with only a few letter match
- Toggle comment color in Sublime Text
- Mark Text in Command Prompt in Sublime Terminus
- Screen Scroll when using multiple cursors in Sublime Text
- Windows variable in Sublime Text Build
- CSS on Sublime 2 Indents Falsely
- Separate Build for every file/tab in Sublime Text
- Default message when Build System starts in Sublime Text
- Delete every whitespace or tab or newline until a character is present with Sublime
- How to copy line in Sublime without new line
- Ungreedy regex matching in sublime text 2
- Shortcut to open the currently opened file's folder left panel
- Sublime Text 2: Find all 8 digit sequences between slashes and replace
- Reindent minified Javascript with Sublime
- Sublime Text: overlay cannot match file name with @
Related Questions in PHOTOSHOP
- Convert selected layers into smart objects via script in photoshop
- AI tools for generating clean clipping paths
- Create new transparent color in photoshop scripting
- activeDocument.bitsPerChannel = BitsPerChannelType.SIXTEEN; (WITHOUT MEREGER?) (Extendscript)
- Color Discrepancy Between OpenCV and Photoshop Hue Adjustments
- Exporting PNGs from Photoshop using Apple Scripts
- close button malfunction (Extendscript)
- Is there any way to make a script to get corners of rasterized shapes in Photoshop?
- Photoshop script arrange selected layers in grid
- Is it possible to scale a pathItem in Photoshop CC?
- Access is denied writing to file from ExtendScript
- Reproduce Photoshop warping effect accurately with ImageMagick
- Adding a Spot Color Channel to .Tiff Images with Python
- <wand.img> saving several png files as photoshop psd file converts the color into grayscale
- Adding transparency to the program written in Python
Related Questions in OPEN-WITH
- Windows "Open with" a file with self-extracting CAB Win32
- Explorer.exe keep writes registry entry silently upon right click on certain file types
- The problem with writing a file with the with open construction
- Open a file with java application on macOS
- Is there any way to affect application sort in Disambiguation Dialog?
- Opening a Program with openwith dialog or arguments in Cpp,CLI WindowsForms
- pass a file to command prompt by OpenWith dropdown menu
- How do I get 'open with vs code' option in MacBook?
- When a file is "opened with" a winforms application how do I get the application to use that file's directory?
- Task Scheduler launching OpenWith.exe for a JAR file
- How to implement "open with" in a notepad application
- How to open with a zip with a python program?
- How to open a text file with 'open with' option by the software , created by visual basic?
- How to undo always openwith option
- Electron: How do implement "open with" / have the "open-file" app event on MacOS called?
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?
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)
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!