Bug 551939 - The field for editing environment variables is very small and hard to use. Multiple users edit it incorrectly.
Summary: The field for editing environment variables is very small and hard to use. Mu...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: Next   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-08 18:11 EDT by Anjali Gola CLA
Modified: 2019-10-08 18:11 EDT (History)
2 users (show)

See Also:


Attachments
Dialog via pydev (152.08 KB, image/png)
2019-10-08 18:11 EDT, Anjali Gola CLA
no flags Details
Dialog Via C/C++ build settings (84.65 KB, image/png)
2019-10-08 18:11 EDT, Anjali Gola CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anjali Gola CLA 2019-10-08 18:11:20 EDT
Created attachment 280203 [details]
Dialog via pydev

This same dialog box can be reached through multiple ways : 

Reproducible Approach 1 : 
Launch eclipse. Go to Windows > Preferences > C/C++ Build > Build > Environment. Click 'New'. A small dialog box shows up that has a field to enter value. 

Reproducible Approach 2 : 
This is the one we most frequently face and observed users make mistake with. 
Install the pydev plugin available here : https://www.pydev.org/manual_101_install.html

This will add a preference under Windows > Preferences > Pydev > Interpreters. Under the list of interpreters, choose any interpreter. Click on New to add environment variables. Same small dialog box shows up that has a field to enter value. 

Problems with that dialog box : 

1. The path field is very small by default and many users do not try to resize. 
2. It does not wrap. This causes surprisingly serious errors.

The following recommendations should be considered: Have a bigger text box that wraps (in a bigger dialog box) to show a full path.
Comment 1 Anjali Gola CLA 2019-10-08 18:11:47 EDT
Created attachment 280204 [details]
Dialog Via C/C++ build settings