Search found 1067 matches

by Rickard Johansson
06 Jul 2025 17:54
Forum: Next release
Topic: Version 16.42
Replies: 0
Views: 5

Version 16.42

Still working on this. So far I've added the ability to use a syntax file with plain text files and have highlighting, much like in normal code. The screenshot below shows the changes so far.

Note that the history text file is a plain text file.

2025-07-06_185104.png
2025-07-06_185104.png (46.9 KiB) Viewed 5 times
by Rickard Johansson
03 Jul 2025 08:00
Forum: Questions
Topic: How To for a new user
Replies: 2
Views: 387

Re: How To for a new user

I could probably make indent lines work with plain text files, but only if you use a fixed width font like Consolas, Source Code Pro, Fira Code, Courier New ...
by Rickard Johansson
01 Jul 2025 17:04
Forum: Next release
Topic: Version 16.41
Replies: 0
Views: 226

Version 16.41

----------------------------------------------------------- Version 16.41 (June 30, 2025) ----------------------------------------------------------- Editor Made some code changes in the background thread to prevent visual updates to block the background thread. Hopefully, redrawing and editing is a...
by Rickard Johansson
29 Jun 2025 17:12
Forum: Bugs
Topic: Fixed: C++ paren auto-complete bug
Replies: 6
Views: 439

Re: C++ paren auto-complete bug

I've made a small change in the next release so you don't have to press ) twice.

BTW. You can disable the auto closure of braces in options.
by Rickard Johansson
29 Jun 2025 16:30
Forum: Bugs
Topic: Fixed: C++ paren auto-complete bug
Replies: 6
Views: 439

Re: C++ paren auto-complete bug

I realize you may not have tried as many editors as I have, but it's not a bug. It's just a different behavior from what you are used to. Almost every editor handles this differently. VS Code does one thing, Sublime Text another, NotePad++ yet another way (which is almost the same as in TextEd), etc...
by Rickard Johansson
28 Jun 2025 18:19
Forum: Bugs
Topic: Solved: color quirks in Makefile
Replies: 4
Views: 372

Re: Solved: color quirks in Makefile

This may help:

Add \ to symbols in the makefile.syx file

Code: Select all

Symbols=*~!&-+=|/\(){}[];:()>,
It's been added in the next release.
by Rickard Johansson
28 Jun 2025 18:09
Forum: Bugs
Topic: Fixed: C++ paren auto-complete bug
Replies: 6
Views: 439

Re: C++ paren auto-complete bug

Actually, in the cases above the editor does not insert a closing parentheses. 1. When you add .c_str() in build_dir_tree (target[l]) ; you get build_dir_tree (target[l].c_str(|) ; the text caret | is to the right of the opening parentheses. The ")" is the old one and not inserted by the e...
by Rickard Johansson
27 Jun 2025 17:45
Forum: Bugs
Topic: FIXED: autocomplete information under the list
Replies: 1
Views: 298

Re: autocomplete information under the list

Fixed in next release. Thanks!
by Rickard Johansson
27 Jun 2025 17:08
Forum: Features
Topic: DONE? Tweak how fuzzy search results are presented
Replies: 3
Views: 5637

Re: DONE? Tweak how fuzzy search results are presented

Should work better now in next release. Thanks!
by Rickard Johansson
27 Jun 2025 13:54
Forum: Questions
Topic: Coding help with AI
Replies: 1
Views: 182

Re: Coding help with AI

I am considering it, but most (or maybe all) AI coding assistants seem to need an subscription.
I still don't have one...
by Rickard Johansson
15 Jun 2025 14:38
Forum: Language Servers (LSP)
Topic: Python Language Server
Replies: 1
Views: 18656

Re: Python Language Server

The server above may not be up to date.

You could use Python LSP Server instead: https://github.com/python-lsp/python-lsp-server
by Rickard Johansson
07 Jun 2025 11:48
Forum: Next release
Topic: Version 16.40
Replies: 4
Views: 4741

Re: Version 16.40

This version has been released.
by Rickard Johansson
07 Jun 2025 10:41
Forum: Development - Beta Versions
Topic: Version 16.40 beta 1
Replies: 2
Views: 934

Re: Version 16.40 beta 1

Favorite functions and class members are not saved between sessions. They are only available as long as the file is open.
by Rickard Johansson
01 Jun 2025 17:04
Forum: Development - Beta Versions
Topic: Version 16.40 beta 1
Replies: 2
Views: 934

Version 16.40 beta 1

----------------------------------------------------------- Version 16.40 (May 27, 2025) ----------------------------------------------------------- Text compare Added a few new options to handle spaces, tabs and linefeeds when comparing text. Options Added a new page for text compare to make it eas...