Re: Wee editor 0.36
- Posted by K_D_R Nov 06, 2015
- 1849 views
Wee 0.36 is absolutely fantastic!
I did find that xfce4-terminal uses -x as the execute command, just like gnome-terminal. So I edited line 796 in ui_gtk.e to:
if equal(text, "gnome-terminal") or equal(text, "xfce4-terminal") then
Also, I noticed in this version that it is very simple to add/edit hotkeys. For example...
createmenuitem("Translate", "RunStart") -- to: createmenuitem("Translate", "RunStart", "F9") -- thats all there is to it! WOW!
Also, I like Wee 0.36's ability to automatically determine if the program needs to run in a terminal emulator. No need to select "run in terminal" or start the editor in a terminal, if you are editing a "console" program.
I'll say this again. WEE is the best thing that has happened to the euphoria programming language in many, many moons!
Your work is deeply appreciated!
Ken Rhodes