Search found 1065 matches

by Rickard Johansson
29 Jun 2025 17:12
Forum: Bugs
Topic: SOLVED? C++ paren auto-complete bug
Replies: 6
Views: 241

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: SOLVED? C++ paren auto-complete bug
Replies: 6
Views: 241

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: 333

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: SOLVED? C++ paren auto-complete bug
Replies: 6
Views: 241

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: 266

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: 5533

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: 112

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: 18457

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: 4484

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: 793

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: 793

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...
by Rickard Johansson
01 Jun 2025 13:48
Forum: Bugs
Topic: not a bug: how do I make RJTE actually support Unicode text ??
Replies: 2
Views: 414

Re: how do I make RJTE actually support Unicode text ??

You can use "Save As..." and save the file as UTF-8, or click on the status-bar (encoding column) and change the encoding.

There are options you can set to change the default encoding for new documents.

Just make sure the file is saved as Unicode UTF-8 and not ANSI.
by Rickard Johansson
29 May 2025 17:05
Forum: Bugs
Topic: FIXED: Problem with Search (and Replace?)
Replies: 1
Views: 852

Re: Problem with Search (and Replace?)

Found and fixed several issues in next release (v16.40), when using the non-modal search window.
by Rickard Johansson
29 May 2025 14:14
Forum: Bugs
Topic: FIXED: minor bug/question - S&R count
Replies: 2
Views: 1280

Re: minor bug/question - S&R count

Fixed in next release (v16.40).