Step 185: contextual feature hints

This commit is contained in:
Bill
2026-02-09 22:53:00 -07:00
parent d391d2feeb
commit db2c5d9b07
11 changed files with 156 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
#include <map>
static void renderEditorPanel(EditorState& state) {
if (state.ui.showAnnotations) {
queueFeatureHint(state.featureHints,
"hint.annotations",
"Tip: Right-click a function to add memory annotations.");
}
// ---------------------------------------------------------------
// Editor (center) -- editable text area
// ---------------------------------------------------------------