Files
narya/core
fourbites 7b52b24215 Add tooltip support to config editor via _TIP convention
ObjectEditorPanel now looks up a static String constant named
FIELD_NAME_TIP (e.g. myField → MY_FIELD_TIP) on the ConfigObject after
calling getEditor(), and sets it as a tooltip on the editor panel.

No changes to ConfigObject's API — existing getEditor() overrides
continue to work and automatically receive tooltips.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 01:18:58 +01:00
..