Hi

I'm using version 5.6.7.2433, and if I e.g. want to create the following lines
in a vbScript:

    If bs=True Then oFso.CreateFolder(sFolderName)
    If bs=False Then oFso.DeleteFolder(sFolderName)

But if I only have this:

    If bs=True Then oFso.CreateFolder(sFolderName)
    If bs=False Then 

Then I make a CTRL+C of oFso.CreateFolder(sFolderName), and places the cursor
after Then in the second line, adds 1 space, and uses CTRL+V

After that my cursor is placed 4 characters after (sFolderName) on the second
line. But it's not 4 spaces, because the END key places the curser just after
the last ), and I have checked it with View/Special Chars

It only happens if I have a 4 spaces TAB in front of the second line (as shown
above), but it's a bit annoying if I need to proced with more on the second line
after using CTRL+V

I don't know what to tel you about my pspad.ini in this case, but I have:

[Config]
TabWidth=4
RealTabs=1
SmartTabs=0
AutoIndent=1
TabDblClick=1
TabInCSS=1

-- 
<http://forum.pspad.com/read.php?2,58229,58229>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem