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

PSPad UNICODE 4.5.0 (2173) beta English

Goto Page: Previous1 2 3 4 5 Next

#31 Re: PSPad UNICODE 4.5.0 (2173) beta English

Posted by: andyfoo | Date: 2005-12-23 04:43 | IP: IP Logged

*** My opinion ****
Thanks for your software.
I can't speak english.
So explain my meaning with the picture.

1.
image

2.
image

Post Edited (12-23-2005 05:44)

--
love php&&c++

Options: Reply | Quote | Up ^


#32 Re: PSPad UNICODE 4.5.0 (2173) beta English

Posted by: pspad | Date: 2005-12-24 08:04 | IP: IP Logged

I don't mean it rewraps whole file. The wordwrap works as plugin for SynEdit (not my work) and display the wrapped part only. Maybe problem will be in the recalculation tru lines into wrapped lines, true position in the text e.t.c.

Options: Reply | Quote | Up ^


#33 Re: PSPad UNICODE 4.5.0 (2173) beta English

Posted by: pspad | Date: 2005-12-24 08:06 | IP: IP Logged

JCurtis wrote:

> 1) I am editing a web page and want to watch how it looks in
> the internal browser.

And ?

> 2) I have an object which has attributes and methods. But I
> cannot see them in the code explorer.

HTML code explorer displays you HTML code structure. If you put a cursor in the PHP code part and refresh the Code explorer, it displays you the PHP code structure

Options: Reply | Quote | Up ^


#34 Re: PSPad UNICODE 4.5.0 (2173) beta English

Posted by: pepperpod | Date: 2005-12-26 09:16 | IP: IP Logged

Jan, just wondered if you were able to reproduce my difficulties in pasting using defined clips and selected text. The bug is still present in 2175. Seems to me as if the list of clips presented with ctrl-space is just a few alphabetically close to the selected word, with the rest ignored. It should display the whole list, as in v4.3.3.

Thanks.

P

Options: Reply | Quote | Up ^


#35 Re: PSPad UNICODE 4.5.0 (2173) beta English

Posted by: pspad | Date: 2005-12-26 09:24 | IP: IP Logged

pepperpod wrote:

> Jan, just wondered if you were able to reproduce my
> difficulties in pasting using defined clips and selected text.
> The bug is still present in 2175.

Sorry, but I don't correct it yet.

> Seems to me as if the list of
> clips presented with ctrl-space is just a few alphabetically
> close to the selected word, with the rest ignored. It should
> display the whole list, as in v4.3.3.

The clip list is limited to about 250 items in the list. If you start to write a clip name, clip list will react and shows you max. 250 matching names.

Options: Reply | Quote | Up ^


#36 Re: PSPad UNICODE 4.5.0 (2173) beta English

Posted by: pepperpod | Date: 2005-12-26 11:42 | IP: IP Logged

Thanks Jan. Didn't mean to pester you, I was just concerned in case I was the only one experiencing this problem!

As for the subset of user-defined clips appearing alphabetically close, I mentioned it in case this might give you a clue as to the cause of the problem. For example, highlighting the word "test" in the example file I gave earlier, followed by crtl-space, causes a subset of clips from the standard html clip file to show only those clips alphabetically close to "Table". So if I wanted to make the word "test" italic, I can't, because only Table options appear.

Not to worry, I'm happy that you are aware of the problem, and I'm sure you will fix it when you can.

Thanks.

P

Options: Reply | Quote | Up ^


#37 Re: PSPad UNICODE 4.5.0 (2173) beta English

Posted by: pspad | Date: 2005-12-26 13:32 | IP: IP Logged

pepperpod wrote:

> As for the subset of user-defined clips appearing
> alphabetically close, I mentioned it in case this might give
> you a clue as to the cause of the problem. For example,
> highlighting the word "test"

If you call the cliplist behind test word, you will see start of the list, because no clip with the "test" is in the list. But if you call it behind the 'a' letter, you will see only clips starting with the 'a' letter

you can use the backspace key for delete the search buffer or arrows to clear it.

Options: Reply | Quote | Up ^


#38 Re: PSPad UNICODE 4.5.0 (2173) beta English

Posted by: pepperpod | Date: 2005-12-26 16:23 | IP: IP Logged

Aha! I've learnt something Jan. Many thanks for that tip about clearing the search buffer.

P

Options: Reply | Quote | Up ^


#39 Re: PSPad UNICODE 4.5.0 (2173) beta English

Posted by: JCurtis | Date: 2005-12-28 09:44 | IP: IP Logged

>> 1) I am editing a web page and want to watch how it looks in
>> the internal browser.
>
> And ?
>>
>> And sometimes it minimizes immediately.
>>

>> 2) I have an object which has attributes and methods. But I
>> cannot see them in the code explorer.
> HTML code explorer displays you HTML code structure. If you put a cursor in the > PHP code part and refresh the Code explorer, it displays you the PHP code
> structure

var someObj = {};
someObj.printMsg = function(msg) { alert(msg) }

try this to see what I am talking about.

Options: Reply | Quote | Up ^


#40 Re: PSPad UNICODE 4.5.0 (2173) beta English

Posted by: Replace in RegEx not working? | Date: 2005-12-30 08:51 | IP: IP Logged

Hi!

I have simple regex question about replace using RegEx:

-- This is sample form my file --
111{TAB}Some stupid text
1111{TAB}Some stupid text
11111{TAB}Some stupid text
-- End of sample

Ok I need to convert it to Inserts with some parent categories like this:
I'm looking for expression
^(\d){3}\t

And I'm replacing using this syntax
INSERT INTO [JobCategories] ([IDJobCategory],[IDParentJobCategory],[Opis]) VALUES ('$1',ReplaceWithParent$1

But $1 contains always only 1 - not whole 111 or 112 etc - using (\d){3}

So this is probably bug in PSPad or I'm missing something ?

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