HippoEDIT homepage Welcome, Guest. Please login or register.
September 07, 2010, 08:01:14 am
Home Help Search Login Register

+  HippoEDIT - Programmers text editor
|-+  General Category
| |-+  FAQ (Moderators: alex, Stefan)
| | |-+  How to disable a Beep after running the tool with capture output set
« previous next »
Pages: [1] Print
Author Topic: How to disable a Beep after running the tool with capture output set  (Read 357 times)
alex
Developer
Global Moderator
Hero Member
*****

Karma: +19/-2
Offline Offline

Gender: Male
Posts: 1334



View Profile WWW
« on: November 09, 2009, 10:14:11 am »

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:
Code:
<XMLConfigSettings>
    <GENERAL>
        <BeepOnOutputEnd>false</BeepOnOutputEnd>
    </GENERAL>
</XMLConfigSettings>

as whole hippoedit.config file, this flag is not overwritten after update.

available with beta 1.47.741 and higher
Logged

Pages: [1] Print 
« previous next »
Jump to:  


Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC