sgPyQt.createAction(dict_actions["editLine"], "Edit Line", "Edit selected line")
# Remove selected line action
sgPyQt.createAction(dict_actions["removeLine"], "Remove Lines", "Remove selected lines")
+ # Clear paragraph
+ sgPyQt.createAction(dict_actions["clearParagraph"], "Clear Paragraph", "Clear selected paragraph")
# Clear all paragraphs
sgPyQt.createAction(dict_actions["clearAll"], "Clear All", "Clear all paragraphs")
# Display line