mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Moved some C++ escaping functions from the Introjucer into CppTokeniserFunctions.
This commit is contained in:
parent
3bb7e7ebf1
commit
c8bf8cd41e
7 changed files with 111 additions and 93 deletions
|
|
@ -341,7 +341,7 @@ struct NewProjectWizardClasses
|
|||
: "jucer_MainTemplate_NoWindow_cpp")
|
||||
.replace ("APPHEADERS", appHeaders, false)
|
||||
.replace ("APPCLASSNAME", CodeHelpers::makeValidIdentifier (appTitle + "Application", false, true, false), false)
|
||||
.replace ("APPNAME", CodeHelpers::addEscapeChars (appTitle), false)
|
||||
.replace ("APPNAME", CppTokeniserFunctions::addEscapeChars (appTitle), false)
|
||||
.replace ("CONTENTCOMPCLASS", contentCompName, false)
|
||||
.replace ("ALLOWMORETHANONEINSTANCE", "true", false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue