wuub / SublimeREPL

SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself)
https://github.com/wuub/SublimeREPL
Other
2.14k stars 312 forks source link

Clear/Deleting sublime REPL persistent history #590

Open ghanishtpareek opened 3 years ago

ghanishtpareek commented 3 years ago

I a user of sublime text 3(on windows) and have been using the SublimeREPL for running python 3. The interactive mode allows you to use/pull the past history(what commands have been typed in the past) in the REPL. I wish to remove/delete the persistent history of REPL. I have already tried to find the a text file or a python file which might have stored the history and have also tried restarting sublime and my PC.

Note: Note: I have changed "persistent_history_enabled" to false, in user and default settings. What I wanted to know was if I could clear the history without having to change persistent history to false ie. by manually going to the database/text file and deleting the data within.