Search found 897 matches
- 05 Aug 2022 14:35
- Forum: Bugs
- Topic: FIXED? Some CSS highlighter quirks
- Replies: 35
- Views: 755
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: 755
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: 755
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...
- 05 Aug 2022 10:09
- Forum: Bugs
- Topic: FIXED? Some CSS highlighter quirks
- Replies: 35
- Views: 755
Re: FIXED? Some CSS highlighter quirks
About language servers (CSS). A language server is executed locally on your computer and it allows other programs to communicate with it by sending notifications and requests. The program may request information about a symbol or variable, or request things like an auto completion list. It very rar...
- 03 Aug 2022 13:19
- Forum: Bugs
- Topic: FIXED? Some CSS highlighter quirks
- Replies: 35
- Views: 755
Re: FIXED? Some CSS highlighter quirks
I think the CSS.syx file is finished and complete now. I'm still working on the CSS.ini file (auto completion stuff...).
- 01 Aug 2022 07:08
- Forum: Bugs
- Topic: FIXED? Some CSS highlighter quirks
- Replies: 35
- Views: 755
Re: FIXED? Some CSS highlighter quirks
To install - just replace the file in %APPDATA%\RJ TextEd\Syntax\.
The theme I use is "Windows 11 Polar Dark". It should be available in the themes menu.
Give background color to variables may require some work, but I'll give it some thought...
The theme I use is "Windows 11 Polar Dark". It should be available in the themes menu.
Give background color to variables may require some work, but I'll give it some thought...
- 31 Jul 2022 17:40
- Forum: News
- Topic: MPad (RJ Texted Lite)
- Replies: 19
- Views: 7551
Re: MPad (RJ Texted Lite)
MPad is up and running. I still have a few issues to fix, some more testing to do, create install scripts, web pages, help...
But it shouldn't be long before a first beta release is made available.
But it shouldn't be long before a first beta release is made available.
- 31 Jul 2022 17:30
- Forum: Bugs
- Topic: FIXED? Some CSS highlighter quirks
- Replies: 35
- Views: 755
Re: Some CSS highlighter quirks
Brackets { } in CSS is handled as a block. Every block has a default color. So if the editor encounter something it doesn't recognize, like px, the default block color is used. Unknown properties ("fnt-weight") has a different color than the standard properties by design. It's common in other editor...
- 31 Jul 2022 17:21
- Forum: Bugs
- Topic: FIXED? Some CSS highlighter quirks
- Replies: 35
- Views: 755
Re: Some CSS highlighter quirks
And I fixed the color display issue...
- 31 Jul 2022 16:47
- Forum: Bugs
- Topic: FIXED? Some CSS highlighter quirks
- Replies: 35
- Views: 755
Re: Some CSS highlighter quirks
Made some changes to the CSS syntax file
It should look something like this with the modified syntax file:
It should look something like this with the modified syntax file:
- 17 Jul 2022 09:09
- Forum: Bugs
- Topic: Cursor blocking; large sections invisible
- Replies: 3
- Views: 189
Re: Cursor blocking; large sections invisible
Since I've never seen that myself and no one else have reported those issues - I can only assume it either has something to do with your settings, or your system (antivirus, misc tools...).
Would you mind mailing your settings file (AppData\Roaming\RJ TextEd\TextEd.ini)?
Would you mind mailing your settings file (AppData\Roaming\RJ TextEd\TextEd.ini)?
- 01 Jul 2022 13:32
- Forum: Questions
- Topic: Syntax Editor/Color Coding..
- Replies: 3
- Views: 492
Re: Syntax Editor/Color Coding..
You could set the correct colors for your own theme and then use the export function to save them to a file. Use import to set the same colors on another installation.
- 17 Jun 2022 16:37
- Forum: Next release
- Topic: Version 15.54
- Replies: 0
- Views: 372
Version 15.54
----------------------------------------------------------- Version 15.54 (June 17, 2022) ----------------------------------------------------------- Themes Added 2 new themes to the "Environment -> Themes" menu. (S)FTP Made some more optimizations to speed up browsing directories. Fixed * Favorites...
- 08 Jun 2022 12:31
- Forum: Next release
- Topic: Version 15.53
- Replies: 0
- Views: 325
Version 15.53
----------------------------------------------------------- Version 15.53 (June 6, 2022) ----------------------------------------------------------- Zoom (CTRL+MouseWheel Up/Down) Added a new menu item in the "View" menu named "Zoom" with sub-menu items to zoom in, zoom out and reset zoom. You can a...
- 07 Jun 2022 10:58
- Forum: Features
- Topic: Toggle alternative font for all
- Replies: 3
- Views: 496
Re: Toggle alternative font for all
I made some changes in v15.53 (see below). Zoom will allow you to set a zoom factor that is saved between sessions. So if you change monitor - just change the zoom and you're good to go. Zoom (CTRL+MouseWheel Up/Down) Added a new menu item in the "View" menu named "Zoom" with sub-menu items to zoom ...