ide/designer: Support for editing internationalizable strings
authorJerome St-Louis <jerome@ecere.com>
Wed, 26 Mar 2014 16:19:59 +0000 (12:19 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 26 Mar 2014 16:19:59 +0000 (12:19 -0400)
commit302ffd77aab8695d403b1557ee6bf8ffd8fc7aad
tree1d357ee5c1e802ebc55ca95779f077edb76f3fb8
parent6489ab96ca10cc7c28b20852a56ea097b8dc5548
ide/designer: Support for editing internationalizable strings
- Compiler bootstrap updated
26 files changed:
compiler/bootstrap/ecere/bootstrap/i18n.c
compiler/bootstrap/ecere/bootstrap/instance.c
compiler/bootstrap/libec/bootstrap/ast.c
compiler/bootstrap/libec/bootstrap/copy.c
compiler/bootstrap/libec/bootstrap/dbpass.c
compiler/bootstrap/libec/bootstrap/ecdefs.c
compiler/bootstrap/libec/bootstrap/expression.c
compiler/bootstrap/libec/bootstrap/firstPass.c
compiler/bootstrap/libec/bootstrap/freeAst.c
compiler/bootstrap/libec/bootstrap/grammar.c
compiler/bootstrap/libec/bootstrap/loadSymbols.c
compiler/bootstrap/libec/bootstrap/output.c
compiler/bootstrap/libec/bootstrap/pass0.c
compiler/bootstrap/libec/bootstrap/pass1.c
compiler/bootstrap/libec/bootstrap/pass15.c
compiler/bootstrap/libec/bootstrap/pass16.c
compiler/bootstrap/libec/bootstrap/pass2.c
compiler/bootstrap/libec/bootstrap/pass3.c
compiler/bootstrap/libec/bootstrap/type.c
compiler/libec/precompiled/expression.c
compiler/libec/precompiled/grammar.c
compiler/libec/precompiled/type.c
compiler/libec/src/ast.ec
compiler/libec/src/ecdefs.ec
ecere/src/com/instance.ec
ide/src/designer/CodeEditor.ec