History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-3084
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Keith Lea
Votes: 0
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Structural Search type constraint text boxes use Java syntax highlighting even though they are not Java code

Created: 22 May 05 04:49   Updated: 30 Oct 06 17:18
Component/s: Structural Search and Replace
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEA-10111 Escape patterns in structural search/... Resolved

Build: 3,341
Severity: Medium


 Description  « Hide
Typing ".*Object[]" in a type constraint box in SS "edit variables" highlights the two backslashes in red, as if they are incorrect. However, they are correct because the text is an RE, not Java code.

 All   Comments   Work Log   Change History      Sort Order:
Sascha Weinreuter - 25 Oct 06 17:16
All textfields in IDEA that accept regular expressions should get appropriate syntax/error highlighting, etc. There's even an (almost) ready-to-use language-implementation available out there...

Maxim Mossienko - 25 Oct 06 17:29
Surely, they will when some working implementation become available...
If someone would know how many ALMOST ready-to-use language-implementation available ...

Sascha Weinreuter - 30 Oct 06 17:18
I guess that depends on the definition of "almost" (and maybe of "available")

I was just referring to the fact that my regular expression implementation is currently not bundled in the best way to be instantly reusable (which is due to IDEADEV-10508). But apart from that, it IS ready-to-use