Search found 1080 matches

by Rickard Johansson
09 Aug 2026 17:55
Forum: Features
Topic: Controll Character Colors
Replies: 3
Views: 112

Re: Controll Character Colors

Make sure you haven't used a theme color for plain text files.

ctrl02.png
ctrl02.png (5.35 KiB) Viewed 8 times

Using "Consolas" for plain text below:

ctrl01.png
ctrl01.png (5.8 KiB) Viewed 8 times
ctrl03.png
ctrl03.png (17.68 KiB) Viewed 8 times

Make sure "Follow current syntax colors is un-checked.
ctrl04.png
ctrl04.png (3.04 KiB) Viewed 8 times

It seems to work fine at my end... :?
by Rickard Johansson
09 Aug 2026 13:39
Forum: Development - Beta Versions
Topic: Version 16.66 beta 2
Replies: 0
Views: 11

Version 16.66 beta 2

-----------------------------------------------------------
Version 16.66 (Aug 8, 2026)
-----------------------------------------------------------

Markdown
Made several improvements to the syntax highlighter. It should highlight lists, tables, strikeouts, highlights, tags and more...

Code ...
by Rickard Johansson
08 Aug 2026 18:49
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 8
Views: 284

Re: Markdown Highlight Problems

I'm not adding everything listed at Pandoc (at least not at this point...).

But I've added preview support for tags and footnotes.

footnotes1.png
footnotes1.png (12.8 KiB) Viewed 80 times

footnotes2.png
footnotes2.png (8.91 KiB) Viewed 62 times

Not sure how it's supposed to look like, but does it look okey?
by Rickard Johansson
06 Aug 2026 18:12
Forum: Features
Topic: Controll Character Colors
Replies: 3
Views: 112

Re: Controll Character Colors

It wont work for plain text files if you use a variable width font, like "Calibri" or "Arial".
You have to change font to a fixed width font, like "Consolas", "Courier New", "Cascadia Code"... (normally used with source code).

The easiest way to do it is to set the alternative font to e.g ...
by Rickard Johansson
06 Aug 2026 14:10
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 8
Views: 284

Re: Markdown Highlight Problems

Have I missed anything?

markdown4.png
markdown4.png (15.13 KiB) Viewed 202 times
markdown3.png
markdown3.png (33.79 KiB) Viewed 202 times
by Rickard Johansson
06 Aug 2026 11:35
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 8
Views: 284

Re: Markdown Highlight Problems

I think this looks better.

markdown2.png
markdown2.png (113.18 KiB) Viewed 206 times
markdown1.png
markdown1.png (86.68 KiB) Viewed 206 times

It's going to take some time to add support for a bunch of code languages and new features, but I'll release a beta version when fully implemented.
by Rickard Johansson
05 Aug 2026 18:40
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 8
Views: 284

Re: Markdown Highlight Problems

I experimented with code block highlighting and added a simple implementation.

markdown3.png
markdown3.png (282.08 KiB) Viewed 245 times

It only highlights keywords, comments, strings and numbers. And I haven't added many source languages yet. But it works :) Well, almost. There are some quirks to fix 8)
by Rickard Johansson
05 Aug 2026 08:32
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 8
Views: 284

Re: Markdown Highlight Problems

I'll look into it. Thanks.

BTW. In app preview is available. You can use the preview panel, Edge Preview tab, or any other HTML preview method.

markdown02.png
markdown02.png (582.63 KiB) Viewed 276 times
by Rickard Johansson
03 Aug 2026 21:21
Forum: Bugs
Topic: FIXED: Font-size in hint panel
Replies: 2
Views: 350

Re: FIXED: Font-size in hint panel

Please try the beta version to verify the fix viewtopic.php?t=5976
by Rickard Johansson
03 Aug 2026 21:21
Forum: Bugs
Topic: FIXED: Wrong comment syntax in PHP file
Replies: 2
Views: 215

Re: FIXED: Wrong comment syntax in PHP file

Please try the beta version to verify the fix viewtopic.php?t=5976
by Rickard Johansson
03 Aug 2026 21:20
Forum: Bugs
Topic: FIXED! V16.65 - markdown number-display anomalies
Replies: 3
Views: 309

Re: FIXED? V16.65 - markdown number-display anomalies

Please try the beta version to verify the fix viewtopic.php?t=5976
by Rickard Johansson
03 Aug 2026 21:20
Forum: Bugs
Topic: FIXED: v16.65 hangs when invoking spell checker
Replies: 2
Views: 132

Re: FIXED: v16.65 hangs when invoking spell checker

Please try the beta version to verify the fix viewtopic.php?t=5976
by Rickard Johansson
03 Aug 2026 21:19
Forum: Questions
Topic: FIXED? Text clip - @i varible
Replies: 2
Views: 171

Re: FIXED? Text clip - @i varible

please try the beta version to verify the fix viewtopic.php?t=5976
by Rickard Johansson
03 Aug 2026 21:18
Forum: Development - Beta Versions
Topic: Version 16.66 beta 1
Replies: 0
Views: 73

Version 16.66 beta 1

-----------------------------------------------------------
Version 16.66 (Aug 2, 2026)
-----------------------------------------------------------

Fixed
* Spellcheck (F7) could sometimes hang when parsing tags in HTML code.
* Text clips: Input variables should handle default values that includes ...
by Rickard Johansson
02 Aug 2026 16:44
Forum: Bugs
Topic: FIXED: v16.65 hangs when invoking spell checker
Replies: 2
Views: 132

Re: v16.65 hangs when invoking spell checker

Fixed in next release (v16.66). Thanks!