I've been using the Item Editor since 1.5, and it has been very useful for me. It's a great reference tool when writing code, and it's helped me with understanding - keep up the great work.
I wish sometimes that it had a quick simple search feature, like your Spell Editor has, for easily seeking through the entire list - there are a ton of items in my database, so I usually use the search feature to find things. If it was on the main interface it would be more convenient.
I don't know if you're implementing new features, but for me it would be helpful to have an interface that lets me search for a given attribute, based on the names you have listed.
For example, on your display screen you have an entry "BardSkillAmount". I would like to be able to search for any item that has BardSkillAmount > 0 without needing to open a window to get a mysql prompt.
Going directly to the database creates additional problems, as well. The column entries aren't nearly as descriptive in many cases when compared to your field descriptions. To search for BardSkillAmount I would need to query the database for 'where bardvalue > 0'.
Whether you add these things or not, however, I'll continue to happily use the editor - I find myself using it almost daily, with no complaints.
|