Jacob Gelman
Jacob Gelman
Has there been any discussion of the format AuroraEditor's `.aeproj` bundle format will take? One of my biggest gripes with Xcode is the format of the `.pbxproj` file inside the...
Should `.aeproj` keep track of every file like Xcode projects do? An advantage of this is that the editor can keep track of per-file settings and allow the user to...
After playing around for a while, I thought of an interesting hierarical format which might have some promise. This format does not require files and directories be explicitly listed unless...
Using this format, we should be able to decode the `.aeproj` file to an in-memory tree structure in order to efficiently retrieve configuration for each sub-directory. I would like to...