Re: Edita Requests
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jun 15, 2007
- 656 views
Matt Lewis wrote: > > Pete Lomax wrote: > > > > It seems wrong to enable the run button for exu files on Windows > > Once again, I will strongly disagree with you. :) > > An ex, exw or exu could very well be cross platform, especially if it's meant > to be run from the console, or if it's a wxEuphoria program. I assume that > if the original author's 'home' platform is *nix, he'll use .exu, and if > his 'home' platform is windows, he'll use .exw. OK, point taken, exu added. > > I have wxIDE set up to run (in addition to euphoria) html, dos batch, > perl, python, ruby and wxbasic. There's also the capability to set up > an alternate euphoria interpreter profile, which has been really helpful > while working on ooeu. Edita could do with something a bit like that, though I'd favour setting up the "interpret with" part once, then allow a list of extensions and an "active?" checkbox. I assume you have to dive into Options/Custom Interpreter to switch between perl and python, and/or you get a rack of errors when you forget? BTW, I thought that was broken. I kept entering a command string and clicking on OK/Apply and nothing happened or was saved. It seems to be expecting a return, which is very un-windows-y. I now see it also works if you click on any other command line input fields (before?) clicking OK/Apply. I also suffered from: C:\P2\wx\wxEuphoria\demo\wxIDE.exw:1727 in procedure get_files() subscript value 1 is out of bounds, reading from a sequence of length 0 files = { "C:\\P2\\wx\\wxEuphoria\\demo\\bench_draw.exw", {}, "C:\\P2\\wx\\wxEuphoria\\license\\gpl.txt" } which I avoided with an "and length(files[i])"... ?? Regards, Pete