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

Re: PSPad unicode 4.5.3 (2244) English

Goto Page: Previous1 2 3

#21 Re: PSPad unicode 4.5.3 (2244) English

Posted by: henning | Date: 2006-11-15 14:31 | IP: IP Logged

So what about a "bugzilla" (or an likewise product) for PSPad?

Is there someone who can set up a bugzilla Site for this great editor? We than can all look up in the bugzilla database if our bugs can be reproduced, will be analysed and so on... and the developer has more time for developing... smiling smiley
Precondition is, the PSPad developer is willing to work with the tool...

Henning

Options: Reply | Quote | Up ^


#22 Re: PSPad unicode 4.5.3 (2244) English

Posted by: pspad | Date: 2006-11-15 15:12 | IP: IP Logged

I was thing about some bug reporting system. But I have no time to study and set it sad smiley

I found a produkt I like:
www.mantisbt.org

Options: Reply | Quote | Up ^


#23 Re: PSPad unicode 4.5.3 (2244) English

Posted by: Eblis | Date: 2006-11-16 07:26 | IP: IP Logged

I also think that mantis is a better choice over bugzilla smiling smiley

Options: Reply | Quote | Up ^


#24 Re: PSPad unicode 4.5.3 (2244) English

Posted by: Instinct | Date: 2006-11-16 07:41 | IP: IP Logged

If you're working with Subversion, trac is a very nice bug tracking/wiki combination

Options: Reply | Quote | Up ^


#25 Re: PSPad unicode 4.5.3 (2244) English

Posted by: pspad | Date: 2006-11-16 08:00 | IP: IP Logged

Instinct:
If you're working with Subversion, trac is a very nice bug tracking/wiki combination

I am not working with a subversion and I don't plane it.

Options: Reply | Quote | Up ^


#26 Re: PSPad unicode 4.5.3 (2244) English

Posted by: ArKay | Date: 2006-11-16 15:19 | IP: IP Logged

Eblis:
I also think that mantis is a better choice over bugzilla smiling smiley

Mantis is a great choice! Bugzilla is intimidating.

Options: Reply | Quote | Up ^


#27 Re: PSPad unicode 4.5.3 (2244) English

Posted by: Stealth | Date: 2006-11-19 10:16 | IP: IP Logged

Hi Jan,

1) I have top style (full) and i can't integrate it with pspad because the default is top style lite. Is it possible top style integration into pspad? Where is the ini settings?

2) I use smarty template for php; how can view smarty syntax highlighter in html multihighlighter mode?

Thank you for the greater work!

Options: Reply | Quote | Up ^


#28 Re: PSPad unicode 4.5.3 (2244) English

Posted by: pspad | Date: 2006-11-19 12:08 | IP: IP Logged

1. Authors of the TopStyle allows integrate Lite version only. It's no PSPad limitation but TopStyle limitation.

2. PSPad allows you highlight embeded PHP, not some specialities in PHP like Smarty. I don't know smarty. Can you tell me some examples of Samrty in PHP ?

Options: Reply | Quote | Up ^


#29 Re: PSPad unicode 4.5.3 (2244) English

Posted by: Stealth | Date: 2006-11-19 13:20 | IP: IP Logged

This is an example:

....

<SPAN class="{$color_cf}">Cod: </SPAN>
{if $prev eq "ok"}
<span class="testonero">{$cf_prod}</span><input name="cf_prod" type="hidden" value="{$cf_prod}" size="25" maxlength="16">

{else}
<input name="cf_prod" type="text" id="text_cf_prod" value="{$cf_prod}" size="25" maxlength="16">
</td>
</tr>
<input name="tipologia" id="tipologia" type="hidden" value="PS" size="2">
</td>
</tr>
{/if}

Smarty is the most important template engine in php that allows separation between html code (view) and php code (model & controller)

{if $prev eq "ok"}
then html code will be: <span class="testonero">{$cf_prod}</span><input name="cf_prod" type="hidden" value="{$cf_prod}" size="25" maxlength="16">

else the html code will be:

<input name="cf_prod" type="text" id="text_cf_prod" value="{$cf_prod}" size="25" maxlength="16">
</td>
</tr>
<input name="tipologia" id="tipologia" type="hidden" value="PS" size="2">
</td>
</tr>

The: {if $prev eq "ok"}, {else} and {/if}, {$cf_prod}..etc.. is smarty syntax embedd in html code

Options: Reply | Quote | Up ^


#30 Re: PSPad unicode 4.5.3 (2244) English

Posted by: carbonize | Date: 2006-11-19 14:12 | IP: IP Logged

Basically smarty is shorthand.

For example

{if $a == $b}

is just the same as using

<?php
if ($a == $b)
{
?>

and

{else}

is just shorthand for

<?php
} else {
?>

--
Carbonize

Options: Reply | Quote | Up ^


Goto Page: Previous1 2 3





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