SJSerio
Centurion
A pipe dream of mine is to have an editor that does just that, though I don't think many of the people that really want them would like to deal with stuff like iCombat, so there would need to be a way to display known tags nicer.
Another idea I just have is to interface the editor with the SDK, so the values the editor needs can be added directly. For example, instead of using gc.getInfoTypeForString("CIVILIZATION_ROME"), you would use gc.getEntryType("Civilization").getEntry("Rome") in the code. That would allow new types of entries and fields to be added without breaking the editor.
And I think I speak for all of us when I say that even advanced modders will use the editors if they are good enough and would be really happy if we could have both editors and modding that is at least as powerful as civ4.
With MS Access, you can create forms that use multiple tabs and create tabs within that. I am certain that you could do that with a self built editor as well. Then you can arrange the fields into groups that you can put on each tab, with the more prominent ones being within the first couple of tabs and the more background stuff in the later ones.