News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

suggestion: faster ctrl-C and X for linux?

Started by nattydread69, February 27, 2009, 12:55:37 PM

Previous topic - Next topic

nattydread69

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)

Jenna


nattydread69


ollydbg

Quote from: nattydread69 on February 27, 2009, 03:56:26 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.

Jenna

Quote from: nattydread69 on February 27, 2009, 03:56:26 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 ).

nattydread69


nattydread69

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?

Jenna