chrsmithdemos / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

How to move cursor at the next '|' postion #323

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Actually, this is a question.

I put following in the snippets, with two |'s.

'fori' : 'for (int count = 0; count < |SIZE ; count++) {|}',

When expanded, the cursor positions at the first | place. My question is how to 
move the cursor to the next | position? I am using Windows 7, 64bit.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
0.7 for NP++, Windows7, 64

Please provide any additional information below.
I like zen coding. It rocks!

Original issue reported on code.google.com by yds...@gmail.com on 24 Feb 2012 at 4:12

GoogleCodeExporter commented 9 years ago
NP++ doesn't support multiple tabstops (at least for plugins).
Consider switching to another editor (Sublime Text 2 is a good alternative)

Original comment by serge....@gmail.com on 24 Feb 2012 at 7:08