Thanks, but I don't know how to reproduce this. It works fine at my end.
I'm pretty sure it's not because of some recent code change. I haven't made changes to the text clips panel or keyboard shortcuts in a long time...
Search found 1068 matches
- 07 Jul 2025 17:39
- Forum: Bugs
- Topic: ClipAction shortcuts stopped working
- Replies: 1
- Views: 11
- 06 Jul 2025 17:54
- Forum: Next release
- Topic: Version 16.42
- Replies: 0
- Views: 71
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.
Note that the history text file is a plain text file.
- 03 Jul 2025 08:00
- Forum: Questions
- Topic: How To for a new user
- Replies: 2
- Views: 423
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 ...
- 01 Jul 2025 17:04
- Forum: Next release
- Topic: Version 16.41
- Replies: 0
- Views: 255
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...
- 29 Jun 2025 17:12
- Forum: Bugs
- Topic: Fixed: C++ paren auto-complete bug
- Replies: 6
- Views: 473
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.
BTW. You can disable the auto closure of braces in options.
- 29 Jun 2025 16:30
- Forum: Bugs
- Topic: Fixed: C++ paren auto-complete bug
- Replies: 6
- Views: 473
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...
- 28 Jun 2025 18:19
- Forum: Bugs
- Topic: Solved: color quirks in Makefile
- Replies: 4
- Views: 405
Re: Solved: color quirks in Makefile
This may help:
Add \ to symbols in the makefile.syx file
It's been added in the next release.
Add \ to symbols in the makefile.syx file
Code: Select all
Symbols=*~!&-+=|/\(){}[];:()>,
- 28 Jun 2025 18:09
- Forum: Bugs
- Topic: Fixed: C++ paren auto-complete bug
- Replies: 6
- Views: 473
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...
- 28 Jun 2025 17:26
- Forum: Bugs
- Topic: FIXED: Wrap selection with abbreviation (Emmet) - alignment and indentataion
- Replies: 1
- Views: 276
Re: Wrap selection with abbreviation (Emmet) - alignment and indentataion
Fixed in next release. Thanks!
- 27 Jun 2025 17:45
- Forum: Bugs
- Topic: FIXED: autocomplete information under the list
- Replies: 1
- Views: 310
Re: autocomplete information under the list
Fixed in next release. Thanks!
- 27 Jun 2025 17:08
- Forum: Features
- Topic: DONE? Tweak how fuzzy search results are presented
- Replies: 3
- Views: 5664
Re: DONE? Tweak how fuzzy search results are presented
Should work better now in next release. Thanks!
- 27 Jun 2025 13:54
- Forum: Questions
- Topic: Coding help with AI
- Replies: 1
- Views: 192
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...
I still don't have one...
- 15 Jun 2025 14:38
- Forum: Language Servers (LSP)
- Topic: Python Language Server
- Replies: 1
- Views: 18691
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
You could use Python LSP Server instead: https://github.com/python-lsp/python-lsp-server
- 07 Jun 2025 11:48
- Forum: Next release
- Topic: Version 16.40
- Replies: 4
- Views: 4767
Re: Version 16.40
This version has been released.
- 07 Jun 2025 10:41
- Forum: Development - Beta Versions
- Topic: Version 16.40 beta 1
- Replies: 2
- Views: 960
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.