Alexandr Evstigneev
Alexandr Evstigneev
1. Create indented heredoc with html injection 2. Use intention to edit html fragment 3. try to type something Exp: Changing text should be reflected in heredoc Act: editor window...
LIke this: ``` Caused by: com.google.gson.stream.MalformedJsonException: Unterminated string at line 1 column 10978364 path $.data[0].lexicals[0].value at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1659) ``` https://camelcade.myjetbrains.com/youtrack/issue/CAMELCADE-15573/com.google.gson.JsonSyntaxException-com.google.gson.stream.MalformedJsonExcepti
E.g. ``` use v5.10; my $text = 'test'; $text =~ s/test/
It actually defines the lower bound for the perl version. So I would: - check if it is consistent with selected version and suggest a quickfix if it doesnt -...
Text eval is compiled as a pseudo-file. And when we debugging it, we just jump to this pseudo-file. But sometimes would be nice to navigate to the point of creation.
This could enable/improve some platform functionality relying on it. Also, we have our own logic for custom quotes in typing handler, probably it could be moved here. There are different...
got idea from #2348 `hook` returns a coderef and we can't declare it right now.
- Replaced replaceAll with replace wherever pure text is used instead of pattern. Since Java 9 it does not use patterns and works faster. - Replaced literal patterns usages with...
Not sure what is wrong, it looks like passes on asdf and fails on other version managers (not sure if related). Anyway: ``` stdout: [ERROR] [ERROR] Some problems were encountered...