mystara
Member
|
Code Editor on Mac?
Am I right in saying that the code editor is unusable on mac, due to the requirement that Visual Studio be installed?
Obviously I can write and edit code files, but presumably I cannot compile the code under Mac OS or compile the code for Mac OS within that environment?
|
|
03-20-2011 09:31 AM |
|
Esenthel
Administrator
|
RE: Code Editor on Mac?
code editor still should generate the cpp/h files on mac (check your project folder "_C++ Build_", files should be generated there, you could copy those files to your xcode project, but I know it's not reasonable to do this every time)
At the moment I haven't really checked if automatic compilation is supported when using xcode
visual studio has this nice features that it can be launched via command line to compile custom project
I don't know if xcode has this
|
|
03-20-2011 09:50 AM |
|
mystara
Member
|
RE: Code Editor on Mac?
hrrrrm, I think XCode can be operated from the command line. Though I've never used it.
So am I right in saying that the code editor 'compiles' EsenthelScript to C++?
I'm just trying to understand the benefits of using the code editor over simply writing in C++
|
|
03-21-2011 09:56 AM |
|
Esenthel
Administrator
|
|
03-21-2011 10:14 AM |
|