I embarked on what I thought would be a super-simple exercise in changing some of the Help menu entries in the Editor to point at more updated files, more meaningful files, etc, etc. "How Hard Could It Be"???
But I've discovered that EditorWindow.java uses some kind of menu-indirection control system thing... AND I don't think it's actually working properly.
PROBLEM #1 - In the current "working" version, the 3rd menu entry is supposed to say "Reference Manual" but it instead displays the string "Component Help". (Also I don't understand why the code for that 3rd menu entry is done in a weird different way from e.g. the first entry. It's got like a GIF and stuff except that I never see a gif come up when I look at the actual menu).
PROBLEM #2 - If I decide to put in NEW entries, every single one of them displays the string "Help" as the menu item instead of the string I pass, even though I enter a normal new Editor.ModuleEditor.blah_blah_blah thing and put an entry in properties.
PROBLEM #3 - Why are there apparently two copies of e.g. Editor.properties in our project tree? Which is the one I'm supposed to use?
Any help most appreciated.
Brian