Sublime Forum

SideBar Enhanc.. (Clipboard, Open With., Reload renamed)

#30

This plugin has been updated:

Update v0.9:

  • Minor tweaks and fixes.
  • Fix: Re-enable move to trash for OSX
  • New: Allow to display “file modified time” and “file size” on statusbar via preferences.
  • Fix: Disable of built-in function is now automatic.
  • On the way: exclude from project, promote as project folder. ( requires restart to apply changes, looks like there is no way to reload project files.)
  • Fix: Many appends of same directory to “sys.path”
0 Likes

#31

This plugin has been updated to include the preference “close_affected_buffers_when_deleting_even_if_dirty” which is by default “False”.

This preference allow you to automatically close all the buffers affected by a deleting operation.

Regards.

0 Likes

#32

Great plugin.

In the “Open with” menu, can you move “Edit Applications” to the bottom of the sub-menu? Once I’ve set it up, I want to be able to quickly pick the first app in the list.

0 Likes

#33

Also, perhaps (via an option) the Open With menu could hide applications that are not available (i.e. because the file extension doesn’t match) instead of greying them out. I have a lot of apps listed, but for a given file type only a few options are possible.

0 Likes

#34

[quote=“craigpatik”]Great plugin.

In the “Open with” menu, can you move “Edit Applications” to the bottom of the sub-menu? Once I’ve set it up, I want to be able to quickly pick the first app in the list.[/quote]

You may want to try and let me know what you changed to get the menuitem on bottom. I cant’ see a way to do that.

[quote]Also, perhaps (via an option) the Open With menu could hide applications that are not available (i.e. because the file extension doesn’t match) instead of greying them out. I have a lot of apps listed, but for a given file type only a few options are possible.
[/quote]

Done, with new preference “hide_open_with_entries_when_there_are_no_applicable”

0 Likes

#35

I did not find a way to do it. I was hoping you could add an option so it could become possible.

0 Likes

#36

Oh, and thanks! Much appreciated.

0 Likes

#37

Update v1.1:

  • New: A boolean preference “confirm_before_deleting” which controls if a confirmation is needed before deleting.
  • New: When using pasting feature the editor will ask for “replace items” when these items exists. Note: When a folder exists the package will merge the two as in the OS.
0 Likes

#38

Hello. Excellent plugin, thanks for your hard work!

Is it possible to add hotkeys or other commands to the “Open With” functionality?

For example, double clicking a png file will open it with Photoshop instead of Sublime or hitting F12 will open a selected file or tab with Chrome.

0 Likes

#39

There is no built-in options to assign hotkeys to sidebar for the moment… and there is no way to listen clicks.

0 Likes

#40

That’s unfortunate. These would be great features.

0 Likes

#41

Thanks for the great module. I can’t figure out how to edit the menu items in a good way. I can comment out menu entries in the Packages/SideBarEnhancemenets/Side Bar.sublime-menu file, but if I copy that file to my User folder and do the same thing, weird things happen. I can change one of the captions just fine, but if I comment out a whole menu item, the file suddenly gets ignored, and defaults back to the original .sublime-menu file.

Am I doing something wrong?

0 Likes

#42

The easy and hacky way is to cut Side Bar.sublime-menu from the package and paste it into your User folder.

If you just want to change the visibility I can add a parameter. But if you want to re-order these you will have the same problem.

0 Likes

#43

Thanks that worked. Is it not the default behaviour to copy files in the User folder in order to override them? Or maybe only extend them, and that’s the problem?

Either way, yes all I wanted to do was remove items I would never use, to keep things nice and streamlined.

0 Likes

#44

Cool! Thank you very much for this enhancement.

0 Likes

#45

I’m having a problem with this plugin. The first time I hit F12 everything works as expected and the file is opened in the browser. Cool. It will work fine until I modify the file. After I modify the file, hitting F12 no longer works. It doesn’t work again until I restart Sublime Text and then it works until I modify a file again.

Any ideas?

Edit: here is the error I’m getting in the console:

“IOError: [Errno 2] No such file or directory: u’C:/Apache2/htdocs/…’”

There’s a lowercase u at the beginning of the filename before the first quote for some reason. Is this what’s causing the problem?

0 Likes

#46

I’ve installed this through Package Control.

And I get nothing. Not really sure what I’m missing?

Apologies if it’s something obvious but this just doesn’t seem to work.

Beta Build 2190.

0 Likes

#47

[quote=“MikeJerome”]I’m having a problem with this plugin. The first time I hit F12 everything works as expected and the file is opened in the browser. Cool. It will work fine until I modify the file. After I modify the file, hitting F12 no longer works. It doesn’t work again until I restart Sublime Text and then it works until I modify a file again.

Any ideas?

Edit: here is the error I’m getting in the console:

“IOError: [Errno 2] No such file or directory: u’C:/Apache2/htdocs/…’”

There’s a lowercase u at the beginning of the filename before the first quote for some reason. Is this what’s causing the problem?[/quote]

Can you please post the complete path of the problematic file? Do you have some project open? Maybe a permissions problem?

[quote=“paulmist”]I’ve installed this through Package Control.

And I get nothing. Not really sure what I’m missing?

Apologies if it’s something obvious but this just doesn’t seem to work.

Beta Build 2190.[/quote]

Try restarting or with a clean profile.

0 Likes

#48

It turns out that it was looking for an old deleted project file for some reason. I think something with the workspace file was screwing it up. Anyway I reinstalled everything and it’s working fine now!

0 Likes

#49

I’ve just downloaded it via package control on the OSX version of sublime - I get no context menus on the side bar
I’ve tried restarting sublime text 2

Is there anything else I’m missing?

0 Likes