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.

[minor] Sample text behavior in lexer properties

See original GitHub issue
  • Open the Lexer properties dialog

  • Select some text in the Sample text box with the mouse

  • It displays the rectangle even if the option is set to false in the options: image

  • Press Ctrl+Shift+R

  • You can even type in it now: image

Minor, but it gives an unfinished feel to the user. Maybe set the component to read-only and scrollable.

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:12 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Alexey-Tcommented, Dec 15, 2022

applied 5 more opts. But not fold - too many of them and not needed IMO

0reactions
Alexey-Tcommented, Dec 15, 2022

added syncing of this, OK.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Lexical Analysis with ANTLR
Lexical Analysis with ANTLR. A lexer (often called a scanner) breaks up an input stream of characters into vocabulary symbols for a parser,...
Read more >
Scintilla Documentation
A simple sample using Scintilla from C++ on Windows. ... If this property is set then when text is pasted any line ends...
Read more >
Available lexers - Pygments
MIME types: text/x-bdd. Lexer for BDD(Behavior-driven development), which highlights not only keywords, but also comments, punctuations, strings, numbers, ...
Read more >
Resolving Lexer Errors - Chevrotain
This error means that A Token type can never be successfully matched as a previous Token type in the lexer definition will always...
Read more >
ANTLR4-based lexer loses syntax hightlighting during typing ...
For syntax highlighting these types of tokens, I prefer to use an additional mode in the lexer, allowing me to produce separate tokens...
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