Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

codeblocks : some annoying bugs

(1/2) > >>

smartmobili:
Hi,

It's been a long time I am following CodeBlocks development and unfortunately I was never enough patient
to use it and to live with some bugs in it.
Recently I had to move to linux for a customer because I need to use a special toolchain targeting windows CE, so
I was wondering how codeblocks had evolved.
So I have installed latest version and first test, I cannot even enter spaces !!!!!!
When I enter a space completion stuff is enabled and show me a list of symbols.
So codeblocks discovery will stop here and is there any alternatives, I mean a bit more friendly than emacs/vi ?

Before I leave this <ironic>wonderful IDE, here is some remarks</ironic>


1) When you modify your source code and you don't save it, if you press build you should automatically save the source because
generally it means you forgot to do it.



Regards

Jenna:
About the spacebar issue: http://forums.codeblocks.org/index.php/topic,8298.0.html
Hope that helps you , too.


--- Quote from: smartmobili on February 20, 2009, 08:22:06 pm ---1) When you modify your source code and you don't save it, if you press build you should automatically save the source because
generally it means you forgot to do it.

--- End quote ---

Sources that belong to the active project will automatically be saved if you start the build.
If not you found a bug, and it would be nice, if you can explain how to reproduce that, so that it can be fixed.

smartmobili:
Do you plan to fix this keyboard issue, because commenting just because codeblocks doens't work is not a real fix.

Jenna:

--- Quote from: smartmobili on February 20, 2009, 09:23:42 pm ---Do you plan to fix this keyboard issue, because commenting just because codeblocks doens't work is not a real fix.


--- End quote ---

Can you please explain what you mean  ?
My english is normally not so bad, but it is not my mother tongue, so maybe I do not understand correctly, but I really do not know what the second part of your answer means.

Did you really read the thread (and the included links) ?

Either you didn't or your problem is caused by something else.

In any case, your postings lack of information to find a solution.

You write youe are on linux, and I'm sure you know, that there are many linux distros in many different versions.
You don't tell us, which version of C::B you use and whether if is a prebuild binary (who provides it) or if it is self-compiled.

Even the version of wxWidgets C::B is built against can be of interest (see "Help -> About").

smartmobili:

--- Quote from: jens on February 20, 2009, 10:43:30 pm ---
--- Quote from: smartmobili on February 20, 2009, 09:23:42 pm ---Do you plan to fix this keyboard issue, because commenting just because codeblocks doens't work is not a real fix.


--- End quote ---

Can you please explain what you mean  ?
My english is normally not so bad, but it is not my mother tongue, so maybe I do not understand correctly, but I really do not know what the second part of your answer means.

Did you really read the thread (and the included links) ?

Either you didn't or your problem is caused by something else.

In any case, your postings lack of information to find a solution.

You write youe are on linux, and I'm sure you know, that there are many linux distros in many different versions.
You don't tell us, which version of C::B you use and whether if is a prebuild binary (who provides it) or if it is self-compiled.

Even the version of wxWidgets C::B is built against can be of interest (see "Help -> About").

--- End quote ---

Hi,

here is the information :

Ubuntu 8.10 (32 bits version)
Pre-build codeblocks 8.02-0ubuntu2 Build 24 July 2008 15:22:49 wx2.8.8(Linux, Unicode)

Xorg.conf :
Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
   DefaultDepth   24
EndSection

Section "Module"
   Load   "glx"
EndSection

Section "Device"
   Identifier   "Configured Video Device"
   Driver   "nvidia"
   Option   "NoLogo"   "True"
EndSection


Update : I found a fix, I went to System->Preferences->Keyboard

Change Using Space-key to input non breakable space character
Space key outputs usual space at any level




Navigation

[0] Message Index

[#] Next page

Go to full version