Author Topic: Feature: string tables -> code generation  (Read 11290 times)

lancent

  • Guest
Feature: string tables -> code generation
« on: May 24, 2004, 10:46:20 pm »
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...