orbitalquark

Results 99 comments of orbitalquark
trafficstars

Thanks for the report. I'll look into this when I have some time.

I've implemented `~~~` code blocks here: https://github.com/orbitalquark/scintillua/commit/fc89283092d6f42f16674b6e165d8c5104acb662 As for the second issue you pointed out, there are two problems: 1. The issue you pointed out with only the first and...

I'm not aware of a Scintilla option that changes Alt+Click-and-drag behavior of creating rectangular selections to do what you describe :( I wonder what Notepad++ does...

I was not able to reproduce this erroneous behavior on any of the three platforms I tested on: Windows, macOS, and Linux. I cannot see how the locale file would...

Sorry, I don't know why this is happening. The Qt build process is a bit mystifying to me. I haven't tried building with msys2, only Visual Studio.

Oh, I see. Thanks for spotting that. What happens if you remove or comment out this line? https://github.com/orbitalquark/textadept/blob/eff1576f176f7a43b98cf26ed617dbac36287bd6/CMakeLists.txt#L205

Thanks for the suggestion!

I have no plans to release Flatpaks or Snaps.

It is possible to have syntax highlighting for languages inside markdown blocks, but it would require changes to the Markdown lexer to embed JavaScript. "Find" not appearing to highlight 'var'...