s-clerc / slyblime

Interactive Lisp IDE with REPL, Inspector, Debugger and more for Sublime Text 4.
Other
44 stars 4 forks source link

Cannot run `Connect to Slynk` command #7

Closed nevzatseferoglu closed 3 years ago

nevzatseferoglu commented 3 years ago

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

s-clerc commented 3 years ago

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 ?
nevzatseferoglu commented 3 years ago
  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.
s-clerc commented 3 years ago

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?

nevzatseferoglu commented 3 years ago

Thanks. Yes, I installed both of them.

s-clerc commented 3 years ago

Does it work then?

nevzatseferoglu commented 3 years ago

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

s-clerc commented 3 years ago

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.

s-clerc commented 3 years ago

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.