jlegewie / SublimePeek

ST2 plugin to quickly access help files with a single key stroke (HTML, CSS, JavaScript, PHP, Python, Ruby, R, and Stata)
45 stars 6 forks source link

Sublime Text 3 #33

Open nathggns opened 11 years ago

nathggns commented 11 years ago

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 commented 11 years ago

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 commented 11 years ago

The error is this.

no command for selector: noop:
jlegewie commented 11 years ago

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 commented 11 years ago

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 commented 11 years ago

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).