Sublime Forum

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

#102

And please post the full path, with the name of .exe file too. Thank you!

0 Likes

#103

Hello Tito,

Thanks for the reply. The full path of the location of my google chrome is

C:\Documents and Settings\Dmind\Local Settings\Application Data\Google\Chrome\chrome.exe

All of my other browsers like IE, Moz, Opera and Safari are located inside the C:/Program FIles except for my Google Chrome.

Thanks again!

0 Likes

#104

I’ve added something I think will work, but I’m not sure… after updating let me know if it works.

0 Likes

#105

Will not work, there is a problem with localized folders in Windows XP

Just add “chrome.exe” to your PATH and that will work.

Regards,

0 Likes

#106

Hey Tito,

Yes, its now working. Thanks man! I appreciate the update!

Happy Holidays!

0 Likes

#107

You are welcome! Happy holidays too!

0 Likes

#108

Shorcuts collisioning with Sublime2’s built-in shortcuts have been removed.

If you miss these

	- Go to "Preferences" -> "Browse Packages" -> "User"
	- Open or create file "Default.sublime-keymap"

	- Add this content:

			, { "keys": "ctrl+t"], "command": "side_bar_new_file2" },
			{ "keys": "f2"], "command": "side_bar_rename" },
			{ "keys": "ctrl+alt+f"], "command": "side_bar_find_files_path_containing" }


## If you have problems configuring F12 key

	- [github.com/titoBouzout/SideBarE ... ts#f12-key](https://github.com/titoBouzout/SideBarEnhancements#f12-key)
0 Likes

#109

Here is a bug report:

When I use the command palette to “Project:Edit” nothing happens. The error message in the console throughs this:

Traceback (most recent call last):
  File "./sublime_plugin.py", line 339, in run_
  File "./SideBar.py", line 1204, in run
  File "./sidebar/SideBarProject.py", line 11, in hasOpenedProject
  File "./sidebar/SideBarProject.py", line 37, in getProjectFile
IOError: [Errno 2] No such file or directory: u[PATH TO WRONG PROJECT]'

‘Tools->Edit Project’, however, works without any problems.

Thanks for the great plugin!

0 Likes

#110

“File: Reveal” also doesn’t work (it used to though). But there is no error message…

0 Likes

#111

Try in a clean profile, and let me know. Also, what is the full path of file that in “reveal” is not working?

0 Likes

#112

Hi,

thanks for the nice plugin!

But I have a question: I installed SidebarEnhancements and I can focus the sidebar with CTRL-0 (on windows). But it’s not possible to open the context menu in the sidebar without the mouse. The context-key does nothing.

Is it possible to change that?

Best,
Stefan

0 Likes

#113

Based on what I read at github.com/titoBouzout/SideBarE … /issues/71 it supposed only to work with files that are part of the project, and none outside.
Too bad of a decision IMO for such a good otherwise add-on.

0 Likes

#114

In Packages - package settings - > Side bar -> Settings Default one can replace the default browser in

//if installed in a default location maybe this works.
"default_browser": "firefox" //one of this list: firefox, chrome, chromium, opera, safari

Oddly the Internet Explorer is not an option!

0 Likes

#115

I’ve had this working in the past, but coming back from my break and I can’t get URL’s working. I’ve following the guide supplied at the github page to the ‘T’ as far as I’m aware and still can’t get the URL’s to go to the localhost, instead it always keeps going to File:///

Everything else works perfectly, but I can’t get past this issue. If I go to the server (I can rebind hotkey’s and default browser fine too!) I get sent to this address every time (note the triple ///):

file:///C:/wamp/www/php/index.php

I’ve tried so many permutations and small changes to the lines, addresses and URL’s but none of it changes a single thing. It’s as if its hardcoded to always grab the file address. I must be doing something wrong or overlooking the smallest detail.

Here is the code I have in:

[code]{
“C:/wamp/www/php”:{
“url_testing”:“http://php.dev”,
“url_production”:“http://php.dev
},

"folders":

	{
		"path":"/C/wamp/www/php"
	}
]

}
[/code]

If anyone knows where I’m messing up or what may be causing my issue I’d love to hear it.

0 Likes

#116

github.com/titoBouzout/SideBarE … ts#f12-key

0 Likes

#117

Thanks. The issue I had was that I was adding the URL’s to the Project File, rather than the project edit url preview file

Be great if you can add a command to [shift+ctrl+p]: edit project urls rather than right clicking a file (for next version), or perhaps consolidate this data into the ‘Project: Edit’ file (where project folders are specified) if that’s at all possible. Either way, working now. Cheers.

0 Likes

#118

Looking forward to this plugin being ported to ST3. That’s one of the three addons (along with Package Control and Githubinator) I cannot live without.

0 Likes

#119

For some reason, recently I cannot at all get the plugin to open the file via the browser - at all.

Not matter what binding I set the plugin to launch the browser, it never does anything. For instance, I press the default F12 key: nothing at all happens; no feedback, no action, ST2 just sits there. If i set the hotkey as ctrl+o (by default opens a file before changing), once again nothing will happen, no feedback at all from the program.

Any idea what may be causing this. It’s as if no commands are sent to SBE.

I have tried reinstalling the plugin, trying various different hotkey combinations to trigger it, have tried setting different browser types to be the one that launches (chrome, chromium, firefox etc).

I’ve also noticed that the formatting of the config files are slightly different. For instance the settings file of SBE use to have commenting and list the browser to use at the bottom of the document, but now its somewhat inversed and condensed, with less comments and whitespace. I noticed there was an update for SBE applied, and it said to add some data to the Users file, which I did, and I also tried adding the open_in_browser argument there as well (as far as i knew this file was to over-right any conflicts; something around these lines was briefly explained in the SBE update file). This also failed to yield any results.

So, to sum it up; I try to open the file in the browser (by default f12 or alt+f12), however neither of these hotkeys, nor any i specify result in any action at all. There is 0 feedback or result when I press any hotkey associated with opening the file in browser.

I’ll also add that Open in Browser and Open in New Window don’t seem to work either (from the right-click menu).

**Redownloaded ST2 (portable this time) and installed it; seems to be working now. I have no idea what was stopping the part of the plugin function correctly.

0 Likes

#120

Read this github.com/titoBouzout/SideBarE … ts#f12-key
And if everything is correct, and still not working, come back and paste your config file.

0 Likes

#121

This package works in ST3 github.com/titoBouzout/SideBarE … ourownrisk
An effort by **lettertwo ** thank you very much! :smile:

0 Likes