Monkey Studio IDE The way IDEs should be

Frequently Asked Questions

Some widgets needs a central widget for being use correctly in Qt Designer.
It's the case for QMainWindow, QDockWidget and probably some others.
For these widgets, you need to activate the "central widget" property in the template wizard form.
By default the content is empty, but you should use the second item in the combobox to activate the central widget.

The Qt thing we use does not propose such api (unless we show all hidden files, which we want not).
To be able to show your volumes as a regular folder at root, please do this change to your /Volumes folder:

Open a terminal and type:
* xattr -d com.apple.FinderInfo /Volumes

Basically, this command remove the com.apple.FinderInfo attribute from the folder, which make it visible as a regular folder.
Restart Monkey Studio after the change.

Monkey Studio is a cross platform IDE written in Qt 4.
Its primary goal is to allow easy and powerful management of Qt based projects (C++/QMake, PHP-Qt, and all others bindings) but not limited to that, in fact MkS architecture based on plugins allow you to extend it in an infinite way.
You can read more infos reading Features or About page.

Lootk at the report bug page.

Yes, see this page.