Hi
Ive done some work on a basic python editor, with code folding, syntax highlighting and the idle shell. It also includes a forms editor to quickly build windows forms applications using wxpython widgets. The application still needs some finetuning especially the running of files as it doesnt pass code directly to the interpreter but uses a simple one liner os.startfile(ar gs) which works only with certain files. The compiled file ~ 50 kB. My intention is that it be freeware, getting input from other skilled programmers. Whats the recommended approach.
Thanks
C
Ive done some work on a basic python editor, with code folding, syntax highlighting and the idle shell. It also includes a forms editor to quickly build windows forms applications using wxpython widgets. The application still needs some finetuning especially the running of files as it doesnt pass code directly to the interpreter but uses a simple one liner os.startfile(ar gs) which works only with certain files. The compiled file ~ 50 kB. My intention is that it be freeware, getting input from other skilled programmers. Whats the recommended approach.
Thanks
C
Comment