You are here: PSPad forum > Developer forum - new builds > Re: PSPad 4.3.3 (2089) update English

Re: PSPad 4.3.3 (2089) update English

#1 PSPad 4.3.3 (2089) update English

Posted by: pspad | Date: 2005-06-29 18:41 | IP: IP Logged

Download link: pspad.cincura.net (1.3 MB)

Notes to PSPad update versions:
this CAB archive contains PSPad.EXE only. Replace existing file from 4.3.3 version

--
Jan

Options: Reply | Quote | Up ^


#2 Re: PSPad 4.3.3 (2089) update English

Posted by: johan | Date: 2005-06-29 19:49 | IP: IP Logged

And the additions/changes are?

Thanks a bunch for this great editor!

Options: Reply | Quote | Up ^


#3 Re: PSPad 4.3.3 (2089) update English

Posted by: pspad | Date: 2005-06-29 19:58 | IP: IP Logged

I have no power for it already smiling smiley
Some small corrections from last update:

problem with recent files
end of PHP detection after ?>"
...

Options: Reply | Quote | Up ^


#4 Re: PSPad 4.3.3 (2089) update English

Posted by: Leif Gregory | Date: 2005-06-30 16:49 | IP: IP Logged

Still not fixed for end of detection on ?> for PHP

See below snippet:
<tr><td>
<table align="center" width="55%">
<tr><th class="innercell" align="center">Are you sure you want to delete the entry?</th>
<tr><td align="center"><input type="submit" name="deleteIt" value="Yes">  <input type="submit" name="cancel" value="No"></td></tr>
<tr><td><input type="hidden" name="tabID" value="<?php echo $tabID;?>"><input type="hidden" name="recordID" value="<?php echo $_GET['delete'];?>"></td></tr>
</table>
</td></tr>

Make sure HTML Multi-highlighter is turned on. After $_GET['delete'];?> the closing td, tr, table, td, tr are incorrectly highlighted.

Thanks for a great program though! <Grin>

I can provide many more examples if needed.

--
Leif Gregory
Computers and TheBat!: www.PCWize.com
PHP Programming: www.DevTek.org

Options: Reply | Quote | Up ^


#5 Re: PSPad 4.3.3 (2089) update English

Posted by: pspad | Date: 2005-06-30 16:56 | IP: IP Logged

Write regular expression whot in line
value="<?php echo $_GET['delete'];?>"></td></tr>
detect end of PHP script and will count with all possible variants, escaped...

Options: Reply | Quote | Up ^


#6 Re: PSPad 4.3.3 (2089) update English

Posted by: Jume | Date: 2005-07-01 00:43 | IP: IP Logged

ahem, not that i want to be a bother but...
to leif and anybody... something totally off-topic...

you do...

value="<?php echo $_GET['delete'];?>">

not that i am a guru of php or so, but, i do, and i recommend to do...

value="<?=$_GET['delete']?>">

which is shorter and php has it there just for that purpose smiling smiley

Options: Reply | Quote | Up ^


#7 Re: PSPad 4.3.3 (2089) update English

Posted by: nTE | Date: 2005-07-01 10:13 | IP: IP Logged

But this works only if short tags are enabled which is not given on every server.
So if you want to write redistributable code which runs on more than just your machine, don't use short tags.

Options: Reply | Quote | Up ^


#8 Re: PSPad 4.3.3 (2089) update English

Posted by: flor | Date: 2005-07-01 10:53 | IP: IP Logged

Hi!

I think you should stop fighting with ?> inside quotes, which i suppose makes problems mentioned by Leif Gregory,
because:

- it's not used often and here's simple workaround:
problem: 'text ?> text';
ok: 'text ?'.'> text';

- it's causes problems with ?> ending, which is used more frequently

Options: Reply | Quote | Up ^






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