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...