About Store Forum Documentation Contact



Post Reply 
Code Editor on Mac?
Author Message
mystara Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
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
Find all posts by this user Quote this message in a reply
mystara Offline
Member

Post: #3
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++ smile
03-21-2011 09:56 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Code Editor on Mac?
Yes, it converts the codes to C++
You can verify the benefits in the documentation - http://www.esenthel.com/wiki/index.php?t...ode_Editor
03-21-2011 10:14 AM
Find all posts by this user Quote this message in a reply
Post Reply