Menu

#333 Inserting templates on proper indentation levels

open
nobody
Editor (234)
5
2008-03-06
2006-11-10
Anonymous
No

if i have following template
for(1..3)
{
}

so inserting on second indentation level
become following
sub a
{
for(1..3)
{
}
}

very annoying.
i know java - but i don't want to dig into eclipse
internals - how can i help?

Discussion

  • Jan Ploski

    Jan Ploski - 2006-11-11

    Logged In: YES
    user_id=86907

    http://e-p-i-c.sf.net/devguide/devguide.html
    You *will* have to understand Eclipse to fix bugs like this one.

     
  • Jan Ploski

    Jan Ploski - 2008-03-06

    Logged In: YES
    user_id=86907
    Originator: NO

    Fixed in CVS.

     
  • Jan Ploski

    Jan Ploski - 2008-03-06
    • summary: insertting templates on proper indentation levels --> Inserting templates on proper indentation levels
     

Log in to post a comment.