I am just hoping for the day when I am not finding them anymore.  If I
am in the Class Designer and change the method name in the editor, the
method name is not changed in the selection even after I save it.
Even if I close it and reopen it the name hasn't changed.  below is
the sample HTML for the part in question:

<_getSearchFields><![CDATA[
def _getSearchFieldChoices(self):
        return self.SearchFieldEntry.Choices
]]>

I have not figured out how to rename or delete methods.  Can I do this
without delving into the code and doing it by hand?  The delete method
is very important.  I thought that if I just deleted what I had in the
method I could delete it that way, however, I often end up with code
like this:

</_getSearchParemeters>
                <onMouseLeftClick><![CDATA[
def onMouseLeftClick(self, evt):
]]>

Not sure if it'll throw an error but I thought it was worth mentioning.

I just have one more thing that I wanted to mention.  In using the
ClassDesigner these past couple of weeks, I have become somewhat
annoyed by all of the possible event and object methods being
displayed in the editor dropdown.  It makes it hard to know which ones
are defined and saved and which ones are blank.  I guess I would like
to see only defined methods appear in that list and have the option
for all the standard methods in a dropdown list in the new method
dialog.  Thoughts.

Nate L.


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to