Object inspector improvements
The object inspector could be improved quite a lot with the following enhancements:
1. Remember the side of the window - it is always a small size and the first thing I do every time one opens is to resize to make it large enough to see all the properties on my objects.
2. Implement a search facility. I usually implement the getName method on my classes so the left pane of the object inspector shows something more than just the class name. If I'm inspecting a large collection in non-alphabetical order, it's difficult to locate a particular instance. If there was some search ability to filter the displayed instances that would be great. Currently you can use the keyboard to search, but it's very limited because it assumes that everything in the listbox will be ordered alphabetically, so it breaks when instances aren't ordered that way.
HistoricalComments
John Richards 19/03/2019 10:37:15 AM In JADE 2018 there is an option in Inspector to Save Position/Size.
|