Search found 909 matches
- 14 Aug 2022 16:13
- Forum: Development - Beta Versions
- Topic: Version 15.60 beta 1
- Replies: 4
- Views: 24
Re: Version 15.60 beta 1
Yes, you can install the portable version to e.g. .\Documents\Programs\RJ TextEd and keep your installed version.
- 14 Aug 2022 14:52
- Forum: Development - Beta Versions
- Topic: Version 15.60 beta 1
- Replies: 4
- Views: 24
Re: Version 15.60 beta 1
My Goodness Why Didn't I Think of That



- 14 Aug 2022 12:15
- Forum: Bugs
- Topic: Cursor blocking; large sections invisible
- Replies: 14
- Views: 288
Re: Cursor blocking; large sections invisible
Please try out the beta version and let me know if the issues have been fixed.
https://www.rj-texted.se/Forum/viewtopi ... =10&t=5225
You can always go back to v15.54 if you want.
https://www.rj-texted.se/Forum/viewtopi ... =10&t=5225
You can always go back to v15.54 if you want.
- 14 Aug 2022 12:13
- Forum: Development - Beta Versions
- Topic: Version 15.60 beta 1
- Replies: 4
- Views: 24
Version 15.60 beta 1
----------------------------------------------------------- Version 15.60 (Aug 14, 2022) ----------------------------------------------------------- Digital code signing All executables and install scripts are now digitally signed. This should help with some antivirus programs and any issues you may...
- 14 Aug 2022 11:15
- Forum: Bugs
- Topic: Cursor blocking; large sections invisible
- Replies: 14
- Views: 288
Re: Cursor blocking; large sections invisible
I made some changes to the paint and move cursor down functions in v15.60. Maybe it will help?
- 13 Aug 2022 10:21
- Forum: Bugs
- Topic: Cursor blocking; large sections invisible
- Replies: 14
- Views: 288
Re: Cursor blocking; large sections invisible
Thanks! Now I just have to figure out how to replicate it myself 

- 13 Aug 2022 10:16
- Forum: Bugs
- Topic: SOLVED? Powershell in Terminal window dir changing error
- Replies: 1
- Views: 112
Re: Powershell in Terminal window dir changing error
I've disabled Powershell in the terminal panel on Windows 7. I'm not sure Powershell communicates using stdio on Windows 7 ?
- 13 Aug 2022 10:13
- Forum: Bugs
- Topic: FIXED: crash on reboot
- Replies: 1
- Views: 130
Re: crash on reboot
It's been fixed in the next release (v15.60). Thanks!
- 12 Aug 2022 16:54
- Forum: Bugs
- Topic: FIXED: Non-working "minimize" icon in panels
- Replies: 1
- Views: 127
Re: Non-working "minimize" icon in panels
Removed in the next version (v15.60). Thanks!
- 12 Aug 2022 16:45
- Forum: Bugs
- Topic: FIXED: Highlighter's mishap
- Replies: 1
- Views: 125
Re: Highlighter's mishap
I've already fixed this in the next version (v15.60). The same thing happened to me while coding, a few times. But the steps to produce the issue was different.
- 12 Aug 2022 14:17
- Forum: Bugs
- Topic: FIXED: RJ TextEd can't handle files containing lines that are 111 spaces or more
- Replies: 4
- Views: 324
Re: RJ TextEd can't handle files containing lines that are 111 spaces or more
Fixed in next version (15.60). Thanks!
- 12 Aug 2022 13:45
- Forum: Bugs
- Topic: Cursor blocking; large sections invisible
- Replies: 14
- Views: 288
Re: Cursor blocking; large sections invisible
Maybe you could upload it to OneDrive and email a link to it?
- 05 Aug 2022 14:35
- Forum: Bugs
- Topic: FIXED? Some CSS highlighter quirks
- Replies: 35
- Views: 863
Re: FIXED? Some CSS highlighter quirks
Yes, you're right. It even contain property values and descriptions for each one.
- 05 Aug 2022 13:20
- Forum: Bugs
- Topic: FIXED? Some CSS highlighter quirks
- Replies: 35
- Views: 863
Re: FIXED? Some CSS highlighter quirks
I really liked this one https://github.com/microsoft/vscode-cus ... ntation.js
I'll see if it can be used in some later version of RJ TextEd...

I'll see if it can be used in some later version of RJ TextEd...
- 05 Aug 2022 12:21
- Forum: Bugs
- Topic: FIXED? Some CSS highlighter quirks
- Replies: 35
- Views: 863
Re: FIXED? Some CSS highlighter quirks
Thanks. The vscode-css-languageservice does seem to be a better choice, but it still doesn't seem to support semantic token requests (for syntax highlighting), if you check inside cssLanguageTypes.ts. I'll take a look at the listed language servers, but I'm not sure I want to test them all and publi...