mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
WEB-35820 Issue with spellchecking an expression with & and ;
This commit is contained in:
@@ -75,6 +75,7 @@ public class PlainTextSplitter extends BaseSplitter {
|
||||
TextRange found = matcherRange(range, matcher);
|
||||
till = found.getStartOffset();
|
||||
if (badSize(from, till)) {
|
||||
from = found.getEndOffset();
|
||||
continue;
|
||||
}
|
||||
wRange = new TextRange(from, till);
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
simple <TYPO descr="Typo: In word 'ttest'">ttest</TYPO> file (just plain text)
|
||||
русский (например) без словаря не проверять!!!
|
||||
русский (например) без словаря не проверять!!!
|
||||
data && !changed; else
|
||||
data && !<TYPO descr="Typo: In word 'changsed'">changsed</TYPO>; else
|
||||
|
||||
Reference in New Issue
Block a user