Search found 132 matches

by DerellLicht1
13 Apr 2026 15:03
Forum: Questions
Topic: RESOLVED: hiliting color values: comment and question
Replies: 8
Views: 4988

Re: RESOLVED: hiliting color values: comment and question

Rickard Johansson wrote: 12 Apr 2026 17:04
(although, I'll admit that this solution really seems like something that *should* be in Options dialog...)
Actually, I though so too when I tried to find the option myself :oops:
I'll add it to the option dialog in the next version...
Excellent!! Thank ye !!
by DerellLicht1
12 Apr 2026 16:08
Forum: Questions
Topic: RESOLVED: hiliting color values: comment and question
Replies: 8
Views: 4988

Re: hiliting color values: comment and question


Please check the options in "View / Highlight color values / File types". Make sure "HTML" is set.


Hah!! I was looking in Options dialog; I didn't even *think* to look at other menus entirely!!
Okay, problem solved now... (although, I'll admit that this solution really seems like something that ...
by DerellLicht1
06 Apr 2026 02:38
Forum: Questions
Topic: RESOLVED: hiliting color values: comment and question
Replies: 8
Views: 4988

Re: hiliting color values: comment and question

Rickard Johansson wrote: 01 Apr 2026 13:23 2026-04-01_142129.png


It should work if you use style tags or a style attribute.
Well, here is what I have, on my snippets page:
But *none* of the color fields show up in those colors, even though .css files work fine...
by DerellLicht1
31 Mar 2026 00:43
Forum: Questions
Topic: RESOLVED: hiliting color values: comment and question
Replies: 8
Views: 4988

Re: hiliting color values: comment and question

so... nobody has any insights into this at all??

*should* I expect html files to handle color codes the same as css files do?? seems logical to me...

???
by DerellLicht1
13 Mar 2026 15:17
Forum: Questions
Topic: RESOLVED: hiliting color values: comment and question
Replies: 8
Views: 4988

RESOLVED: hiliting color values: comment and question

I recently was editing a Thunderbird css file, and discovered that RJTE actually hilites the color codes in their color!!
That was amazing, and *really* handy when I was experimenting with codes; much easier than pulling up a color dialog every time...

However, in my html code, it does *not* hilite ...
by DerellLicht1
02 Feb 2026 17:01
Forum: General discussion
Topic: general interest: a cool programming font
Replies: 0
Views: 11399

general interest: a cool programming font

I am passing this along just because I really like this font, and it works beautifully with RJTE

https://github.com/tonsky/FiraCode

It uses something called ligatures, to combine multiple characters into a single character that is appropriate for the language.
The included image shows several of ...
by DerellLicht1
07 Nov 2025 02:06
Forum: Questions
Topic: Coding help with AI
Replies: 2
Views: 33333

Re: Coding help with AI

and it's hard to justify paying for access to a process, for use in a free product...
by DerellLicht1
06 Nov 2025 03:19
Forum: Questions
Topic: ANSWERED: setting date/time format
Replies: 8
Views: 21608

Re: setting date/time format


Yeah, oopsie it was with regard to folder... but still you can use a text clip (I should have attached that screenshot earlier):
I hope it can be useful to you somehow.


Oh!! Yes, it is...
The LongDateTime hack that I used, was not ideal, because it still includes the seconds, which I don't find ...
by DerellLicht1
05 Nov 2025 16:19
Forum: Questions
Topic: ANSWERED: setting date/time format
Replies: 8
Views: 21608

Re: setting date/time format


If someone here is missing a brain, it's me, hands down :lol:

That "chars" folder I mentioned was... made by myself, no wonder you couldn't find it :oops:


:lol: :mrgreen:

Well, given all the helpful advice that you've given me over the years, I'm not going to object to an occasional oops ...
by DerellLicht1
03 Nov 2025 22:34
Forum: Questions
Topic: ANSWERED: setting date/time format
Replies: 8
Views: 21608

Re: setting date/time format


Have a look at Text clips, chars > insert current date, it's there. You need to define [[date]] as e.g. @d[dd/mm/yyyy] and [[time]] (in a row below) as @t[hh:mm] and then write [[date]] [[time]] as a desired result (however slash as a separator in dates has been changed to a hyphen).


sadly ...
by DerellLicht1
31 Oct 2025 22:04
Forum: Questions
Topic: ANSWERED: setting date/time format
Replies: 8
Views: 21608

Re: setting date/time format

Thank ye once again, @pjj !!!
by DerellLicht1
31 Oct 2025 22:02
Forum: Bugs
Topic: FIXED: V16.50 - hanging while editing html file
Replies: 15
Views: 42988

Re: FIXED: V16.50 - hanging while editing html file

Well, the first hour or so of testing has passed; I've had several lost blocks of text to type in, and not a single crash!!
I'll keep working (I'm on page 99 of 419 pages to work through, so it'll get good testing!!), but this is looking good!

1300 on 11/01/25
I'm now on page 183, have typed in ...
by DerellLicht1
31 Oct 2025 21:12
Forum: Questions
Topic: ANSWERED: setting date/time format
Replies: 8
Views: 21608

ANSWERED: setting date/time format

I recently discovered that I can use F5 to insert date/time into a document...
That is something that I actually sometimes want to do... however, the long-form format that is being used, is not useful to me; I wish to specify my own format (in this case MM/DD/YY, HHMM)... is there some way to set ...
by DerellLicht1
31 Oct 2025 19:40
Forum: Bugs
Topic: FIXED: V16.50 - hanging while editing html file
Replies: 15
Views: 42988

Re: FIXED (??): V16.50 - hanging while editing html file


I think I finally found the issue. I've uploaded a new test version

https://www.rj-texted.se/downloads/TextEd.zip

If you have time - please try it out.


Okay, I just tested it out on the current problem line, and I was able to type it in successfully...
Cool!!

I'll keep testing...
btw, I've ...
by DerellLicht1
31 Oct 2025 19:23
Forum: Bugs
Topic: FIXED: V16.50 - hanging while editing html file
Replies: 15
Views: 42988

Re: FIXED (??): V16.50 - hanging while editing html file

Yep, definitely still happening. "The application seems to be frozen."
I let the dialog send the bug report to you directly.

Actually, I see what the issue is... apparently, I have the same problem with <br> as I have with <p> ...
I had re-enabled code explorer, thinking that the problem was solved ...