You are here: PSPad forum > Developer forum - new builds > PSPad UNICODE 4.5.0 (2157) beta English

PSPad UNICODE 4.5.0 (2157) beta English

Goto Page: Previous1 2 3 4 5 6 Next

#31 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: hs2 | Date: 2005-11-29 22:42 | IP: IP Logged

Hi,

I noticed a minor problem of the Code Explorer with *.ini files.
Can't goto to the source location if it's on line '1'.
Did a cross check with *.c files, but no prob there.

BTW: Thank's for your great product - fantastic job (Y)

Options: Reply | Quote | Up ^


#32 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: Michal Tauš | Date: 2005-11-29 22:59 | IP: IP Logged

29.11.2005 at 6:59, Nelson napsal(a):

> Directly in HEX mode, they look the same,
> but v4.3.3 is UpperCase, v4.5.0 is LowerCase.
> Switch to HEX mode from text, they are different.

Editor component (Synedit) in 4.3.3 doesn't support unicode.
In 4.5.0 it supports unicode.

Direct open in HEX is _different_ from switch text to HEX.

> This problem occurs in both v4.3.3 and v4.5.0
> If I open the file directly in HEX mode, they just can't go back.

If you mean switch to text - yes, it's standard behavior.

> If I switch to HEX mode from text,
> v4.3.3 can't go back.
> v4.5.0 will crash if it contains non-English characters.

Can't confirm.

--
-mt

Windows 2000 5.0.2195 Service Pack 4
PSpad 4.5.0.2155

Options: Reply | Quote | Up ^


#33 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: pspad | Date: 2005-11-30 05:50 | IP: IP Logged

E.g. in PHP is it over 4000 items !

Options: Reply | Quote | Up ^


#34 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: ShiLong | Date: 2005-11-30 10:19 | IP: IP Logged

The new numbers on the filetabs are confusing, please make it optional!

Options: Reply | Quote | Up ^


#35 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: confucius | Date: 2005-11-30 12:24 | IP: IP Logged

When editing asian characters, it adds spaces after the characters, but they are not real spaces. For example:

<td>&#38651;&#23376;&#37109;&#20214; </td>

When I move the cursor back to edit the code, the spaces goes away.

<td>&#38651;&#23376;&#37109;&#20214;</td>

When I move the cursor out, back goes the spaces.

Is there a way to by-pass this?

Thanks.

Options: Reply | Quote | Up ^


#36 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: pspad | Date: 2005-11-30 14:07 | IP: IP Logged

I am not able to try it.
Can you visit please synedit.sourceforge.net and add description of your problem into Synedit BugTrack ?
Thank you.

Options: Reply | Quote | Up ^


#37 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: Nelson | Date: 2005-11-30 15:21 | IP: IP Logged

Michal Tauš wrote:

> 29.11.2005 at 6:59, Nelson napsal(a):
>
> > Directly in HEX mode, they look the same,
> > but v4.3.3 is UpperCase, v4.5.0 is LowerCase.
> > Switch to HEX mode from text, they are different.
>
> Editor component (Synedit) in 4.3.3 doesn't support unicode.
> In 4.5.0 it supports unicode.
>
> Direct open in HEX is _different_ from switch text to HEX.
>
What's the different ?

And, I save this file as ANSI, not Unicode.
Why v4.3.3 and v4.5.0 behave different ?

> > This problem occurs in both v4.3.3 and v4.5.0
> > If I open the file directly in HEX mode, they just can't go
> back.
>
> If you mean switch to text - yes, it's standard behavior.
No.
Use Ctrl + Mouse Wheel down / up, you will know what I mean.

>
> > If I switch to HEX mode from text,
> > v4.3.3 can't go back.
> > v4.5.0 will crash if it contains non-English characters.
>
> Can't confirm.
>
What I mean is Ctrl + Mouse Wheel behavior, not Hex <-> text.

Options: Reply | Quote | Up ^


#38 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: Michal Tauš | Date: 2005-11-30 17:24 | IP: IP Logged

30.11.2005 at 16:21, Nelson napsal(a):

>> Direct open in HEX is _different_ from switch text to HEX.
> What's the different ?

Direct open is independent from file encoding.
File is open in _real_ HEX mode.
But if you open file as text, (ANSI ecoding)
PSPad transcode it to unicode and after switch to HEX,
you can see the unicode version of file.
This is the difference.

> And, I save this file as ANSI, not Unicode.
> Why v4.3.3 and v4.5.0 behave different ?

As I wrote, 4.3.3 wasn't unicode.
4.5.0 is unicode.

> What I mean is Ctrl + Mouse Wheel behavior, not Hex <-> text.

Can confirm.

--
-mt

Windows 2000 5.0.2195 Service Pack 4
PSpad 4.5.0.2157

Options: Reply | Quote | Up ^


#39 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: RickH | Date: 2005-11-30 19:19 | IP: IP Logged

Yikes! I wouldn't be able to find anything among 4000 entries.

Looking at a context file, does the clip window show everything down to "[Keywords]", unless the line begins with "%" ? Is there also a hard-coded maximum in the binary or do you use a data type that is no longer big enough? (Please forgive my meager programming knowledge.)

I modified the xhtml context file to include some numbered entities and only left in tags that either I don't use very often or that would be slower to type. 101 wasn't quite enough. By the way, I believe that xhtml (strict, anyway) only allows &nbsp; and &amp;. All others must be numerical.

Also, is it possible to add attributes to the dialog that comes up when a tag is selected in the clip window? I tried to add "id" to the input tag, but it doesn't work. There are others that I would also modify, too.

Rick

Edit: Never mind the last question. I closed PSPad and reopened it, and it worked

Post Edited (11-30-2005 21:08)

Options: Reply | Quote | Up ^


#40 Re: PSPad UNICODE 4.5.0 (2157) beta English

Posted by: pspad | Date: 2005-11-30 19:23 | IP: IP Logged

Ctrl+Mouse bug in Hex editor is corrected (from the yesterday night)

Options: Reply | Quote | Up ^


Goto Page: Previous1 2 3 4 5 6 Next





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