You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: