News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Codeblocks as IDE for school

Started by rgo, November 12, 2007, 03:46:46 PM

Previous topic - Next topic

rgo

Hello. I'm teach children to program C and Pascal. And looking for an freesoftware IDE for pupils, i was found Codeblock. It's great, but...

1. Is codeblocks able to debug without creating a project? Only a last courses pupils use several-files program, others are creating only 1-file projects. Creating project, complex directory tree for one .c file looking not good. And i'm searching for simplest way to add to codeblock feature to work with one .c file as with a project. Should I go deep to codeblocks scripting, or it would be easier to modify some sources?

2. As I watching, codeblocks build system does not use i18n? I can to translate all codeblock into russian, and if problem #1 will be solved, i do it, but... should I modify Makefiles or this modifications are already done but i'm not see it?

ps. excuse me for my English, but there are no much practice.

mandrav

Quote from: rgo on November 12, 2007, 03:46:46 PM
Hello. I'm teach children to program C and Pascal. And looking for an freesoftware IDE for pupils, i was found Codeblock. It's great, but...

1. Is codeblocks able to debug without creating a project? Only a last courses pupils use several-files program, others are creating only 1-file projects. Creating project, complex directory tree for one .c file looking not good. And i'm searching for simplest way to add to codeblock feature to work with one .c file as with a project. Should I go deep to codeblocks scripting, or it would be easier to modify some sources?

Unfortunately this is not supported (yet).

Quote from: rgo on November 12, 2007, 03:46:46 PM
2. As I watching, codeblocks build system does not use i18n? I can to translate all codeblock into russian, and if problem #1 will be solved, i do it, but... should I modify Makefiles or this modifications are already done but i'm not see it?

Code::Blocks uses Launchpad for its translations. But this is not yet integrated in the build process.
An outdated but nevertheless helpful article to read: Internationalization
Be patient!
This bug will be fixed soon...

kisoft

Quote from: rgo on November 12, 2007, 03:46:46 PM
Hello. I'm teach children to program C and Pascal. And looking for an freesoftware IDE for pupils, i was found Codeblock. It's great, but...

Hi!
EMail me your questions (in russian).
May be I can help you. I being used C::B a long time.

Good luck!
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
[url="https://github.com/kisoft/cbmakefilegen"]https://github.com/kisoft/cbmakefilegen[/url]

rgo

Hi.
I cant find you email. In you profile its hidden. You help came too late, i'm no more a teacher. =)
But if you want to know what exactly I wished from "school IDE", mail me: rgo на interzet точка ру.

xunxun

I think you can debug one file by Tools-plug-in (if you can configure tools with compiler and debugger)
Regards,
xunxun

mahaju

Quote from: xunxun1982 on November 15, 2010, 10:26:20 AM
I think you can debug one file by Tools-plug-in (if you can configure tools with compiler and debugger)

Hi where can I find this plugin and how do I use it?

oBFusCATed

The plugin is available in the latest nighlies, but won't solve your problem.
Debugging using the C::B GUI is supported only if you have a project.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]