Vladimir Schneider

Results 27 issues of Vladimir Schneider

Current implementation does not follow the proper inline parser extension model One option is to integrate the `=#x#` syntax into the core parser, enabled via an option and mark the...

Including characters processed by Typographic extension in links and linkrefs will cause format as you type to split the link text/ref, like `'` for example.

bug

If you are interested in using CLion for Arduino development, I forked and rewrote the plugin for my use and released it as a new plugin. [JetBrains Plugin Page](https://plugins.jetbrains.com/plugin/11301-arduino-support), [Project...

Pre-Release available. This version factored out serial port comms to a separate plugin, which could be used by multiple plugins without conflicting on the `jssc` implementation. See version notes in...

Template file `@[email protected]` has `#ifdef` instead of `#ifndef` at the top of the file Workaround: 1. De-select `Use bundled` for Templates Dir 2. Enter a local directory for location 3....

bug

See [README.md](../blob/master/README.md) and [VERSION.md](../blob/master/VERSION.md) for changes.

With soft wraps mode restoring the column using LogicalPosition makes the caret freeze on one line. Disabling restoring column is a quick fix. Using VisualPosition when soft wraps are enabled...

bug
in progress