Skip to content
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

Sublime Text 3 #33

Open
nathggns opened this issue Apr 5, 2013 · 5 comments
Open

Sublime Text 3 #33

nathggns opened this issue Apr 5, 2013 · 5 comments

Comments

@nathggns
Copy link

nathggns commented Apr 5, 2013

I have tried both Package Control, and cloning manually and checking out the ST3 branch, but I just haven't been able to get this to work in Sublime Text 3.

Suggestions?

@jlegewie
Copy link
Owner

jlegewie commented Apr 8, 2013

I already updated it once but apparently I missed something. Either you fix the remaining problems yourself (which shouldn't be to hard using the console to see the error) or you wait until I switch to ST3, which I will do when Package control is finalizes for ST3.

@nathggns
Copy link
Author

nathggns commented Apr 8, 2013

The error is this.

no command for selector: noop:

@jlegewie
Copy link
Owner

jlegewie commented Aug 5, 2013

I am using the ST3 branch now with ST3 and everything seems to be working. Are you still having problem? Which language? I have tested Python, html, javascript, and R.

@gecbla
Copy link

gecbla commented Aug 17, 2013

I'm getting this error

Exception in thread Thread-4:
Traceback (most recent call last):
  File "X/threading.py", line 639, in _bootstrap_inner
  File "E:\Programi\Sublime Text 3\3047\Portable\Data\Packages\SublimePeek\SublimePeek.py", line 576, in run
    f = open(os.path.join(self.path, id + ".html"), "wb")
OSError: [Errno 22] Invalid argument: 'E:\\Programi\\Sublime Text 3\\3047\\Portable\\Data\\Packages\\SublimePeek-PHP-help\\HttpDeflateStream::__construct.html'

when php documentation is downloaded. I used git for instalation:

git clone -b ST3 git://github.com/jlegewie/SublimePeek.git

@jlegewie
Copy link
Owner

The problem are certain files names such as HttpDeflateStream::__construct.html. It has nothing to do with ST3 but instead with windows support. See this issue #4. Are other languages working on windows or not? What is with Javascript, CSS, HTML and python? I might have a fix for the filename issue but first I need to know about the other languages.

By the way, I think you can use package control to install for both ST2 and 3 (although the ST2 branch certainly does not support windows, I think).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants