1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00

Updated CodeEditorComponent to act as an ApplicationCommandTarget

This commit is contained in:
jules 2012-09-17 21:20:18 +01:00
parent 5428554cda
commit 3831af62ef
14 changed files with 187 additions and 154 deletions

View file

@ -259,7 +259,7 @@ void MainWindow::showNewProjectWizard()
//==============================================================================
ApplicationCommandTarget* MainWindow::getNextCommandTarget()
{
return 0;
return nullptr;
}
void MainWindow::getAllCommands (Array <CommandID>& commands)