Report any bugs not listed here to <mintsoftware@mac.com>.
Expected Features Before 1.0 Final:
- Language: Code Blocks
- Language: Automatically resolving "+" operation on NSStrings/Strings to combine the two strings. (this may not make it)
- IDE: Better Layout Editor
- IDE: Stand-in Objects
- Events
Persistent Known Issues:
- Language: Select…Case blocks not functional.
- IDE: NSView position doe not update when typing/editing the position directly (instead of moving the view)
- IDE: Undo/Redo has many errors (use wisely)
- Applications can be built for iPhone, but only for iPhoneSimulator, unfortunately, due to how apple handles compiling Device versions of the program, and all the requirements they have put in-place, you can not build against the 'device' framework. (It really is a mess on the side of Apple)
- Clang and LLVM-GCC error and warnings are not properly parched, GCC, however, works 'fine'
Notes for Mint Project Beta 5
- Fixed integration with GCC warning and error system so that Mint Project can properly identify where a warning is thrown.
Notes for Mint Project Beta 4
- Better organized the Target panel.
- Preliminary support for build configurations, like Xcode (debug, and release modes).
- More options for Info.plist bundle (located under Properties)
- Option to copy Framework bundles into the Bundle /Framework directory.
- Fixed "add NSWindow", "add ContentView" so that they added the correct valueSetters, without he proper parameters.
- Fixed the Templates, and Example 1 to make more sense.
- Removed references to "HTML5" Platforms. (this may be added later).
Notes for Mint Project 1.0 Beta 3
- Fixed 'super' error in compiled apps.
- Disabled "Event" button (events are currently not working properly, so they have been disabled.)
- General interface fixes.
- Users must double-click an item in the project browser in order to open it in a tab, however, clicking an item will update the inspector.
- Fixed coding mistake "Example/Example 1"
Notes for Mint Project 1.0 Beta 2
- Enabled Symbol/Syntax Coloring
- Allowed editing the frame of a NSWindow from within the IDE (as NSViews are already able).
Notes for for Beta 2
- Fixed error that caused strange behavior in 'and' boolean operations
- Fixed bug which caused the IDE freeze when analyzing code with unmatched parenthesis.
- Fixed bug which inhibited a method from accessing its parameter variables.
- No longer compiles child elements of a member that was deleted.