Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Context Menu Documentation #3945

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,20 @@ This option removes the selected block from your program
![Delete](./delete.png "Delete")

# Help
This option shows a help screen with information about the selected block. You can use this option to learn more about the block's functionality and how to use it in your projects.
Help
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need Help on this line? It is already on Line 124.

The "Help" option shows a detailed help screen with information about the selected block. It includes descriptions of the block's functionality, usage instructions, and examples to help users understand how to incorporate the block into their projects effectively.

![Help](./help.png "Help")

By using the right-click context menu in Music Blocks, you can quickly perform common tasks and manipulate blocks on the workspace. This can help you to work more efficiently and effectively in your projects.
Example Usage:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure that the text beginning at Line 130 adds any value.

But you may want to mention that many help screens allow you do insert the example blocks into your program by clicking on the download icon (Load this block).


Right-click on a complex block to access its help screen. This provides insights into its properties, parameters, and practical applications within your project.
Benefits:

Enhanced Understanding: Gain a deeper understanding of each block's purpose and functionality.
Efficiency: Quickly access relevant information without leaving the workspace, improving workflow efficiency.

By utilizing the right-click context menu in Music Blocks, you can perform common tasks swiftly and manipulate blocks efficiently, aiding in more effective project development.

Keyboard shortcuts
------------------
Expand Down