You are here: PSPad forum > Developer forum - new builds > PSPad unicode 4.5.5 (2405) English

PSPad unicode 4.5.5 (2405) English

Goto Page: Previous1 2 3 4 5 6 7 8 Next

#51 Re: PSPad unicode 4.5.5 (2405) English

Posted by: jofrie | Date: 2011-01-04 14:01 | IP: IP Logged

Hey Jan,
problem with CodeExplorer is still present in this version.
see the function "int *ptrfoo(int *s)" is missing in CodeExplorer Window in build 2405. in build 2356 all is fine.

Thx jofrie

www.dropbox.com

Edited 1 time(s). Last edit at 2011-01-04 14:02 by jofrie.

Options: Reply | Quote | Up ^


#52 Re: PSPad unicode 4.5.5 (2405) English

Posted by: pspad | Date: 2011-01-04 14:26 | IP: IP Logged

In my version it is already OK

Options: Reply | Quote | Up ^


#53 Re: PSPad unicode 4.5.5 (2405) English

Posted by: Marten | Date: 2011-01-08 16:13 | IP: IP Logged

The C++ code explorer shows initializers as funstions. That's not correct.

Options: Reply | Quote | Up ^


#54 Re: PSPad unicode 4.5.5 (2405) English

Posted by: pspad | Date: 2011-01-08 18:08 | IP: IP Logged

Marten:
The C++ code explorer shows initializers as funstions. That's not correct.

Example please

Options: Reply | Quote | Up ^


#55 Re: PSPad unicode 4.5.5 (2405) English

Posted by: Marten | Date: 2011-01-11 10:17 | IP: IP Logged

Take the following definition

class A {
int p, q;
A(int n, int m);
};

A::A(int n):m(n),
p (m)
{ }

The code explorer shows the following functions:

A::A(int n):m(n),
p(m)

Both are incorrect.

Options: Reply | Quote | Up ^


#56 Undo (Ctrz-Z) is completely broken

Posted by: washburn | Date: 2011-01-12 15:55 | IP: IP Logged

Apparently linked to the "/" character:

1) type

a /

2) delete using "Backspace"

3) type Ctrl-Z 4 times, it gives:

/

So with longer lines and C++ style comments undo does really weird things...

Options: Reply | Quote | Up ^


#57 Re: Undo (Ctrz-Z) is completely broken

Posted by: massimobalestra | Date: 2011-01-12 16:21 | IP: IP Logged

I don't think it is related with the / character.
I tried in this way:
1) open a new file
2) enter a b ( a space b)
3) Backspace --> deletes the b and the space (I have "Trim trailing spaces" activated)
4) ctrl-z --> restores the space and the "b"
5) ctrl-z again --> it shows the b (It should show only the a or the a and the space).

If I unset the "Trim trailing spaces" the ctrl-z works.
So it is something related with the space and this option.

By the way could it be possible to have the "Trim trailing spaces" only when you save the file (maybe as an option)?

Thank you for this great editor.
Massimo

Options: Reply | Quote | Up ^


#58 Re: Undo (Ctrz-Z) is completely broken

Posted by: myf | Date: 2011-01-12 16:50 | IP: IP Logged

Trim Trailing Spaces is known for breaking undo: it was reported here: pspad.nlift.com
. I hope it will be fixed soon.

On-demand (on-save) trim was also proposed several times and seems witty, but I am not sure it got any positive response from mister Fiala yet.

Options: Reply | Quote | Up ^


#59 Re: PSPad unicode 4.5.5 (2405) English

Posted by: francheu | Date: 2011-01-15 14:17 | IP: IP Logged

Hi Jan
The auto-complete is really nice, but I think it is somewhat difficult to make the window disappear, especially when deleting a word with backspace or simply when navigating in a line with the left/right arrow.

Is it possible to make the following keys escape from the auto-complete window:
- left/right
- backspace
- delete

Actually only the up/down keys seem to be useful when the auto-complete window appears, so any other key could be used to escape from it.

I have another request: is it possible to make the bookmark window dockable the same way as the code explorer window ? It is a little bit frustrating to see it disappear after selecting a bookmark.

Thanks for this great software.

--
François

Options: Reply | Quote | Up ^


#60 Re: PSPad unicode 4.5.5 (2405) English

Posted by: Manfred62 | Date: 2011-01-16 14:01 | IP: IP Logged

francheu:
Hi Jan
The auto-complete is really nice, but I think it is somewhat difficult to make the window disappear, especially when deleting a word with backspace or simply when navigating in a line with the left/right arrow.

Is it possible to make the following keys escape from the auto-complete window:
- left/right
- backspace
- delete

................

I agree. Same discussion here:
forum.pspad.com

If possible, also CTRL S (save) would be helpful.

regards Manfred

--
PSPad 4.5.9 (2525)

Options: Reply | Quote | Up ^


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