Author Topic: suggestion: faster ctrl-C and X for linux?  (Read 6905 times)

Offline nattydread69

  • Single posting newcomer
  • *
  • Posts: 7
suggestion: faster ctrl-C and X for linux?
« on: February 27, 2009, 12:55:37 pm »
I'm using code::blocks regularly on openSUSE linux.
I find that the copy and cut shortcuts really slow and is really hampering my work.
sometimes when using ctrl-X to cut it will remove the text but not actually have put it into the buffer, as when I press paste the text in the previous copy or cut is there instead.
This is so annoying! Can you please please fix.
Apart from that I love it keep up the good work :o)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: suggestion: faster ctrl-C and X for linux?
« Reply #1 on: February 27, 2009, 01:49:25 pm »
Which version of C::B do you use ?

Offline nattydread69

  • Single posting newcomer
  • *
  • Posts: 7
Re: suggestion: faster ctrl-C and X for linux?
« Reply #2 on: February 27, 2009, 03:56:26 pm »
Hi, I use version 8.02

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: suggestion: faster ctrl-C and X for linux?
« Reply #3 on: February 27, 2009, 04:04:03 pm »
Hi, I use version 8.02
Why not try a nightly build version? It's more newer and have more bugs fixed.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: suggestion: faster ctrl-C and X for linux?
« Reply #4 on: February 27, 2009, 04:10:27 pm »
Hi, I use version 8.02

I have asked, because there have been issues with copy and paste on linux, that should be fixed in svn r5185.

In other words a nightly can probably solve your problems.

You can find the (prebuild) in The Tuxkeeper's repo (look here http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_RPM_based_distributions ).

Offline nattydread69

  • Single posting newcomer
  • *
  • Posts: 7
Re: suggestion: faster ctrl-C and X for linux?
« Reply #5 on: February 27, 2009, 05:00:59 pm »
ok I will try the SVN version.
Thanks  :D

Offline nattydread69

  • Single posting newcomer
  • *
  • Posts: 7
Re: suggestion: faster ctrl-C and X for linux?
« Reply #6 on: February 27, 2009, 06:14:12 pm »
OK well the RPM package did not work correctly with yast, so I downloaded the source code from svn.
./bootstrap gives the following warnings

configure.in:77: warning: macro `AM_OPTIONS_WXCONFIG' not found in library
configure.in:78: warning: macro `AM_PATH_WXCONFIG' not found in library
configure.in:78: error: possibly undefined macro: AM_PATH_WXCONFIG

I managed to overcome this and on ./configure and make I get,

libtool: Version mismatch error.  This is libtool 2.2, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2
libtool: and run autoconf again.

any tips?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: suggestion: faster ctrl-C and X for linux?
« Reply #7 on: February 27, 2009, 06:29:51 pm »