Monkey Studio IDE The way IDEs should be
Monkey Studio (MkS) is a cross platform IDE written in C++/Qt 4.
It's primary goal was to be a Qt 4 only IDE, but it evoluate a way to support Qt development and any kind of project.
See the About page or Features page for more informations.
Finally, you can meet team's members here.

Donate to Monkey Studio

You can now support our work by making a donation. This money will be used to cover costs incurred working on the project. Such costs include: Purchases of development hardware and soft; Purchases of supplies such as blank recordable cd’s; Any future costs incurred by the website.

pasnox's picture

Build Step view enhancement

Today I have merged the branches/dev into trunk in our svn.
What is new is that the build step view now use a model/view approach instead of an item based one.
This result in a great speed up the steps rendering: MkS no longer freeze when there is many steps added in a very short laps of time !
I have added 2 new actions:

  • Show next warning, it does activate the next warning step exactly same as if you had clicked it.
  • Show next error, it does activate the next error step exactly same as if you had clicked it.

With that enhancement MkS is near to a non beta 1.8.4.0 version ;)

pasnox's picture

Drupal updated

Our CMS has been updated to the last available version, plugins too.
Hoping we did not break anything ;)
Please reports anormals things you could see.

Thanks,

pasnox's picture

Environment variables management

We introduce an environment variables editor inside MkS settings.
This allow customization of environment variables for commands started from/within MkS like:

  • Executing your application
  • Starting a tool ( make ...
pasnox's picture

New Search & Replace plugin

Finally we rewrited completly the Search & Replace plugin.
It's now very powerfull one, each tasks ( searching and replacing ) are done in a separated thread while the results view now use a custom model.
This allow the view to be updated more often without freezing the main interface.
New modes have been added:

  • Search in project files
  • Replace in project files
  • Search in opened files
  • Replace in opened files

As new options:

  • Whole word
  • Wrap

This is now the perfect search & replace tool in the wild ;)
It's available in the svn in v2/branches/dev.
Please test and re

pasnox's picture

Aviability of Release 1.8.4.0b2

Today is a great day to announce you the aviability of MkS 1.8.4.0b2.
New features have been added, bugs have been fixed, and a lot of code has been cleaned.
Here is a small list of major changes:

  • The qCtagsSense has now the possibility to use a physical or in-memory database, it was only possible to use in-memory until now, so the Class Browser plugin now benefit it and is able to use physical or in-memory database meaning that less memory will be used by MkS !
  • The abstract class that manage a project now has the possibility to list project files, meaning that qC
hlamer's picture

Beaver debugger

After a long time I am happy to introduce Beaver Debugger. It is GDB frontend, integrated with MkS.

pasnox's picture

Site maintenance, drupal cms update, irc support fixed & MkS development

Hey i spent some time on updating the website, especially to update the cms and fixed the "IRC Support" page that was not let you connect anymore to freenode using mibbit.
I replace the client by the freenode one so you should now be able to connect to IRC without problems !
Apart that, hollidays are now finished for me, it's time to be back to the MkS development and make it better fot the upcomming 1.8.4.0.

As always, happy coding with Mks ;)

hlamer's picture

Problems with building 1.8.4.0b1

User fthieme recently reported, that version 1.8.4.0b1 is not buildable in his system. (Arch Linux, Qt 4.5.2)
We found a solution, svn trunk is fixed now.
If you can't build 1.8.4.0b1 - try to use svn trunk version.
Here is instructions: http://monkeystudio.org/wiki/Svn

pasnox's picture

Release 1.8.4.0b1

MkS Team is proud to annouce the aviability of a new stable MkS version : 1.8.4.0b1.
It's only marked beta because it does not contains all functionalities we want to add to the final 1.8.4.0 version.
The last release was containing some bugs that we did not discovered at time because of the need to release quickly a Qt 4.5.x compatible version of MkS.
This release bring new functionalities and fix many bugs and is a beta of the upcoming 1.8.4.0.
The complete code has been back ported to be compilable from Qt 4.4.x and up.
The windows installer and mac os x universal bundle now come

pasnox's picture

MkS officially introduced in Debian Sid

Yeah !

Monkey Studio IDE has been officially added in the Debian Sid repository, that mean that you no longer need extra repository to install it !
Just open your package manager and install monkeystudio package.
You can get more informations about the introduction and packages here.
This open the door to the next (x)ubuntu version (Karmic) introduction as well :).

Syndicate content