Add some other things to my future features list

This commit is contained in:
Jeremy Rand 2017-06-30 23:59:14 -04:00
parent 7c47c7b000
commit 94f3f12c24
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ Features of this build environment include:
Features which are not implemented yet but I want to deliver include:
* Create a disk image with your executable as part of the build.
* Add the ability to copy a directory of files into the disk image other than just the executable. This is useful if you have other files you need to generate and/or distribute in your project.
* Add a code generation phase to the build. If you want to write some scripts which generate C source files, C header files or assembly files which are then compiled/assembled in later phases of the build, this would let you do exactly that.
* Automatically launch your application in an Apple //gs emulator on build so you can go from coding to testing your latest build as quickly as possible.
* Add configuration to the Xcode project template so that the C source and header files (including system includes) are indexed. By doing this, code completion and other features of Xcode should work.
* Add syntax highlighting and better editor support for assembly files.