ceccopierangiolieugenio / ttkode

Terminal ToolKit Studio Code editor
MIT License
14 stars 0 forks source link

wait...how do I use it? Is there documentation? #2

Open RyannDaGreat opened 1 year ago

RyannDaGreat commented 1 year ago

I can't find any info on keyboard shortcuts, or even how to save files!

ceccopierangiolieugenio commented 1 year ago

I basically answered it here: https://github.com/ceccopierangiolieugenio/ttkode/issues/1#issuecomment-1461771487

This project is still in an super early stage, you cannot save yet for example (I have not enable it yet because I didn't want to corrupt my files by mistake if something went wrong during the development). I got stuck trying to implement this save feature because I wanted to monitor the undo/redo snapshot in order to give some indication if the file has been modified or you are in the same position of the saved file (after undo/redo for example) At this time during this implementation I had few bugfix to deliver and I thought it was more important to provide a designer tool for the pyTermTk so I am working on it at the moment and I kept ttkode on hold for the time being.

But I can quickly implement a raw save feature if you want to try it.

The keyboard binding in the file/tree widget is also something In my todo-list and I can easily add it in the next release.