s-clerc / slyblime

Interactive Lisp IDE with REPL, Inspector, Debugger and more for Sublime Text 4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot run `Connect to Slynk` command

nevzatseferoglu opened this issue · comments

Although having already installed both SublimeREPL and Slyblime on Sublime, I cannot run Sly: Connect to slynk command on the command palette of Sublime.

commented

Hi, thanks for trying my plugin !

Sorry, you're unable to use it, I was wondering if you can answer the following questions:

  1. Can you see the command but when you run it does nothing or can you not even seen it?
  2. Which platform you're on?
  3. Which version of Sublime Text you're using?
  4. If you press ⎈` (control+`) you should be able to open the ST console, look there and see if there's anything related to Slyblime. If there is, please send it to me.
  5. Did you already do Preferences > Slyblime > Upgrade SublimeREPL to work with Slyblime ?
  1. I can see the command at the bar section. Nothing is clickable for Slyblime.
  2. I'm on Manjaro Linux.
  3. Sublime Version: 3.2.2
  4. When I built the code, I encountered an error message as Unable to find target command: sly_compile_file. I selected Sly as a built tool from the Tools section before.
  5. When I go through Preferences / Package Settings / Slyblime , there is an option as upgrade SublimeREPL to work with Slyblime but it is not clickable.
commented

Sublime Version: 3.2.2

Yeah, you need to be using Sublime Text 4 to use the plugin, it's not going to work with 3. I would recommend reïnstalling the plugin if you upgrade to ST4.

By the way did you install the package from Package Control?

Thanks. Yes, I installed both of them.

commented

Does it work then?

No, it does not. Because Sublime 3.2.2 does not allow me to do anything with Slyblime related contexts.

commented

Sorry, I meant does it work with Sublime Text 4 now that you installed it? It’s never going to work with 3.2.2 because I used asyncio to develop it, which needs Python 3.5 or superior which is only available with ST4.

commented

By the way, you can install Sublime Text 4 from these links:

and then use your key to activate it as it is in beta right now.