ceccopierangiolieugenio / ttkode

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

Suggestions and concerns. #3

Open agoodfellow123 opened 8 months ago

agoodfellow123 commented 8 months ago

Hello, I just found out about pyTermTk and tried to make my own IDE in it, I have failed miserably. Then I looked for example projects and found this project. It is exactly what I want! But the last commit was 6 months ago so that got me thinking is this abandoned or are you working on the framework instead to make coding ttkode easier?

Anyway here are a few suggestions:

Edit: Ah I just realised there is a config system, I just got confused because I didn't see any example file.

ceccopierangiolieugenio commented 8 months ago

No, it is not abandoned, I wanted to make pyTermTk more feature complete in order to proceed with ttkode, in particular I wanted to have a terminal widget in order to use ttkode to debug python the same way vscode is doing, and I was carried away with side projects...

I think I will go back updating this. So far many things are not working, the save feature is disabled to avoid to save by mistake during my tests, same for ctrl+c I kept it to kill the app because at the beginning when the program crashed I just had to ctrl+c I think I will fix those things soon. Another thing, I wanted to implement a plugin mechanism, I prototyped it in my other project, tlogg, it is working but I need some time to implement it also in ttkode.