<http://forum.pspad.com/read.php?f=6&i=3438&t=3438>
----------------------------------------------------------------
In this new beta I found an error :-(
1. Suppose you have a link to "c:\my documents\r1.html" in windows
recent documents menu.
2. Right-click on it and select "edit", so pspad open the file for
editing html code.
3. Pspad starts and opens TWO empty windows. One is "c:\my", and the
other "documents\r1.html", but the r1.html file is not open.
4. Now, if you keep pspad open and repeat setps 1-3, you get a new window
"c:\my documents\r1.html", but again, it is empty.
5. The same thing on (4) happens if you tried to open "c:\my
documents\r2.html": you get an empty window "c:\my
documents\r2.html"
(This error didn't happen in version 4.3 However the r1.html / r2.html
files can be opened from PSpad file->open menu)
Two additional suggestions:
1. When will you implement code folding ?- remember I showed you it would
be very easy - I sent you a sample code. ;-)
2. You could adda function like that from Visual .NET: when you select a
variable, you choose "refactoring" and the variable becomes a property.
Example:
public int MyProp;
Becomes:
private int MyProp;
public int GetMyProp(){return MyProp;}
public int SetMyProp(int val){MyProp=val;}
--
PSPad freeware editor http://www.pspad.com