1. Judith's IDE ! check it out!
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Sep 10, 2000
- 393 views
- Last edited Sep 11, 2000
Judith, I like it! Almost makes my just recently submitted "Gateway" to Win32Lib examples obsolete ;) I like how you put jumps to Euphoria & Win32Lib manual in the code editor (I did like that too). My biggest hope is that someday the code editor will be expanded so as to allow CUT'N'PASTE, as I tend to do that a *lot*, like from examples. BTW, in my "Gateway", I'm trying to figure out how to scan for where a file is (specifically Wolf & Ad's Tutorial), so I can let the user jump to it without requiring them to do anything except click on the jump button (I already have a "open file dialog", but I'd like it to be easier), so if I get it figured out, maybe you could use it in your IDE for the path to the Win32Lib html doc. Congrats! Euphoria + Win32Lib + IDE = Good Thing! Dan Moyer
2. Re: Judith's IDE ! check it out!
- Posted by David Cuny <dcuny at LANSET.COM> Sep 11, 2000
- 380 views
I played with it a bit; glad you could nail the bugs! A couple of suggestions: 1. Make the toolbar and status bar self-positioning (like the menu). They should automatically resize themselves when the window in resized. 3. Auto-position controls that are dropped onto the toolbar. I think there's code in the IDE that you can steal for that. You might need another control (toolbar spacer). 4. The MLE in the code editor should resize as the window is resized. 5. The controls (incorrectly) assume the background color of the window is bright white. Of course, I'm too lazy to do it myself. I'm glad to see that someone's decided to maintain the code. -- David Cuny