question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Asciidoc unconstrained formating syntax not properly supported in the editor.

See original GitHub issue

The editor pane does not stop correctly the bold style, when using asciidoc unconstrained formatting syntaxt.

The JVM identified two **E**quivalent **M**odulo **C**onstant **P**ool methods (i.e. the original method and
the method I just modified).

image

I would have expected the style to only be applied to the formatted letters, here : E, C M P.

It’s probably worth another issue, but would it be possible to ask grazie or the spellchecker to ignore the unconstrained syntax to analyze the word ?


AsciiDoc Plugin Version: 0.30.86 IDE Name and Version: 2020.1.4

IntelliJ IDEA 2020.1.4 (Ultimate Edition)
Build #IU-201.8743.12, built on July 21, 2020
Licensed to Comuto SA / Brice Dutheil
Subscription is active until January 22, 2021
Runtime version: 11.0.7+10-b765.65 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 10.15.6
GC: ParNew, ConcurrentMarkSweep
Memory: 1981M
Cores: 8
Registry: ide.intellij.laf.enable.animation=true, ide.tree.collapse.recursively=false, ide.balloon.shadow.size=0
Non-Bundled Plugins: String Manipulation, com.github.b3er.idea.plugins.arc.browser, com.github.weisj.darkmode, Lua, intellij.indexing.shared, GrepConsole, JOL, Lombook Plugin, com.intellij.bigdecimal-folding, org.jetbrains.plugins.spotbugs, com.mallowigi.idea, com.thvardhan.gradianto, intellij-clock, jd-intellij, lermitage.intellij.battery.status, name.kropp.intellij.makefile, net.seesharpsoft.intellij.plugins.file-preview, org.intellij.plugins.hcl, org.jetbrains.plugins.go-template, com.intellij.kubernetes, Pythonid, org.jetbrains.kotlin, izhangzhihao.rainbow.brackets, com.jetbrains.packagesearch.intellij-plugin, org.asciidoctor.intellij.asciidoc, org.toml.lang, org.rust.lang

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
ahus1commented, Aug 5, 2020

Thanks for watching this closely, you found a regression!

The “.” was not passed to the Grammar check correctly, and the grammar checker suggested to change “too the” to “to the”. Analyzing this I found that cell contents were neither spell- nor grammar-checked. Oops!

Pre-release 0.31.18 is now available that fixes these regressions.

Some background: The “too … The” is highlighted by the grammar checker, not the spell checker. You can see this when looking at the warning as it displays “Powered by LanguageTool”:

image

The pre-release of the plugin is available from GitHub releases and the IntelliJ AsciiDoc EAP repository.

0reactions
bric3commented, Aug 6, 2020

Sure 😃 I retweeted this ticket to IntelliJ. Hopefully this will speed up this process. Thank you 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot Unconstrained Formatting Pairs - Asciidoctor Docs
To help you determine whether a particular syntax pattern requires an unconstrained pair versus a constrained pair, consider the following scenarios: ...
Read more >
AsciiDoc User Guide
AsciiDoc is a text document format for writing notes, documentation, articles, books, ebooks, slideshows, web pages, blogs and UNIX man ...
Read more >
Asciidoctor User Manual
This guide describes the Asciidoctor attributes, values, and layout options available for producing a customized and polished document.
Read more >
AsciiDoc - GitLab Docs
You can find the full documentation for the AsciiDoc syntax at ... GitLab does not support embedding YouTube and Vimeo videos in AsciiDoc...
Read more >
Editing AsciiDoc Content
The plugin uses constrained/unconstrained formatting as necessary. If the selected text already has the chosen formatting, the plugin removes the formatting ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found