kemayo / sublime-text-2-goto-documentation

Sublime Text 2 plugin to go to documentation
128 stars 37 forks source link

ST3 Package #25

Closed iToto closed 10 years ago

iToto commented 11 years ago

Can't seem to find this package on ST3. Is it only available through manual install?

theoretick commented 11 years ago

No package that I know of but seems to work like a charm in ST3, just tried it.

iToto commented 11 years ago

yeah same. Just thought maybe there would be a package for it.

steinmb commented 11 years ago

If it works we should have a package that validate in http://www.caniswitchtosublimetext3.com

iToto commented 11 years ago

:+1:

jsborjesson commented 11 years ago

It works perfectly in ST3 for me as well.

steinmb commented 11 years ago

Good news/ What does it takes to get it tagged in https://sublime.wbond.net/ as ST3 complaint?

jsborjesson commented 11 years ago

I believe it's just a matter of forking wbond/package_control_channel and changing

"sublime_text": "<3000"

to

"sublime_text": "*"

I haven't done this myself but it seems easy enough.

steven-pribilinskiy commented 11 years ago

how is that it's working for you? I got an error in both cases (when installing through package control and also through git clone) the error:

Traceback (most recent call last):
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 543, in run_
    return self.run(edit, **args)
TypeError: run() got an unexpected keyword argument 'url'
jsborjesson commented 11 years ago

That's too bad. It could be an OS issue, it's running perfectly on OSX, but I see you're running Windows. On 10 Sep 2013 15:32, "stevenp" notifications@github.com wrote:

how is that it's working for you? I got an error in both cases (when installing through package control and also through git clone) the erro:

Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublimeplugin.py", line 543, in run return self.run(edit, **args) TypeError: run() got an unexpected keyword argument 'url'

— Reply to this email directly or view it on GitHubhttps://github.com/kemayo/sublime-text-2-goto-documentation/issues/25#issuecomment-24159383 .

theoretick commented 11 years ago

Yes, tested on OSX, do not know if its working on Windows

steven-pribilinskiy commented 11 years ago

There's an error on Windows OS and i'm not a python guy to fix that :(

nicolashohm commented 11 years ago

i use it on Win 7 and it works great with php.net

steven-pribilinskiy commented 11 years ago

just tried to access the docs in following php code

<?php
print_r($_GET);

that is expected to jump to

http://php.net/$_GET

but instead got this same error:

Traceback (most recent call last):
  File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 543, in run_
    return self.run(edit, **args)
TypeError: run() got an unexpected keyword argument 'url'

OS: Windows 8 x64

nicolashohm commented 11 years ago

strange, maybe a win 8 problem, i tried your example and it works perfect Win 7 x64 ST3047

nicolashohm commented 11 years ago

Back to topic, Goto Documenation is now available via Package Control :)