You are here: PSPad forum > Developer forum - new builds > Re: PSPad unicode 5.5.1 (815) English

Re: PSPad unicode 5.5.1 (815) English

Goto Page: Previous1 2 3 4

#31 Re: PSPad unicode 5.5.1 (815) English

Posted by: tmpad | Date: 2024-10-24 12:49 | IP: IP Logged

The last update of PSPad is appx. 8 months old. Yesterday I came across the "Chinese characters issue" again.

When can we expect an update and especially an improvement of the "Chinese characters issue"?

Options: Reply | Quote | Up ^


#32 Re: PSPad unicode 5.5.1 (815) English

Posted by: pspad | Date: 2024-10-24 12:53 | IP: IP Logged

I am slowly work on editor engine replacement.
I hope new engine will be faster and better.

Options: Reply | Quote | Up ^


#33 Re: PSPad unicode 5.5.1 (815) English

Posted by: Freeman | Date: 2024-10-24 14:23 | IP: IP Logged

pspad:
I am slowly work on editor engine replacement.

Wow, great news!

Options: Reply | Quote | Up ^


#34 Re: PSPad unicode 5.5.1 (815) English

Posted by: AD7 | Date: 2024-11-06 10:30 | IP: IP Logged

Any screenshots from development? smiling smiley

Options: Reply | Quote | Up ^


#35 Re: PSPad unicode 5.5.1 (815) English

Posted by: Freeman | Date: 2024-11-19 18:11 | IP: IP Logged

One more question/request from me.

When first time opened file is 7-bit, and actual code page cannot be determined, PSPad sets it to ANSI encoding, regardless default code page setting in Options window. This behavior exists from the time I ever started to use PSPad. Is this a bug or a feature?

Now I often edit markdown files with metadata. Metadata keywords are English, so if I type or paste Russian text then, I suddenly get errors from markdown compiler because PSPad saved my page in 1251 code page while that compiler supports only UTF-8. Default code page in Options is to UTF-8 no BOM, but works only for new files created in PSPad, and keeps only when non-Latin characters entered.

Options: Reply | Quote | Up ^


#36 Re: PSPad unicode 5.5.1 (815) English

Posted by: pspad | Date: 2024-11-19 18:36 | IP: IP Logged

When there is no possibility to detect UTF-8, e.g. file doesn't contains cyrilic encoded into UTF-8, there is no chance to recognize if file is in UTF-8

Click on the code page on the status bar (or select it in the encoding menu), switch to UTF-8 and reload (Ctrl+R).
Switch on remember file state in program settings / Files - part of information is file code page.

Put on the begin of file any comment with anything encoded in UTF-8 (e.g. few cyrilic letters) - it will ensure correct detection

Options: Reply | Quote | Up ^


#37 Re: PSPad unicode 5.5.1 (815) English

Posted by: Freeman | Date: 2024-11-20 11:23 | IP: IP Logged

pspad:
When there is no possibility to detect UTF-8, e.g. file doesn't contains cyrilic encoded into UTF-8, there is no chance to recognize if file is in UTF-8

I agree, but my thought is about different thing.

pspad:
Click on the code page on the status bar (or select it in the encoding menu)

I don't want to remember to do that every time I open new markdown files. Why just don't set default code page instead of hard-coded ANSI one, on PSPad side? I think, there is an exact line of legacy PSPad code that does that assignment.

pspad:
Put on the begin of file any comment with anything encoded in UTF-8 (e.g. few cyrilic letters) - it will ensure correct detection

This is just workaround, not bugfix. I just want to make PSPad follow its own setting in one more case – when 7-bit ASCII file loaded (in addition to new file creation). Please use code page value from the Options tab you mentioned above.

Options: Reply | Quote | Up ^


#38 Re: PSPad unicode 5.5.1 (815) English

Posted by: Freeman | Date: 2024-11-30 19:24 | IP: IP Logged

What algorithm is used for file autosave period calculation? Does PSPad start from zero when previous idle time was longer than autosave time set in Options? I think no, because sometimes PSPad overwrites files very quickly.

Options: Reply | Quote | Up ^


#39 Re: PSPad unicode 5.5.1 (815) English

Posted by: pspad | Date: 2024-11-30 20:46 | IP: IP Logged

Ot should be reset from the last save, cause there is a timer what execute event when period is over.
If PSPad is busy, it can be little longer time. But it shouldn't be shorter than the period you set up.

Options: Reply | Quote | Up ^


#40 Re: PSPad unicode 5.5.1 (815) English

Posted by: Freeman | Date: 2025-04-15 16:28 | IP: IP Logged

Freeman:
In this version, when multiline tabs enabled and tab panel got multilined due to the number of files opened, it doesn't shrink back when files closed and just one line of tabs remained. It draws an empty line which takes space of screen height.

Still exists in build 825 (release version). Unfortunately.

Options: Reply | Quote | Up ^


Goto Page: Previous1 2 3 4





Editor PSPad - freeware editor, © 2001 - 2025 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR