Please distribute portable versions separately for 32bit and 64bit.
RJ TextEd 32bit is already huge enough (180+ MB), having both architectures in a package is enormous and not really justifiable (250+ MB).
Where is this documented? I could not find any info on this in the documentation. If RJ TextEd has capabilities beyond what is documented, it is a great loss. The manual should be updated. Especially with something so rare and useful like using regex to make a custom syntax highlighting file. Not ...
I took your suggestion and defined my keyword as: \d{2}\.\d{2}\.\d{4} and saved the file.
The date's format is still not changed.
I made it purple and bold so that the difference can be clearly noticed.
I have a custom syntax in a text file. I need to scan the file for certain strings with regular expressions.
I used Tools - Syntax Editor to create and save a new syntax file. I defined a new Keyword group and a new keyword like this: \d\d.\d\d.\d\d\d\d (to find the date). I go to Environment ...