Author Topic: Line-breaking leaves the text where it was  (Read 3085 times)

Offline blessyou

  • Single posting newcomer
  • *
  • Posts: 2
Line-breaking leaves the text where it was
« on: December 15, 2012, 01:38:49 am »
Hello!
I've reinstalled my OS and Codeblocks, put the newest version on.
Since the reinstall my line-breaking does not 'pull' the letters behind the cursor with it
example:
if i break the line in between the two numbers in the word
randomword63test
it should look like this:
randomword6
3test
but for me it just goes into the new line, but leaves the word as it was.
How do I change that ? I've tried reinstalling a few times with different options, comparing my Editor options with my colleague's, disabling pluggins, but still the same problem.

Thanks in advance.

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Line-breaking leaves the text where it was
« Reply #1 on: December 16, 2012, 03:28:08 am »
Did you press the Insert key?
Is your Shift key stuck?

Offline blessyou

  • Single posting newcomer
  • *
  • Posts: 2
Re: Line-breaking leaves the text where it was
« Reply #2 on: December 16, 2012, 01:38:26 pm »
oh yes, that fixed it, thx!