Bug 320480 - Add new _prompt variable for boolean values
Summary: Add new _prompt variable for boolean values
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-21 05:54 EDT by Dmitry Matveev CLA
Modified: 2017-07-25 06:37 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Matveev CLA 2010-07-21 05:54:37 EDT
Build Identifier: I20100608-0911

It would be nice to have new kind of *_prompt variable (like string_prompt and others) for boolean values.
${check_prompt:"Enable some feature":false}

Reproducible: Always
Comment 1 Marco Descher CLA 2017-07-25 04:54:41 EDT
I second this, but in favor of activating/deactivating single lines of the program arguments. 

For example 

${check_prompt:"Enable some feature":true|false:-enable this argument}

On starting the launch configuration you get a list where you can select/de-select the arguments to enable/disable, where the default is defined in the 3rd argument of the variable.
Comment 2 Sarika Sinha CLA 2017-07-25 06:37:07 EDT
Unfortunately, we don't have resources to work on this.