+ 4
Can I add syntax highlighting and run command? How?
I want to make a code editor using python tkinter library and I want to add syntax highlighting and run command and other features. Can I do this, if yes, how? Please help me.
2 Answers
+ 2
You can do anything you put your mind to. Nobody is going to have all your answers. There are open source IDEs available. Read their source to see what they did.
+ 2
I haven't worked with the solo learn code editor yet but you could write your code using a python IDE, e.g. PyCharm. Then you will have all these features