Search found 1089 matches

by Rickard Johansson
14 Aug 2026 12:31
Forum: Features
Topic: FIXED: Markdown Folding
Replies: 8
Views: 217

Re: FIXED: Markdown Folding

Folding for headings seems to work properly now after some minor code changes and modifications to the syntax file.

markdown30.png
markdown30.png (43.7 KiB) Viewed 87 times


As for underlined headings, I'm not even sure I can make that work with folding...
by Rickard Johansson
13 Aug 2026 18:32
Forum: Features
Topic: FIXED: Markdown Folding
Replies: 8
Views: 217

Re: FIXED: Markdown Folding

A new beta version to try viewtopic.php?t=5988
by Rickard Johansson
13 Aug 2026 18:30
Forum: Development - Beta Versions
Topic: Version 16.66 beta 5
Replies: 0
Views: 77

Version 16.66 beta 5

Fixed some issues, made some more improvements to the Markdown code folding and Makefile highlighting.

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

Markdown
Made several improvements to the ...
by Rickard Johansson
13 Aug 2026 14:01
Forum: Questions
Topic: FIXED: More Makefile label-color anomalies
Replies: 3
Views: 213

Re: More Makefile label-color anomalies

Fixed in next release.
by Rickard Johansson
13 Aug 2026 12:27
Forum: Questions
Topic: Find and Replace New-Line
Replies: 6
Views: 160

Re: Find and Replace New-Line

It's fixed in the next release.
Turns out it was the regex library, used in Delphi. When computing and retrieving the replacement string - all line breaks are CRLF, even if I use a source string with only LF:s.

Anyway, undo should work now...
by Rickard Johansson
13 Aug 2026 11:31
Forum: Questions
Topic: Find and Replace New-Line
Replies: 6
Views: 160

Re: Find and Replace New-Line

A while back I made changes to how "Replace All" handles linebreaks. When creating a source buffer all line breaks are now converted to LF, instead of using CRLF. So all positions had to be updated since CRLF are 2 characters and LF is only one. This include modifications to the undo functions as ...
by Rickard Johansson
12 Aug 2026 17:04
Forum: Features
Topic: FIXED: Markdown Folding
Replies: 8
Views: 217

Re: FIXED: Markdown Folding

I think all fold issues are fixed now in the next version.

markdown21.png
markdown21.png (7.81 KiB) Viewed 163 times
markdown20.png
markdown20.png (27.08 KiB) Viewed 163 times


YAML block is foldable and listed in the code explorer. Indent should fold as well.

Header blocks are nested both in the editor window and code explorer.
by Rickard Johansson
11 Aug 2026 18:51
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 15
Views: 526

Re: Markdown Highlight Problems

Released a new beta viewtopic.php?t=5987
by Rickard Johansson
11 Aug 2026 18:48
Forum: Development - Beta Versions
Topic: Version 16.66 beta 4
Replies: 0
Views: 77

Version 16.66 beta 4

Fixed several issues and made improvements to the Markdown code folding, highlighter and markdown preview.

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

Markdown
Made several improvements to ...
by Rickard Johansson
11 Aug 2026 17:56
Forum: Features
Topic: Project Build Parameters
Replies: 2
Views: 62

Re: Project Build Parameters

If you only want to convert the active document - you should probably use tools instead. Tools does everything you want (and more).

Open the "Tools" menu and select "Configure tools...".
by Rickard Johansson
11 Aug 2026 17:44
Forum: Features
Topic: FIXED: Markdown Folding
Replies: 8
Views: 217

Re: Markdown Folding

Fixed in next release. Thanks!

markdown11.png
markdown11.png (6.79 KiB) Viewed 191 times
markdown10.png
markdown10.png (15.03 KiB) Viewed 191 times
by Rickard Johansson
10 Aug 2026 17:02
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 15
Views: 526

Re: Markdown Highlight Problems

Fixed the blockquote and list item wrap issue in next release.
by Rickard Johansson
10 Aug 2026 08:58
Forum: Bug reports
Topic: SOLVED: 16.66 beta 2 on Windows Preview-Panels generates error
Replies: 4
Views: 139

Re: 16.66 beta 2 on Windows Preview-Panels generates error

Thanks. It's been fixed and a new beta is available.

viewtopic.php?p=20466#p20466

The issue was introduced when trying to highlight HTML code in Markdown code blocks.
The issue has been fix but I'm still not happy with the HTML highlighting in Markdown code blocks...
by Rickard Johansson
10 Aug 2026 04:14
Forum: Bugs
Topic: Markdown Highlight Problems
Replies: 15
Views: 526

Re: Markdown Highlight Problems

Please try the latest beta version viewtopic.php?t=5981
by Rickard Johansson
09 Aug 2026 17:55
Forum: Features
Topic: SOLVED: Controll Character Colors
Replies: 4
Views: 169

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 65 times

Using "Consolas" for plain text below:

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

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

It seems to work fine at my end... :?