Search found 953 matches
- 31 May 2023 13:26
- Forum: Development - Beta Versions
- Topic: Version 15.90 beta 2
- Replies: 1
- Views: 35
Version 15.90 beta 2
----------------------------------------------------------- Version 15.90 (May 30, 2023) ----------------------------------------------------------- Code Explorer Made several changes to the code explorer. All icons for method, property... have been removed and replaced with more general structure s...
- 30 May 2023 17:44
- Forum: Bugs
- Topic: HTML code folding vs. XML code folding
- Replies: 1
- Views: 287
Re: HTML code folding vs. XML code folding
Folding in XML is entirely indention based. So folding may end one line above the end tag. Including the end tag in the fold could cause other issues e.g. if the line contain another start tag.
In HTML some tags are named and the end tag is included.
Code: Select all
</end><start>
- 30 May 2023 17:26
- Forum: Bugs
- Topic: FIXED? Search term stuck if changed after switching to Find from Goto
- Replies: 1
- Views: 159
Re: Search term stuck if changed after switching to Find from Goto
Should work as expected in v15.90 beta 2. Thanks!
- 30 May 2023 17:12
- Forum: Bugs
- Topic: FIXED: Emmet bug - grouping/multiplier
- Replies: 1
- Views: 62
Re: Emmet bug - grouping/multiplier
Fixed in v15.90 beta 2. Thanks!
- 30 May 2023 16:38
- Forum: Bugs
- Topic: FIXED? Code Explorer Module section bugs in CSS
- Replies: 1
- Views: 67
Re: Code Explorer Module section bugs in CSS
Fixed most in v15.90 beta 2. Some things can not easily be changed. Selectors on multiple lines are not collected and displayed. The editor doesn't know what a selector is or how must to collect. In some languages - collecting everything before { could result a very large string. Elements inside { }...
- 30 May 2023 16:34
- Forum: Bugs
- Topic: FIXED? Bugs in Code Explorer panel
- Replies: 1
- Views: 46
Re: Bugs in Code Explorer panel
I think I've fixed all issues in v15.90 beta 2. Thanks!
- 22 May 2023 13:36
- Forum: Development - Beta Versions
- Topic: Version 15.90 beta 1
- Replies: 0
- Views: 125
Version 15.90 beta 1
----------------------------------------------------------- Version 15.90 (May 22, 2023) ----------------------------------------------------------- Activate highlighter when opening a file I've added new options to activate a highlighter if a new file type is opened and the file extension and highl...
- 19 May 2023 18:30
- Forum: Bugs
- Topic: FIXED? Highlight CSS color values is highlighting HTML entities
- Replies: 6
- Views: 248
Re: Highlight CSS color values is highlighting HTML entities
Made some changes and fixed a few issues with color value highlighting and color hints in v15.90.
Not sure it fixes this issue though, since I can't reproduce it. But I did notice some highlighting issues while testing.
Not sure it fixes this issue though, since I can't reproduce it. But I did notice some highlighting issues while testing.
- 19 May 2023 14:31
- Forum: Features
- Topic: DONE: ability to change highlight/style of unmatched brace
- Replies: 12
- Views: 467
Re: DONE: ability to change highlight/style of unmatched brace
I can't reproduce this or see anything that would cause this, unless you've modified the syntax file.
I did make a small improvement to use the error foreground color as font color with all options (underline, frame...).
I did make a small improvement to use the error foreground color as font color with all options (underline, frame...).
- 19 May 2023 13:27
- Forum: Features
- Topic: DONE: Include backtick in [automatically enclose selection with quotes]
- Replies: 1
- Views: 196
Re: Include backtick in [automatically enclose selection with quotes]
Done in v15.90. Thanks!
- 19 May 2023 11:13
- Forum: Bugs
- Topic: FIXED? Highlight CSS color values is highlighting HTML entities
- Replies: 6
- Views: 248
Re: Highlight CSS color values is highlighting HTML entities
Maybe you could post an image showing the issue?
- 18 May 2023 19:13
- Forum: Bugs
- Topic: FIXED? Highlight CSS color values is highlighting HTML entities
- Replies: 6
- Views: 248
Re: Highlight CSS color values is highlighting HTML entities
Not sure I understand
HTML entities should not be used in CSS files, or in style sections. You should use \00a3 https://oinam.github.io/entities/.

- 18 May 2023 19:05
- Forum: Next release
- Topic: Version 15.90
- Replies: 2
- Views: 531
Re: Version 15.90
I've finally started to work on this version. I still have things to add though...
- 11 May 2023 15:06
- Forum: Features
- Topic: DONE: ability to change highlight/style of unmatched brace
- Replies: 12
- Views: 467
Re: DONE: ability to change highlight/style of unmatched brace
I'm a bit occupied with other things at the moment, but I'll see if I can fix it in next release (v15.90).
- 11 May 2023 15:04
- Forum: Next release
- Topic: Version 15.90
- Replies: 2
- Views: 531
Version 15.90
I have updated the LSP client https://github.com/rickard67/LSP-Pascal-Library to version 3.17.x and added better support for dynamic registration of capabilities. So I'm currently adding more features to RJ TextEd. ----------------------------------------------------------- Version 15.90 (May 18, 20...