Author Topic: Strange behavior when editing...  (Read 3782 times)

Offline PerryWerneck

  • Multiple posting newcomer
  • *
  • Posts: 21
Strange behavior when editing...
« on: November 17, 2009, 01:49:53 am »
Hi,

I just build codeblocks from svn on Mandriva 2010 and I'm getting a strange behavior in editor: When a file is open or selected all the text is selected; like I was pressed ^A and, if I deselect and change something the cursor goes to the first position on text.

Any help would be appreciated.

---
Perry Werneck
Brasilia - DF - Brazil

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Strange behavior when editing...
« Reply #1 on: November 17, 2009, 06:52:36 am »
Did you use a fresh checkout ?

If you use automake-system, run "make clean" and "./bootstrap" before "./configure ...".
If you use C::B's project-files remove "src/devel", "src/output", "src/.objs " and "src/include/*.gch" to be absolutely sure nothing older remains.

When using "automake" be sure the pch's are deleted ("src/include/*.gch").

Offline PerryWerneck

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: Strange behavior when editing...
« Reply #2 on: November 17, 2009, 11:31:53 pm »
Ops. My fault! I forgot the "make clean"   :oops:
---
Perry Werneck
Brasilia - DF - Brazil