Comment Blocks in UI Builder

Hey, random thought that I think might be a simple add. It would be awesome if there were an ability to leave comments in UI builder. I’m thinking just a visual component that drops onto the page and lets you add text that is ignored by the compiler. Alternatively comments could be a right click option on any specific block that popup as a tooltip on hover.

Hi James,

There are a few ways you can handle it:

  1. Add the print block, type in your comment, right-click the print block and select Disable Block:


    It will end up looking like this:
    UI Builder - support - ConsoleDemo - Backendless 2024-04-16 12-02-44

  2. Alternatively, you can right-click any component to add a comment for and select Add Comment". The block will get the question mark icon. Click it and add your comment:

Hope this helps.

Mark

Oh cool, thank you! Not sure how I missed the right click functionality.