News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Feature: string tables -> code generation

Started by lancent, May 24, 2004, 10:46:20 PM

Previous topic - Next topic

lancent

I would like to get rid of this big string tables like...

static const char *abc = {
"codeblock is great",
"codeblock is better",

etc.
}

So a dialog pops up, asking me to give all those strings and when i press okay.. it produces such a code snippet like the one above...