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.
Search found 1067 matches
- 06 Jul 2025 17:54
- Forum: Next release
- Topic: Version 16.42
- Replies: 0
- Views: 5
- 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 ...
- 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...
- 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.
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: 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...
- 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
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: 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...
- 28 Jun 2025 17:26
- Forum: Bugs
- Topic: FIXED: Wrap selection with abbreviation (Emmet) - alignment and indentataion
- Replies: 1
- Views: 263
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: 298
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: 5637
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: 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...
I still don't have one...
- 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
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: 4741
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: 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.
- 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...