-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ST3: Issues #26
Comments
I have fixed some package path issue, now there are "Web Inspector" and "Web Inspector 3" |
Yes. This is the one I installed. Thing is, all preference files are missing when installing the Web Inspector 3 via the Package Control. Do you want me to screencast the whole process so you can get a better idea of what's wrong? |
Fixed some path issues, now preferences should be not empty |
Indeed.
|
What is settings in your preferences? |
You need set 'set_script_source' to true to live JS code swapping or disable 'reload_on_save' |
Did those. Still reloading :( |
Tested it on Sublime Text 2 on Windows. Same thing - still reloading the page. I am pretty sure I got something wrong here:) |
This maybe issue that your file is not linked with file system like in #17 |
|
@phaistonian I have added a new function called "Show file mapping", could you start debugging and post content of mapping here |
Sure. [ |
Does this mean I can't have js files named js.js in order for the package to work? On Mar 21, 2013, at 1:50 PM, Stanislav [email protected] wrote:
|
There is some issues. First is file name and second is path. I try to fix it. You can try name your file test.js and put it in folder js and tell me result please? |
Okey, I just pushed changes, try it now! With your first file name and locations. |
Fix path and file name issues fix #26
Removed package, re-installed i. No luck. Could you post your settings here so I am not sure I am not having any blues due to the settings being wrong? |
You try ST3 version, right? In my settings just "set_script_source": true |
Yeap. On ST3. Somehow I got it to work. Then I erased (command + a, backspace) all contents and then I got this. Thanks for your efforts. |
yap if you erase all script and save it somehow chrome can't save it. |
I didn't erase the script per-se. I erased the script's contents (from Sublime). Yes, at least for a while, it worked as expected indeed. Thanks :) |
Is it work or not? :) |
It did :) Will try more and let you know though. Again, thanks :) |
Installing the Web Inspector (3) package via the Package Control will bring up an empty Package Controls message window and empty preference files for Web Inspector package.
Installing the package using git clone (and then switching the ST3 branch) did the trick, but whenever I save, the page (both in Canary and in dev) gets reloaded --- not as seen in your screencast, that is.
The text was updated successfully, but these errors were encountered: