Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: nattydread69 on February 27, 2009, 12:55:37 pm

Title: suggestion: faster ctrl-C and X for linux?
Post by: nattydread69 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)
Title: Re: suggestion: faster ctrl-C and X for linux?
Post by: Jenna on February 27, 2009, 01:49:25 pm
Which version of C::B do you use ?
Title: Re: suggestion: faster ctrl-C and X for linux?
Post by: nattydread69 on February 27, 2009, 03:56:26 pm
Hi, I use version 8.02
Title: Re: suggestion: faster ctrl-C and X for linux?
Post by: ollydbg 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.
Title: Re: suggestion: faster ctrl-C and X for linux?
Post by: Jenna 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 (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_RPM_based_distributions) ).
Title: Re: suggestion: faster ctrl-C and X for linux?
Post by: nattydread69 on February 27, 2009, 05:00:59 pm
ok I will try the SVN version.
Thanks  :D
Title: Re: suggestion: faster ctrl-C and X for linux?
Post by: nattydread69 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?
Title: Re: suggestion: faster ctrl-C and X for linux?
Post by: Jenna on February 27, 2009, 06:29:51 pm
Look at this thread: http://forums.codeblocks.org/index.php/topic,9619.msg67645.html#msg67645 (http://ttp://forums.codeblocks.org/index.php/topic,9619.msg67645.html#msg67645) .
It might be helpful.