jackyglony / objectiveclipse

Automatically exported from code.google.com/p/objectiveclipse
0 stars 0 forks source link

Tab should move between @bits in headerdoc #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In a HeaderDoc comment, pressing Tab should move 
you to the next field, and optionally highlight the text 
present

/*!
 * @foo Foo$
 * @bar Bar
 */

cursor at $ before

In a HeaderDoc comment, pressing Tab should move 
you to the next field, and optionally highlight the text 
present

/*!
 * @foo Foo
 * @bar $[Bar]
 */

cursor at $ afterwards with [text] selected

last value - cycle to top? Also support shift tab to go 
other way? 

Original issue reported on code.google.com by alex.ble...@gmail.com on 6 Aug 2009 at 11:27