You are here: PSPad forum > Developer forum - new builds > PSPad unicode 4.5.1 (2187) English

PSPad unicode 4.5.1 (2187) English

Goto Page: Previous1 2 3 4 5 Next

#31 Re: keymap/format/add-remove comments

Posted by: pspad | Date: 2006-03-20 19:06 | IP: IP Logged

ashnur wrote:

> - i didn't found an easy solution for block comment for
> php,css,html

Ctrl+Space

> - cant use special chars when edit files.

I don't understand

> - cant change easily between char coding in file format

Why ? Click on the menu item isn't easy ?

> - there are problems with html multihighlighting in php files
> which contains more then 6000 chars...

What problem ?

> - there is a strange behavior with ftp servers - after using
> 1-2 hours the saving, editing.. any operation will be hell
> slow, i did not found the problem source, but i think it is in
> pspad because the same servers work fine with zend editor

Your operating system ?

Options: Reply | Quote | Up ^


#32 Re: PSPad unicode 4.5.1 (2187) English

Posted by: pspad | Date: 2006-03-20 19:11 | IP: IP Logged

If you run compiler, PSPad waits to compiler stops work.

Options: Reply | Quote | Up ^


#33 Re: keymap/format/add-remove comments

Posted by: ashnur | Date: 2006-03-22 08:48 | IP: IP Logged

thank you again, for your response, i greatly appreciate this.

pspad wrote:

> ashnur wrote:
>
> > - i didn't found an easy solution for block comment for
> > php,css,html
>
> Ctrl+Space

as you may observed i wrote easy solution. after ctrl space i have to type another 5 another chars (c,o,m,m,enter). that's not an easy solution when i want to use it frequently.

>
> > - cant use special chars when edit files.
>
> I don't understand
i've tried this a few times:
pspad says in the statusbar Code page: ISO 8859-2
i write: 'őű'. save it. close.when reopen there are only 'ou'.
as i am a hungarian, i frequently use these charachters.

>
> > - cant change easily between char coding in file format
>
> Why ? Click on the menu item isn't easy ?

i click on format. it shows ANSI(dunno why? status bar said iso 8859-2.).no prob, i click on iso 8859-2. now both in statusbar and format menu says iso 8859-2.
write 'őű'.save it.close.when open says 'ou'. utf-8 is not an option for me yet.

>
> > - there are problems with html multihighlighting in php files
> > which contains more then 6000 chars...
>
> What problem ?

this was solved in last build smiling smiley
>
> > - there is a strange behavior with ftp servers - after using
> > 1-2 hours the saving, editing.. any operation will be hell
> > slow, i did not found the problem source, but i think it is
> in
> > pspad because the same servers work fine with zend editor
>
> Your operating system ?

windows xp professional.

Options: Reply | Quote | Up ^


#34 Re: keymap/format/add-remove comments

Posted by: Michal Tauš | Date: 2006-03-22 09:47 | IP: IP Logged

22.3.2006 at 9:48, ashnur - Beta forum PSPad wrote:

>> Ctrl+Space

> as you may observed i wrote _easy_ solution. after ctrl space i have to
> type another 5 another chars (c,o,m,m,enter). that's not an easy solution
> when i want to use it frequently.

in HTML is comment first
in PHP you can use CTRL+A on selection instead ctrl+space

> i've tried this a few times:
> pspad says in the statusbar Code page: ISO 8859-2
> i write: 'őű'. save it. close.when reopen there are only 'ou'.
> as i am a hungarian, i frequently use these charachters.

Can't confirm. It works fine on my Windows 2000 5.0.2195 SP 4,PSpad 4.5.1.2197

> i click on format. it shows ANSI(dunno why? status bar said iso
> 8859-2.).no prob, i click on iso 8859-2. now both in statusbar and format
> menu says iso 8859-2.
> write 'őű'.save it.close.when open says 'ou'. utf-8 is not an option
> for me yet.

Charset in menu is used for opened files, too.
If it will be changed to actual file's encoding,
there will be problem in newly opened files.

--
-mt

Windows 2000 5.0.2195 Service Pack 4
PSpad 4.5.1.2197

