Re: a nice editor in 100 lines

2017-12-31 Thread Wu Xi
https://github.com/morten1982/crossviper > > nice find! > > > works smoothly here, except running the opened file kinda not path finding... > gotta be easy to fix. > take that back in xterm mode , path is no problem. nice IDE ! -- https://mail.python.org/mailman/listinfo/python-list

Re: a nice editor in 100 lines

2017-12-31 Thread Wu Xi
wxjmfa...@gmail.com: > Le dimanche 31 décembre 2017 10:33:03 UTC+1, wxjm...@gmail.com a écrit : >> Le samedi 30 décembre 2017 23:02:41 UTC+1, Wu Xi a écrit : > Addendum > > This one is also not working. > > https://www.reddit.com/r/Python/comments/7murk2/a_python_ide_made_with_tkinter_it_should_

Re: a nice editor in 100 lines

2017-12-30 Thread Abdur-Rahmaan Janhangeer
great ! maybe the next step is a syntax coloriser ^^_ Abdur-Rahmaan Janhangeer, Mauritius abdurrahmaanjanhangeer.wordpress.com On 31 Dec 2017 02:05, "Wu Xi" wrote: > class writerKl(object): > def __init__(self): > import tkinter > fromtkinter import messagebox >