Folding for headings seems to work properly now after some minor code changes and modifications to the syntax file.
As for underlined headings, I'm not even sure I can make that work with folding...
Search found 1089 matches
- 14 Aug 2026 12:31
- Forum: Features
- Topic: FIXED: Markdown Folding
- Replies: 8
- Views: 217
- 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
- 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 ...
-----------------------------------------------------------
Version 16.66 (Aug 13, 2026)
-----------------------------------------------------------
Markdown
Made several improvements to the ...
- 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.
- 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...
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...
- 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 ...
- 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.
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.
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.
- 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
- 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 ...
-----------------------------------------------------------
Version 16.66 (Aug 11, 2026)
-----------------------------------------------------------
Markdown
Made several improvements to ...
- 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...".
Open the "Tools" menu and select "Configure tools...".
- 11 Aug 2026 17:44
- Forum: Features
- Topic: FIXED: Markdown Folding
- Replies: 8
- Views: 217
Re: Markdown Folding
Fixed in next release. Thanks!
- 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.
- 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...
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...
- 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
- 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.
Using "Consolas" for plain text below:
Make sure "Follow current syntax colors is un-checked.
It seems to work fine at my end...
Using "Consolas" for plain text below:
Make sure "Follow current syntax colors is un-checked.
It seems to work fine at my end...
