The TAB key auto-indenting is broken.
It is indenting too far. This is with a .PHP
file and multihighlighter. My tabs are set to
3 SPACE characters.

Using periods as SPACEs in my examples, and
the Vertical Bar as the cursor, when I have
PHP code like below:

...while ($aRow) {

|
......$id = $aRow["id"];

When I hit TAB once, it indents 3 SPACEs:

...while ($aRow) {

...|
......$id = $aRow["id"];

When I hit TAB again, it indents 6 more
SPACEs instead of 3:

...while ($aRow) {

.........|
......$id = $aRow["id"];

Version 4.5.5. (2415)

(the Help About box still doesn't have the
version text selectable for easy cut and paste)

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

Odpovedet emailem