Search found 948 matches

by Rickard Johansson
22 May 2023 13:36
Forum: Development - Beta Versions
Topic: Version 15.90 beta 1
Replies: 0
Views: 106

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...
by Rickard Johansson
19 May 2023 18:30
Forum: Bugs
Topic: FIXED? Highlight CSS color values is highlighting HTML entities
Replies: 6
Views: 235

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.
by Rickard Johansson
19 May 2023 14:31
Forum: Features
Topic: DONE: ability to change highlight/style of unmatched brace
Replies: 12
Views: 464

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...).
by Rickard Johansson
19 May 2023 11:13
Forum: Bugs
Topic: FIXED? Highlight CSS color values is highlighting HTML entities
Replies: 6
Views: 235

Re: Highlight CSS color values is highlighting HTML entities

Maybe you could post an image showing the issue?
by Rickard Johansson
18 May 2023 19:13
Forum: Bugs
Topic: FIXED? Highlight CSS color values is highlighting HTML entities
Replies: 6
Views: 235

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/.
by Rickard Johansson
18 May 2023 19:05
Forum: Next release
Topic: Version 15.90
Replies: 2
Views: 481

Re: Version 15.90

I've finally started to work on this version. I still have things to add though...
by Rickard Johansson
11 May 2023 15:06
Forum: Features
Topic: DONE: ability to change highlight/style of unmatched brace
Replies: 12
Views: 464

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).
by Rickard Johansson
11 May 2023 15:04
Forum: Next release
Topic: Version 15.90
Replies: 2
Views: 481

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...
by Rickard Johansson
18 Apr 2023 09:13
Forum: Bugs
Topic: Small inconsistency in code folding (PHP)
Replies: 5
Views: 522

Re: Small inconsistency in code folding (PHP)

Are you still using your own custom syntax file? If so - try to update the fold section.
by Rickard Johansson
18 Apr 2023 09:11
Forum: Features
Topic: DONE: ability to change highlight/style of unmatched brace
Replies: 12
Views: 464

Re: DONE: ability to change highlight/style of unmatched brace

I noticed only opening unmatched bracket is highlighted; is it by design? With option to highlight surrounding braces, the background thread first try to find an opening bracket, then find a closing one. If you remove the opening bracket - the thread will find another opening bracket further up in ...
by Rickard Johansson
16 Apr 2023 14:36
Forum: Next release
Topic: Version 15.85
Replies: 0
Views: 608

Version 15.85

----------------------------------------------------------- Version 15.85 (Apr 15, 2023) ----------------------------------------------------------- FORTRAN Updated the FORTRAN highlighter (syntax file) and added information in the forum on how to install and add a FORTRAN language server. Highlight...
by Rickard Johansson
15 Apr 2023 17:58
Forum: Language Servers (LSP)
Topic: Objeck Language Server
Replies: 0
Views: 578

Objeck Language Server

Objeck Language Server You need objeck-lang installed: https://github.com/objeck/objeck-lang/releases Make sure to set environment variables: OBJECK_LIB_PATH=C:\Program Files\Objeck\lib OBJECK_STDIO=binary A system restart may be required. You also need the language server: https://github.com/objec...
by Rickard Johansson
15 Apr 2023 17:46
Forum: Language Servers (LSP)
Topic: Fortran Language Server (FortLS)
Replies: 0
Views: 156

Fortran Language Server (FortLS)

Fortran Language Server (FortLS) FortLS is an implementation of the Language Server Protocol (LSP) for Fortran using Python (3.7+). Install Python (if not installed already). >pip install fortls Now you can add the server to a project. Add the server in project/sites settings Server name Fortran Lan...
by Rickard Johansson
15 Apr 2023 16:41
Forum: Features
Topic: DONE: ability to change highlight/style of unmatched brace
Replies: 12
Views: 464

Re: Suggestion: ability to change highlight/style of unmatched brace

The foreground and background color for unmatched braces can be changed in the next release (v15.85).
Thanks!