options:xml:beep-after-output

No renderer 'pdf' found for mode 'pdf'

Beep after Tool Execution

This should be interesting for you if you want to know:
How to disable a Beep after running the tool with capture output set?

By default, HippoEDIT beeps every time after running the tool with capture output flag set. To disable this default behavior you can change XML flag in hippoedit.config.

Put this into hippoedit.config to disable beep:

<GENERAL>
    <BeepOnOutputEnd>false</BeepOnOutputEnd>
</GENERAL>

Changes should be done in hippoedit.config file.

#xml_option