1. BE IDE v0.18.5 on Home Page
- Posted by "Judith" <camping at txcyber.com> Dec 02, 2003
- 478 views
http://user.txcyber.com/~camping/judith.html has latest Bleeding Edge IDE (v0.18.5) which may be found near the bottom of the page. If you use translations, please download the updated version from near the top of the page. Additions/changes include: - New modifications for Control Layering -- showing multiple layers, assigning parent. - User may Hide/Show Line Number Gutter in Code Editor. - Modified Splash Screen verbage. - Fixed another bug related to Ctrl+S. If File was New or Opened by IDE user or opened by ex.err and then later on after switching to a control-event Ctrl+S was pressed, the control-event was incorrectly saved as the File data. - Fixed bug: "Show Full Size" window allowed moving a control but not resizing it. - Fixed bug: If an EuGrid control is in window1 and user adds window 2 then Run while Window2 showing, the generated exw will ex.err because include EuGrid.ew and gridvoid statements were not written. - Fixed bug: OffScreen control moved to a different row and children did not follow. Note: There is still a bug with OffScreen which I will fix in the next BE version. The offscreen controls show ok in Design but offscreen child controls are not positioned correctly when the generated exw is created. There are one or two more changes/bug fixes I am planning before officially releasing. I will not have access to my computer 12/6 thru 12/13 so any problems/bugs/suggestions submitted during that week will be answered after that time. --judith
2. Re: BE IDE v0.18.5 on Home Page
- Posted by "danielmoyer" <danielmoyer at prodigy.net> Dec 03, 2003
- 491 views
Judith, *Very* nice! Particularly like how it now shows in splash screen, (as per suggestion), that you are the driving architect of the mod ;) You deserve a LOT of credit for you've done to/for the IDE! things I noticed re layers: 1. just for "spiffy"ness, could you make right-click on a layer tab make that layer the background layer (& maybe work as a toggle, so another right-click de-selects it as background?) ? that'd be handy. 2. moving a control on a secondary layer makes the background layer no longer show. 3. if user selected "Show Multiple Layers", moving from one layer to another should retain that selection, but it doesn't now. (maybe make the option in popup menu a "checked off" choice, so user could specify to stop showing multiple layers by clicking again to uncheck it, instead of auto un-show multiple when change layer or move control?)( & if you implement top suggestion, "layer tab right-click selects/deselects background", that'd have to sometimes alter the check condition, too). 4. maybe even a caption in "Form Design", "Background Layer n, Active Layer m", when relevant (maybe active layer text isn't totally necessary, as tab shows that, but background layer indication might be useful). 5. in "Pick Background Layer", maybe 0 pre-selected as default? (& egg in beer, too? :) ) That's all I notice for now, keep up the good work :) Dan Moyer ----- Original Message ----- From: "Judith Evans" <camping at txcyber.com> To: "Eu Forum" <EUforum at topica.com> Sent: Tuesday, December 02, 2003 3:44 AM Subject: BE IDE v0.18.5 on Home Page > > > http://user.txcyber.com/~camping/judith.html has latest Bleeding Edge IDE > (v0.18.5) which may be found near the bottom of the page. If you use > translations, please download the updated version from near the top of the > page. > > Additions/changes include: > - New modifications for Control Layering -- showing multiple layers, > assigning parent. > - User may Hide/Show Line Number Gutter in Code Editor. > - Modified Splash Screen verbage. > - Fixed another bug related to Ctrl+S. If File was New or Opened by IDE user > or opened by ex.err and then later on after switching to a control-event > Ctrl+S was pressed, the control-event was incorrectly saved as the File > data. > - Fixed bug: "Show Full Size" window allowed moving a control but not > resizing it. > - Fixed bug: If an EuGrid control is in window1 and user adds > window 2 then Run while Window2 showing, the generated exw will ex.err > because include EuGrid.ew and gridvoid statements were not written. > - Fixed bug: OffScreen control moved to a different row and children did not > follow. Note: There is still a bug with OffScreen which I will fix in the > next BE version. The offscreen controls show ok in Design but offscreen > child controls are not positioned correctly when the generated exw is > created. > > There are one or two more changes/bug fixes I am planning before officially > releasing. I will not have access to my computer 12/6 thru 12/13 so any > problems/bugs/suggestions submitted during that week will be answered after > that time. > --judith > > > > TOPICA - Start your own email discussion group. FREE! > >
3. Re: BE IDE v0.18.5 on Home Page
- Posted by "Judith" <camping at txcyber.com> Dec 03, 2003
- 477 views
>Judith, >*Very* nice! Thanks. Sometimes enhancements just fall into place really well. >Particularly like how it now shows in splash screen, (as per >suggestion), that you are the driving architect of the mod ;) You deserve >a LOT of credit for you've done to/for the IDE! >things I noticed re layers: >1. just for "spiffy"ness, could you make right-click on a layer tab make >that layer the background layer (& maybe work as a toggle, so another >right-click de-selects it as background?) ? that'd be handy. Do you mean for this to work after "Show Multiple Layers" has already been selected from Popup and when there is only one background layer selected from "Pick background layer" or do you mean this to be an alternative to the Popup? Regardless, TabItem does not receive right click. Tab Control does but then I do not know which "tab" was clicked. Of course the active tab is obtainable for the TabControl so user could right click the active tab to make it background layer. But another right click on the same tab to de-select from background would not be possible; user would need to right click on the other tab to move it to background. If User has selected multiple background layers then when right click the active tab, that layer goes to background but I do not know which of the others is then the new foreground layer. We need to toss this option around a bit. >2. moving a control on a secondary layer makes the background layer no >longer show. Oops, and of course I tested moving a control only with layer 0 and layer 1 and when layer 0 is background to layer 1 and layer 1 control is moved, layer 0 controls still show. But you are correct that in other situations this is not true and needs to be fixed. >3. if user selected "Show Multiple Layers", moving from one layer to >another should retain that selection, but it doesn't now. I can retain background layer numbers when user switches layers and store as additional param in setUserProperty() for use when returning to this layer and adjust Popup text accordingly. What I do not want to do is show all previously selected layers when another layer is selected. >(maybe make the >option in popup menu a "checked off" choice, so user could specify to stop >showing multiple layers by clicking again to uncheck it, instead of auto >un-show multiple when change layer or move control?)( & if you implement top >suggestion, "layer tab right-click selects/deselects background", that'd >have to sometimes alter the check condition, too). >4. maybe even a caption in "Form Design", "Background Layer n, Active Layer >m", when relevant >(maybe active layer text isn't totally necessary, as tab shows that, but >background layer indication might be useful). This is do-able. >5. in "Pick Background Layer", maybe 0 pre-selected as default? This is also reasonable. >(& egg in beer, too? :) ) Oh No now you're really reaching Dan! LOL >That's all I notice for now, keep up the good work :) Thanks for the good ideas. --judith >Dan Moyer