|
@@ -32,11 +32,13 @@ PolycodeEditorManager *globalEditorManager;
|
|
|
Scene *globalScene;
|
|
Scene *globalScene;
|
|
|
|
|
|
|
|
#ifdef _WINDOWS
|
|
#ifdef _WINDOWS
|
|
|
-PolycodeIDEApp::PolycodeIDEApp(PolycodeViewBase *view) : EventDispatcher() {
|
|
|
|
|
|
|
+PolycodeIDEApp::PolycodeIDEApp(PolycodeWinIDEView *view) : EventDispatcher() {
|
|
|
|
|
+core = new POLYCODE_CORE((PolycodeWinIDEView*)view, 1100, 700,false,false, 0, 0,60, -1, true);
|
|
|
#else
|
|
#else
|
|
|
PolycodeIDEApp::PolycodeIDEApp(PolycodeView *view) : EventDispatcher() {
|
|
PolycodeIDEApp::PolycodeIDEApp(PolycodeView *view) : EventDispatcher() {
|
|
|
|
|
+core = new POLYCODE_CORE((PolycodeView*)view, 1100, 700,false,false, 0, 0,60, -1, true);
|
|
|
#endif
|
|
#endif
|
|
|
- core = new POLYCODE_CORE((PolycodeView*)view, 1100, 700,false,false, 0, 0,60, -1, true);
|
|
|
|
|
|
|
+
|
|
|
// core->pauseOnLoseFocus = true;
|
|
// core->pauseOnLoseFocus = true;
|
|
|
|
|
|
|
|
printf("DIR: %s\n", core->getDefaultWorkingDirectory().c_str());
|
|
printf("DIR: %s\n", core->getDefaultWorkingDirectory().c_str());
|