Author Topic: Clumsy carat  (Read 3117 times)

Offline johne53

  • Regular
  • ***
  • Posts: 253
Clumsy carat
« on: August 23, 2007, 11:24:14 am »
In some ways, Code::Block's features are quite nice - such as the way that it automatically shows you the closing bracket if you position your carat at an opening bracket. However, the overhead involved with all this tends to make the carat rather slow and clumsy when navigating around a document. I think I'd prefer to leave these features switched off and only turn them on if I need them. Is that possible in C::B?

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Clumsy carat
« Reply #1 on: August 23, 2007, 01:38:15 pm »
your issues have nothing to do with editor overhead (those calculations are trivial). Code::Blocks uses the same editor control as the Scite editor, which doesn't have these problems. The culprit is wxGTK: http://forums.codeblocks.org/index.php/topic,6538.0.html

Offline johne53

  • Regular
  • ***
  • Posts: 253
Re: Clumsy carat
« Reply #2 on: August 23, 2007, 01:59:07 pm »
Thanks for the link..! My problems are exactly the same - slow under Linux, fine under Windows, so I've added my name to that thread. Do you happen to know if a solution was ever found?