Options: Reply | Quote | Up ^


#35 Try AutoHotkey

Posted by: Futurepower(R) | Date: 2006-03-22 14:01 | IP: IP Logged

Try AutoHotkey to assign your own shortcuts to progam behavior:

www.autohotkey.com

Options: Reply | Quote | Up ^


#36 Re: keymap/format/add-remove comments

Posted by: pspad | Date: 2006-03-23 05:04 | IP: IP Logged

ashnur wrote:

>>> - i didn't found an easy solution for block comment for
>>> php,css,html

>> Ctrl+Space

> as you may observed i wrote easy solution. after ctrl
> space i have to type another 5 another chars (c,o,m,m,enter).
> that's not an easy solution when i want to use it frequently.

Define shrotcut for clip. You can run clip with one shortcut then

>>> - cant use special chars when edit files.

>> I don't understand

> i've tried this a few times:
> pspad says in the statusbar Code page: ISO 8859-2
> i write: 'őű'. save it. close.when reopen there are only 'ou'.
> as i am a hungarian, i frequently use these charachters.

And Labguage settings in your Windows COntrol panels / Regional settings ?
Is there Hungarian ?

> > > - cant change easily between char coding in file format

> > Why ? Click on the menu item isn't easy ?

> i click on format. it shows ANSI(dunno why? status bar said iso
> 8859-2.).no prob, i click on iso 8859-2. now both in statusbar
> and format menu says iso 8859-2.
> write 'őű'.save it.close.when open says 'ou'. utf-8 is not an
> option for me yet.

Information in the menu format is for new files. Information on the statusbar is for the current file. Rest see previous answer

Options: Reply | Quote | Up ^


#37 Re: keymap/format/add-remove comments

Posted by: ashnur | Date: 2006-03-27 06:29 | IP: IP Logged

Michal Tauš wrote:

> 22.3.2006 at 9:48, ashnur - Beta forum PSPad wrote:
>
> >> Ctrl+Space
>
> > as you may observed i wrote _easy_ solution. after ctrl space
> i have to
> > type another 5 another chars (c,o,m,m,enter). that's not an
> easy solution
> > when i want to use it frequently.
>
> in HTML is comment first
> in PHP you can use CTRL+A on selection instead ctrl+space
dunno, ctrl + a for me is select all

Options: Reply | Quote | Up ^


#38 Re: keymap/format/add-remove comments

Posted by: ashnur | Date: 2006-03-27 06:42 | IP: IP Logged

pspad wrote:

> Define shrotcut for clip. You can run clip with one shortcut
> then
how can i do this ? - never mind.. i know how I should do this but it's not a solution but a complication. :( i need my shorcuts, which i use in _all_ other text editors. ok. i understood it's not related to you. but this also remains something i miss from pspad

> > i write: 'őű'. save it. close.when reopen there are only
> 'ou'.
> > as i am a hungarian, i frequently use these charachters.
>
> And Labguage settings in your Windows COntrol panels / Regional
> settings ?
> Is there Hungarian ?

No, there is English and Romanian because i need them there as settings.
anyway, i dont get the point. if someone lives elsewhere then in hungary, or use other regional settings, it is not allowed to use this chars ?

Options: Reply | Quote | Up ^


#39 Re: keymap/format/add-remove comments

Posted by: pspad | Date: 2006-03-27 08:47 | IP: IP Logged

It's a problem.
Your OS takes English as ANSI. If you open ANSI file, PSPad uses system conversion from the ANSI into UNICODE (in your case conversion from English to Unicode). English doesn't know accented chars.

Options: Reply | Quote | Up ^


#40 Re: keymap/format/add-remove comments

Posted by: Michal Tauš | Date: 2006-03-27 09:15 | IP: IP Logged

27.3.2006 at 8:29, ashnur - Beta forum PSPad wrote:

>> in PHP you can use CTRL+A on selection instead ctrl+space
> dunno, ctrl + a for me is select all

Sorry, it's ctrl+shift+A.
In menu Format - Add/Remove Comment.

--
-mt

Windows 2000 5.0.2195 Service Pack 4
PSpad 4.5.1.2197

Options: Reply | Quote | Up ^


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