From 62f8f2c498bc3e235ec1f8ae77b83ce882242675 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 7 Jan 2023 14:21:43 -0800 Subject: [PATCH] clarify docstring --- 0769-Manifest | 5 +++++ 0769-manifest | 1 + head | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 0769-Manifest create mode 100644 0769-manifest diff --git a/0769-Manifest b/0769-Manifest new file mode 100644 index 0000000..af30923 --- /dev/null +++ b/0769-Manifest @@ -0,0 +1,5 @@ +Manifest = { + -- list of definitions to display in command palette + -- Don't confuse this with Live.manifest, the manifest for the current (driver) app. + -- Manifest is for the client app. +} \ No newline at end of file diff --git a/0769-manifest b/0769-manifest new file mode 100644 index 0000000..4524852 --- /dev/null +++ b/0769-manifest @@ -0,0 +1 @@ +{"Manifest":769,"get_definition_from_app":735,"load_manifest":694,"get_manifest":768,"manifest_navigator_up":628,"manifest_navigator_down":635,"Manifest_navigator":495,"Definitions":503,"move_candidate_to_front_of_manifest":632,"new_definition":767,"A":713,"on_handle":547,"text_input_on_manifest_navigator":634,"on.mouse_release":721,"on.save_settings":742,"manifest_coord":636,"on_text":539,"manifest_index":637,"on.mouse_press":722,"manifest_navigator_candidates":638,"--":727,"add_def_to_menu":640,"sx":544,"maybe_update_key_in_definitions":529,"vx":545,"Cursor_node":172,"on.text_input":521,"on.key_release":720,"on.draw":565,"Viewport":604,"mouse_cursor":558,"Mouse_cursor":559,"add_thick_line":400,"copy_shape":396,"set_mouse_cursor":562,"draw_ticks":663,"on.keychord_press":739,"Animating":726,"Page":475,"compute_layout":385,"order_of_magnitude":573,"load_definition":716,"approximate":579,"Surface":422,"approximate_up":658,"box_height":680,"Ticks_font":669,"on.code_change":734,"fw_parent":768,"fw_app":"driver","line_height":365,"draw_cursor":639,"on.update":741,"schema1_of_y":667,"load_from_iterator":670,"scale":712,"add_hotkey_to_menu":616,"vy":546,"Menu_background_color":611,"keychord_press_on_manifest_navigator":765,"Menu_border_color":612,"on.load_settings":700,"Menu_command_color":613,"update_editor_box":711,"Menu_highlight_color":614,"font":353,"draw_menu_bar":641,"on":1,"initialize_editor":678,"table_and_array_both_empty":689,"tick_spec":660,"draw_manifest_navigator":677,"on.code_submit":766,"num_lines_for_manifest_navigator":676,"delete_definition":673,"B":379,"reset_manifest_navigator":621,"y_of_schema1":364,"on.initialize":695,"sy":469} \ No newline at end of file diff --git a/head b/head index 988e00f..c189136 100644 --- a/head +++ b/head @@ -1 +1 @@ -768 \ No newline at end of file +769 \ No newline at end of file