Recent

Author Topic: Desired behavior or a bug?  (Read 3832 times)

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Desired behavior or a bug?
« on: February 11, 2008, 12:09:13 pm »
I enable code templates to make things easier, in "automatically inserts on" box, I choose linebreak. In Lazarus 0.9.23, the linebreak is not inserted while in 0.9.25 it's inserted. It's not nice to have it inserted. Suppose you have a template for "for" statement like this:
Code: [Select]

for |:= to  do

then pressing enter after a "for" clause would cause the code to be:
Code: [Select]

for
|:= to  do

 

TinyPortal © 2005-2018