Terminality icon indicating copy to clipboard operation
Terminality copied to clipboard

A Sublime Text 3 Plugin for Sublime Text's Internal Console

Results 7 Terminality issues
Sort by recently updated
recently updated
newest added

As soon as started to use Terminality found problems on launching user custom settings of g++, like: copied C++.terminality-collections to the user settings file and completed command up to the:...

need more info

Every Time I run a python program using Terminality, I have to save it first and only then could see new changes when I run the program. Is there any...

enhancement

As in regular `Terminal` or `REPL`, all user's inputs were pushed into a `command history`, and when user type `up arrow`, it will automatically insert the last command the user...

enhancement

I mainly use it for the shell. I run commands from the shell. A lot of times I don't have any file open and nothing pops up.

enhancement

I'd like to be able to clear the screen (cmd-k / ctrl-k)

enhancement

printf works: ``` C #include int main() { printf("Insert an integer: "); } ``` ![printf](http://puu.sh/kspSz/4c520631a5.png) printf + scanf doesn't work so well and printf only appears after an input: ```...

enhancement