Bug 509711 - [Feature request] Regex Debugger
Summary: [Feature request] Regex Debugger
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: Next   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-26 00:59 EST by soman namos CLA
Modified: 2020-09-04 15:23 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soman namos CLA 2016-12-26 00:59:50 EST
It would be nice to see some regex debugger in CDT.
You have:
 - a field for regex pattern
 - a field for target text
Target text should be highlighted using pattern when we change the pattern.

Maybe it's enough just integrate some ready plugin in CDT package for that instead of implementing it from scratch.