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

Re: PSPad unicode 4.5.3 (2281) English

Goto Page: Previous1 2

#11 Re: PSPad unicode 4.5.3 (2281) English

Posted by: broker70 | Date: 2007-10-13 12:43 | IP: IP Logged

Hi again,

"nice" reactions on my message...

You're totally right when mentioning, that this editor is very good, especially compared to the expensive commercial ones that I know. I'm also aware of the fact, that Jan as a "one-person-company" is working very hard on a solution of the problem. My greatest respect for him!

But once again: we like to use this editor in a commercial environment (probably more than 100 software developer, if everything is functional). One main reason for the selection of PSPad was the feature of calling different external tools, capture the output and parse the log window. If this feature is not functional/stable, we have to choose another editor (probably a commercial one).

As a private user of this really wonderful editor, I would be able to deal with these bugs - no problem. But imagine, you promote this editor inside your company, 100 developer like to use this one and a bige error occurs. This view of a "money-making" company (who pays my salary) is very different than a more "private" view on this problem.

Sorry, try to understand my position or leave it...

Options: Reply | Quote | Up ^


#12 Re: PSPad unicode 4.5.3 (2281) English

Posted by: hankejh | Date: 2007-10-13 12:52 | IP: IP Logged

mathiasm:
broker70:
Thanks for the updates.

But I still have to say, that for commercial use this problem can't be accepted. Of course, we actually don't pay anything for this editor, but this function (log window, log parsing) is essential and was the main reason to prefer this editor. If the problem is still not solved soon, we have to find another tool.

I hope, you'll be able to find a solution for this...

sad smiley

Well, you can send money to Jan so he gets more time to solve this issue.
I'm almost sure he wouldn't be offended smiling smiley

Word. winking smiley

Options: Reply | Quote | Up ^


#13 Re: PSPad unicode 4.5.3 (2281) English

Posted by: stefangabos | Date: 2007-10-14 11:48 | IP: IP Logged

question:

as you know, in PHP, if i have some code like

for ($i = 0; $i < 10; $i++) {

echo $i;

}

and i press "Ctrl-A" (for block commenting). everything will turn to

// for ($i = 0; $i < 10; $i++) {
//
// echo $i;
//
// }

is there a way to change this so it inserts a blank line at the top and bottom of the selected block and then put the other commenting style, so that in the end it looks like

/*
for ($i = 0; $i < 10; $i++) {

echo $i;

}
*/

thanks

Options: Reply | Quote | Up ^


#14 Re: PSPad unicode 4.5.3 (2281) English

Posted by: Stefan | Date: 2007-10-14 14:46 | IP: IP Logged

stefangabos:
question:

as you know, in PHP, if i have some code like

for ($i = 0; $i < 10; $i++) {

echo $i;

}

and i press "Ctrl-A" (for block commenting). everything will turn to

// for ($i = 0; $i < 10; $i++) {
//
// echo $i;
//
// }

is there a way to change this so it inserts a blank line at the top and bottom of the selected block and then put the other commenting style, so that in the end it looks like

/*
for ($i = 0; $i < 10; $i++) {

echo $i;

}
*/

thanks

Hi stefangabos,
what have this request to do with this beta build ?
Would be better to ask this in the english discussion forum.

I think you can do this with an CLIP like

Quote:
[comment | comment an code block]
/*
§
*/
|
;

* Than select your code you wanna comment-out
* press Ctrl+Space
* type c o m m e n
* press enter

Press F1 in PSPad and search for CLIP and "Clip file format " for further help.

--
Stefan (pleased user since 1722)
Do you know you can spend Jan a beer? (click here)
Inofficial FAQs + Infos + Special Settings

Options: Reply | Quote | Up ^


#15 Re: PSPad unicode 4.5.3 (2281) English

Posted by: wal | Date: 2007-10-15 08:08 | IP: IP Logged

Stefan:
stefangabos:

is there a way to change this so it inserts a blank line at the top and bottom of the selected block and then put the other commenting style, so that in the end it looks like

/*
for ($i = 0; $i < 10; $i++) {

echo $i;

}
*/

I think you can do this with an CLIP like

Or download script written by Maleval:
www.pspad.com

Options: Reply | Quote | Up ^


Goto Page: Previous1 2





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