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

PSPad UNICODE 4.5.0 (2120) beta English

Goto Page: Previous1 2 3 4 5 6 7 8 Next

#51 Re: PSPad UNICODE 4.5.0 (2120) beta English

Posted by: Rainer Koschnick | Date: 2005-08-16 19:18 | IP: IP Logged

<!ENTITY % adm-name "dm-name NMTOKEN #IMPLIED">
<!ENTITY % adm-name "adm-name NMTOKEN #IMPLIED">

Forgot the code blocks, sorry.

Options: Reply | Quote | Up ^


#52 Re: PSPad UNICODE 4.5.0 (2120) beta English

Posted by: pspad | Date: 2005-08-16 20:52 | IP: IP Logged

There is problem with XML highlighter. I reported it already to Synedit community (editor component)

Options: Reply | Quote | Up ^


#53 Re: PSPad UNICODE 4.5.0 (2120) beta English

Posted by: phunkydizco | Date: 2005-08-17 07:07 | IP: IP Logged

I started to make a new skin and two icons don't change. Also in other skins this icons are always the same. The icons are in the text differences windows under results processing. In this menu the icons don't change.

Options: Reply | Quote | Up ^


#54 Re: PSPad UNICODE 4.5.0 (2120) beta English

Posted by: Oswald | Date: 2005-08-17 08:40 | IP: IP Logged

Hi Jan,

Is there a way to know the current version/source date of the synedit component the application using?
Is it possible to add it to the about box?

Thanks

Options: Reply | Quote | Up ^


#55 Re: PSPad UNICODE 4.5.0 (2120) beta English

Posted by: pspad | Date: 2005-08-17 08:49 | IP: IP Logged

phunkydizco wrote:

> I started to make a new skin and two icons don't change. Also
> in other skins this icons are always the same. The icons are in
> the text differences windows under results processing. In this
> menu the icons don't change.

What concrete icons you mean ?

Options: Reply | Quote | Up ^


#56 Re: PSPad UNICODE 4.5.0 (2120) beta English

Posted by: pspad | Date: 2005-08-17 08:51 | IP: IP Logged

Oswald wrote:

> Is there a way to know the current version/source date of the
> synedit component the application using?
> Is it possible to add it to the about box?

I am using Synedit component snapshot from
mh-nexus.de

I am afraid Synedit doesn't have property with its version and differnt units has different version sad smiley

Options: Reply | Quote | Up ^


#57 Re: PSPad UNICODE 4.5.0 (2120) beta English

Posted by: phunkydizco | Date: 2005-08-17 09:48 | IP: IP Logged

The icons are here:

text differences window > results processing menu

Menuitems:

"Both windows into new file"
"Missing lines into new file"

Options: Reply | Quote | Up ^


#58 Re: PSPad UNICODE 4.5.0 (2120) beta English

Posted by: Oswald | Date: 2005-08-17 11:46 | IP: IP Logged

What's new about the XML highlighter problem I've submitted to you?
I've found nothing in the synedit bug tracker about this and no answer in this thread... sorry it very disturbing, XML files can be invalid with this problem.

>I've a bad behaviour in XML files with this kind of tag :
>
><copy file="${tech.manual.fr}" tofile="${basedir}/target/doc/fr/Tech-Manual.doc" />
>
>I'm unable to edit correctly the end of the line :
>- impossible to select the the last character.
>- if backspace is pressed just before the slash character this is the slash that is deleted
>- try to add the end of the tag after a space : two spaces are set and the cursor moves before the slash.

Options: Reply | Quote | Up ^


#59 Re: PSPad UNICODE 4.5.0 (2120) beta English

Posted by: pspad | Date: 2005-08-17 12:51 | IP: IP Logged

Oswald wrote:

> What's new about the XML highlighter problem I've submitted to
> you?
> I've found nothing in the synedit bug tracker about this and no
> answer in this thread... sorry it very disturbing, XML files
> can be invalid with this problem.

Its problem with painting XML. Not only your problem, but generally.
I send into tracker similar problem with painting.

You can send your problem too, maybe if more will be...

Options: Reply | Quote | Up ^


#60 Re: PSPad UNICODE 4.5.0 (2120) beta English

Posted by: Rainer Koschnick | Date: 2005-08-17 21:57 | IP: IP Logged

It's not necessarily the XML highlighter only :( THIS here is very confusing since I nearly lost my mind when I was editing some Java code:

Consider the following code:


for (int i = 0; i != 10; i++) {
}

The syntax highlighter is doing his job fine, but if I turn on display of spaces, tabs & line ends, the code is shown as the following:


for (int i = 0; i =! 10; i++) {
}

Another example:


for (int i = 0; i < 10; i++) {
}

becomes this:


for (int i = 0; i > 10; i++) {
}

Makes you wonder what is wrong with you to write code as wrong as this, but it is only displayed wrong.

Options: Reply | Quote | Up ^


Goto Page: Previous1 2 3 4 5 6 7 8 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