<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 129: Tabkey behaviour screwed up</title><link href="https://sourceforge.net/p/devphp/bugs/129/" rel="alternate"/><link href="https://sourceforge.net/p/devphp/bugs/129/feed.atom" rel="self"/><id>https://sourceforge.net/p/devphp/bugs/129/</id><updated>2005-01-29T19:07:56Z</updated><subtitle>Recent changes to 129: Tabkey behaviour screwed up</subtitle><entry><title>Tabkey behaviour screwed up</title><link href="https://sourceforge.net/p/devphp/bugs/129/" rel="alternate"/><published>2005-01-29T19:07:56Z</published><updated>2005-01-29T19:07:56Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net33efa5b32d09c6976b2b13bcb071579b575eec62</id><summary type="html">Version: 3.00a4
Tab Size: 4

Example:

function\($SomeRandomVariable\)
\{
\[Cursor\]

If I now hit the Tabkey it moves only one space to the 
right:

function\($SomeRandomVariable\)
\{
-\[Cursor\]

Another hit moves the cursor to the far right, aligning 
nicely with the end of the bracket, which of course is 
not the desired effect:

function\($SomeRandomVariable\)
\{
\------------------------------\[Cursor\]

Funny enough, when using the backspace, it 
behaves "correctly" ;\)

</summary></entry></feed>