Bug 386123 - [sd90] Ease the use of symbols
Summary: [sd90] Ease the use of symbols
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 8.0.2   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords: ui, usability
Depends on:
Blocks:
 
Reported: 2012-07-27 08:57 EDT by Laurent Alebarde CLA
Modified: 2020-09-04 15:22 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 Laurent Alebarde CLA 2012-07-27 08:57:10 EDT
In Project/Properties/C C++ Build/Settings/Tool Settings/GCC C++ Compiler/Preprocessor :

1) Add Up & Down arrows between the "Defined Symbol (-D)" frame and the "Undefined Symbol (-U)" frame to be able to move symbols from one to the other.

2) Add a check box in front of each symbol to activate/deactivate it

Motivation : I use several symbols to de/activate certain part of the code or to try alternatives or simplified one. Deleting and recreating symbols all the time is tedious.