Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[vjet-dev] Issues regarding wrong RegEx processing

Hi guys,

I've proposed the fixes for two following RegEx-related issues:

1) https://bugs.eclipse.org/bugs/show_bug.cgi?id=407293 - JavaScript error on valid RegEx when the '/'-char is in character list (inside "[...]" brackets)

The issue found in original JSDT (https://bugs.eclipse.org/bugs/show_bug.cgi?id=404832) exists in VJET fork of JSDT Parser.
The patch proposed for the JSDT-issue is adopted to VJET JSDT Parser fork.

2) https://bugs.eclipse.org/bugs/show_bug.cgi?id=401250 - [highlighting] regular expression causes false comment color

I made the changes (similar to what was done in patch for Bug 404832 for org.eclipse.wst.jsdt.internal.ui.text.FastJavaPartitionScanner class) due to fix RegEx Syntax Highlighting issues in VJET Editor.

Both patched are attached to according issues, so please verify and apply them if suitable.

Thanks,
Victor Rubezhny,
Exadel, Inc.


Back to the top