You are here: PSPad forum > Developer forum - new builds > PSPad unicode 4.5.5 (2405) English
Goto Page: Previous1 2 3 4 5 6 7 8 Next
Posted by: jofrie | Date: 01/04/2011 15: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
Edited 1 time(s). Last edit at 01/04/2011 15:02 by jofrie.
Posted by: pspad | Date: 01/04/2011 15:26 | IP: IP Logged
In my version it is already OK
Posted by: Marten | Date: 01/08/2011 17:13 | IP: IP Logged
The C++ code explorer shows initializers as funstions. That's not correct.
Posted by: pspad | Date: 01/08/2011 19:08 | IP: IP Logged
Marten:The C++ code explorer shows initializers as funstions. That's not correct.
Example please
Posted by: Marten | Date: 01/11/2011 11: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.
Posted by: washburn | Date: 01/12/2011 16: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...
Posted by: massimobalestra | Date: 01/12/2011 17: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
Posted by: myf | Date: 01/12/2011 17: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.
Posted by: francheu | Date: 01/15/2011 15: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
Posted by: Manfred62 | Date: 01/16/2011 15: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.8 (2455)
Editor PSPad - freeware editor, © 2001 - 2013 Jan Fiala
Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák