I turned it off and it helped; thank you! (I had default encoding set, btw.)Rickard Johansson wrote: ↑15 May 2022 14:38It is recommended to turn this off, unless you really need it. Setting a default encoding in options may help a little...
Search found 537 matches
- 15 May 2022 14:49
- Forum: Bugs
- Topic: Solved: Wrong encoding detect in opening chinese utf8 text files
- Replies: 4
- Views: 361
Re: Wrong encoding detect in opening chinese utf8 text files
- 13 May 2022 09:32
- Forum: Bugs
- Topic: Solved: Wrong encoding detect in opening chinese utf8 text files
- Replies: 4
- Views: 361
Re: Wrong encoding detect in opening chinese utf8 text files
Certainly, there is something off with encoding detection; for some reason when opening a file with the code below <?php ptb_vardump('$customXML'); ptb_vardump('$custom'); // string echo '<ul>', "\n"; foreach ($customXML->modules->item as $item) { if (!isset($item['href'])) { echo '<li>', $item['nam...
- 13 Apr 2022 14:04
- Forum: Questions
- Topic: Is the RJ TextEd has multi-highlight function?
- Replies: 7
- Views: 965
Re: Is the RJ TextEd has multi-highlight function?

It's a complex program indeed! Silver lining here is that we'll get another useful feature in the next version

Oh, and by the way, I guess there's a glitch in this function:
- 12 Apr 2022 17:30
- Forum: Questions
- Topic: Is the RJ TextEd has multi-highlight function?
- Replies: 7
- Views: 965
- 12 Apr 2022 09:26
- Forum: Questions
- Topic: Export found text?
- Replies: 2
- Views: 376
Re: Export found text?
I didn't remember this, either
RJ TE is so complex that I surmise sometimes Rickard can't recall everything 


- 12 Apr 2022 07:33
- Forum: Questions
- Topic: Is the RJ TextEd has multi-highlight function?
- Replies: 7
- Views: 965
Re: Is the RJ TextEd has multi-highlight function?
RJ TE is a very complex software, so I may be wrong, but as far as I know the answer to your question is "no": no multi-color selection highlighting. It seems to be very helpful indeed, so I think you should submit feature request. ...You may use a trick, though, and highlight up to three keywords: ...
- 08 Apr 2022 14:42
- Forum: Questions
- Topic: Prevent special chars upon selection.
- Replies: 2
- Views: 462
Re: Prevent special chars upon selection.
Environment > Themes > Customize > Syntax highlighting > Selection > [ ] Control characters
Yeah, I switched it off as soon as it became possible
(EOF chars are not displayed for me when this option is on, btw.)
Yeah, I switched it off as soon as it became possible

(EOF chars are not displayed for me when this option is on, btw.)
- 03 Apr 2022 20:35
- Forum: General discussion
- Topic: Highlights for Literal Variables surrounded by " ` ".
- Replies: 6
- Views: 1437
Re: Highlights for Literal Variables surrounded by " ` ".
And on occasion, it is good to point out that as developers of this type of application, it is more beneficial for you to identify users' needs than to question the reason for these needs, since the vast majority are professionals in the area. This is debatable, but that's not the point: the point ...
- 01 Apr 2022 21:50
- Forum: General discussion
- Topic: Highlights for Literal Variables surrounded by " ` ".
- Replies: 6
- Views: 1437
Re: Highlights for Literal Variables surrounded by " ` ".
If you want to use backtick char (`) to denote "characters" (I use terminology from the Theme Manager: characters, string, text), then I'm afraid I have bad news for you: it is impossible to use backtick and single quote at the same time for the same purpose -- at least for PHP, for which I made a q...
- 01 Apr 2022 08:58
- Forum: Bugs
- Topic: SOLVED: Is that a bug of paste function?
- Replies: 4
- Views: 596
- 01 Apr 2022 07:35
- Forum: Bugs
- Topic: SOLVED: Is that a bug of paste function?
- Replies: 4
- Views: 596
Re: Is that a bug of paste function?
You need to switch off "smart paste" feature (Environment > Options > Editor > General > Editing > Enable smart paste). A quote from the help file: Smart paste (Shift+Ctrl+V) The paste function will try to preserve the indention of the copied text even if it's placed in a very different position. In...
- 23 Mar 2022 19:55
- Forum: Bugs
- Topic: FIXED: Two instances if editor reopend in Administrator mode
- Replies: 1
- Views: 352
FIXED: Two instances if editor reopend in Administrator mode
I opened "hosts" file in RJ TE and edited it. I couldn't save changes due to file permissions, but RJ TE offered to reopen itself in "Administrator" mode. I agreed; the program was restarted, with "[Administrator]" entry in the title bar, marking its mode. I was able to save the edit. Cool! Then I o...
- 17 Mar 2022 17:32
- Forum: Bugs
- Topic: FIXED? Syntax-Editor: White text on white background
- Replies: 4
- Views: 759
Re: Syntax-Editor: White text on white background
This is more complicated than simply picking a theme -- there is also "Program style", that plays some role (and also possibly "Panel style"). I monkeyed a bit with both these variables and got empty menus, as seen on the picture, both on Windows 7 and Windows 10 machine: menu.png I picked Windows 1...
- 17 Mar 2022 09:40
- Forum: Bugs
- Topic: FIXED? Syntax-Editor: White text on white background
- Replies: 4
- Views: 759
- 04 Mar 2022 13:00
- Forum: Bugs
- Topic: Missing VCRUNTIME140.dll (tidy.exe System fault)
- Replies: 1
- Views: 395
Re: Missing VCRUNTIME140.dll (tidy.exe System fault)
I would start with reinstalling Microsoft Visual C++ Redistributable libraries. Just to be clear, this isn't RJ TE's error, it's your computer missing a file in specific folder, or this file isn't properly registered -- because there may be more files with the same name on your disk; I have 17 on mi...