Hi all!
I'm pleased to announce 0.1 version of my plugin for Qt Creator, allowing to work with Premake as native project format.
"0.1" means that plugin is still far from being feature complete, but works relatively stable and already has something interesting for general audience.
What is done:
- premake4.lua files are opened as native project files. Visualization of project file tree is available, and you may select and edit files, just like with QMake or CMake projects.
- Plugin brings more thorough support of Lua in text editor: syntax highlighting on all platforms, indentation, and (very basic) autocompletion (e.g. pairs of parentheses)
- Plugin can build simple projects out of the box - just open premake4.lua and click "Build All" or "Build project". I've tested it on Premake project.
So, if you are brave enough, get the sources (if you don't have Git you can use "download as tar.gz" link on Gitorious, build it on your favorite platform, and report here!
More info about planned features
@starkos: Sorry if I've chosen wrong forum for this message - feel free to move it wherever it belongs to.

No worries! It is nice to see this project moving forward, I'm sure the Qt folks will find it useful.
They surely will find it useful when Premake will support Qt.
However, I hope Premake folks also will find it useful :)