RE: Win32Lib IDE
- Posted by Judith <camping at flash.net> Mar 13, 2001
- 507 views
David Cuny wrote: > I got a chance to play with the Win32Lib IDE, and it's *really* slick! > Judith, you're doing an excellent job. Thank you, David. The next release will have quite a few new things; recent project file list under File Menu, Project View, form lock, a configuration option to alter the default control values for name, title, CX and CY plus I am now saving some of the user settings. I hope to have it ready next week. > > A couple of minor nits, though: > > 1. It took a while before i figured out how to edit the menu. Adding a > 'Edit > Menus' option in the menu would take care of that. Ok, I will add that. For Popup editor as well. > > 2. The '(General)' section seems to have disappeared. It was an That's a > sort of freeform area for sticking include statements, declaring > constants, > shared variables, functions and routines, etc. All the code that's not > specific to a particular action goes there. The order of inclusion in > the > output file is: > > -- control definitions > -- (General) area > -- control actions I get to {General} in the dropdown Events combo box just fine and coded for Window1 and PushButton. The code produced in EXW doesn't have the {General} tag on it, however. Can you give me a bit more info about what is happening? > > 3. When choosing 'Edit Code' on a control, the editor should default to > displaying the action of the first event that has *code*, not the first > event on the list. This makes it a lot easier to work with controls, so > (for > example) when you re-edit a pushbutton, you see the code for the onClick > event, instead of the empty onChange event. I'll see what I can do about this. I'm already in that area with changes related to Project View. When the user clicks on a node in ProjectView that is, for example, PushButton1_onClick, it should go right to editor for that control-event pair. So if I get that to work, I should be able to make your suggestion work too when coming from Design. > > Thanks! > > -- David Cuny > Thanks for the suggestions, David. I saw your first post about moving a window with a combo/dropdown still open and I can get around it right in IDE by closing the combobox when the window is moved. Do you think that would that be ok until win32lib.ew has the fix in? Judith > > > > >