Bug 463129 - The process attach dialog should not need wildcards to match part of the string
Summary: The process attach dialog should not need wildcards to match part of the string
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.6.0   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-25 15:05 EDT by Antoine Tremblay CLA
Modified: 2020-09-04 15:26 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Tremblay CLA 2015-03-25 15:05:55 EDT
When selecting a process to attach to, if we are searching for a process by pid for example and we have "processname , pid".

We have to do *pid to wildcard the start of the string for the filter to match.

As a newcomer I really had no idea I needed a wildcard and expected the string entered to match anything in the string without wildcards.

I think this would be a more sane default?

So entering pid would directly match as it matches part of the string...