sublimerepl Questions

3

Solved

When I type in the Sublime Repl console (Python) and hit return to run the command I am getting super annoying autocomplete taking over and changing the command. How do I turn this off in the Subl...
Jessiajessica asked 5/6, 2014 at 15:26

6

Solved

When trying to run Sublime REPL, I get a message box with permission denied error: IOError(13, 'Permission denied') unless I launch Sublime Text with root privileges (sudo sublime). It holds for an...
Romano asked 3/1, 2013 at 1:44

3

Solved

In this question How to Run Python Code on SublimeREPL, an answer is given on how to use the usual Ctrl+b shortcut to run a python code using SublimeREPL within SublimeText. The steps are simple: ...
Smithsonite asked 7/5, 2015 at 12:18

3

How can you set python debugger (pdb) breakpoints in Sublime Text 3? Both SublimeREPL or Python Breakpoints fail with default python build system: print "hello" # code runs fine without this brea...

1

I'm learning ipython for data analysis and I'd like to use Sublime text, my favorite text editor. However, I'm having a problem with "CR", carriage return, being output instead of the original "stu...
Vistula asked 6/11, 2015 at 20:52

6

Solved

I am new to Sublime Text 2 on Mac OS. I installed the package SublimeREPL. Is it possible to create a keyboard shortcut to run the file with SublimeREPL? More precisely, here is a screenshot. I w...
Label asked 4/10, 2013 at 13:7

2

Solved

Okay, this is driving my crazy. I had set this up before, deleted Sublime Text, and now I can't remember what the right configuration was. Very simple: I'm running R through SublimeREPL and need ...
Ajani asked 14/1, 2014 at 13:54

4

Solved

I really like using sublime text 2 to write Python codes, however any time I try to run a script which has an input, the sublime text console reports an error. So, I decided to try SublimeREPL, how...
Pierrepierrepont asked 1/11, 2013 at 17:28

2

Is there anyone who is able to configure Sublime Text 2 and SublimeRepl to work with chicken scheme? I've got chicken repl in Sublime, but it displays error messages from the chicken scheme only (...

1

Has anyone seen this problem? Start the scala REPL and scala> :paste // Entering paste mode (ctrl-D to finish) val x = 5 ctrl-D does not cause REPL to finish paste mode.
Hermon asked 29/5, 2013 at 17:45

1

I'm trying to run groovy in sublime text 3 for last three days and i'm unable to do it. I searched everywhere on net but no use. Even when i try to add Build system this is what i get: I'm stuck...
Myatt asked 8/1, 2017 at 12:37

2

Solved

I'm trying to setup ST3 to work with Python's virtualenv, running on Windows 8.1. I usually use SublimeREPL with my global Python install to run files. Now that I'm using venvs, though, I'm having ...

1

Solved

I have setup sublime REPL(Sublime 2, MAC) and able to run small Clojure programs like (+ 2 2). I have created a small project using lein lein new app clojure-noob and I am able to run it via lein r...
Marcos asked 26/6, 2016 at 19:28

2

Solved

Is there any way to disable the syntax highlighting in SublimeREPL-tabs when a script is running? Please see this question for context: Red lines coming up after strings in SublimeREPL (python)? ...
Chide asked 29/12, 2014 at 15:57

1

Solved

I am having problems with running the IPython shell from the Sublime REPL package. Here is what I get: C:\Anaconda\lib\site-packages\IPython\config.py:13: ShimWarning: The`IPython.config` pack...
Bozeman asked 22/9, 2015 at 14:16

3

Has anyone had any luck using swapping irb out for pry in SublimeREPL? I'm close, I think. I don't get an error however I don't get a response when I enter a command either. It behaves like the buf...
Isoagglutinin asked 1/7, 2012 at 4:39

2

Solved

I've got both Leiningen & Clojure working on Windows 8 separately from Sublime Text (e.g. I can get a repl working in Windows PowerShell). My problem is that I can't get the SublimeREPL workin...
Congeneric asked 20/1, 2014 at 22:49

0

I have pretty much the identical problem to this but with python. Printing large amounts of text will even crash my sublime text. Unfortunately the solution described is specific to Clojure. ...
Otha asked 22/11, 2014 at 22:58

1

Solved

In writing a simple python application, I'm printing out some strings to the console in SublimeREPL (for python), using Python 2.7.8 and Sublime 3, 64 bit for Windows 8.1. However, I'm getting some...
Maidie asked 5/9, 2014 at 19:59

1

I'm attempting to use SublimeREPL with Sublime Text 2 as a Scheme environment. I have Gauche installed and can successfully launch a REPL window and run code from it. However, I can't figure out ho...
Refluent asked 25/2, 2013 at 19:2

1

Solved

I'm using SublimeREPL in Sublime 2 (v2.0.2) under OS X. I send Python files to the SublimeREPL window for evaluation, and I'd like to clear the SublimeREPL window from time to time. The window seem...
Calabria asked 23/5, 2014 at 13:50

5

I have looked at all the answers on this forum but I'm missing something. I want to be able to hit Cmd+B while editing a Python file "myfile.py" in Sublime Text 2. This should open up a Python she...
Inshrine asked 29/12, 2012 at 8:34

2

To run a file via the SublimeREPL plugin, I select 'Tools' -> 'SublimeREPL' -> 'Eval In REPL' -> 'File' When I select 'File' nothing happens. How do I configure Sublime Text 2 to use a specified ...
Kermie asked 10/1, 2013 at 19:54

1

Solved

Text transfer is really slow for me in Sublime Text 2, especially multiline text (each line takes about 2 seconds to print in the repl before evaluating the whole expression...) Is it normal? It w...
Lenin asked 30/12, 2013 at 8:16

2

Solved

I'm having trouble getting started with SublimeREPL. I have a python program, and can start a python interpreter inside of SublimeText2. However, I would like to use either the Eval In Repl and Tr...
Aksoyn asked 16/10, 2012 at 16:33

© 2022 - 2024 — McMap. All rights reserved.