May 7, 2009, 12:05 am
I decided upon lookiung through the documentation for the latest version of libvtemm that the running of the build commands needed a revamp. Previously the build output just plowed on regardless of whether the previous command succeeded or failed. This as you would guess is bad, you want to find out things have fallen apart as soon as possible without the follow on errors that are caused by an early command failing. Lucky for me the latest version of libvtemm (0.20.2) makes this very easy to do.
While stopping the build from running is a good start there was still more to be done, namely some way to indicate to the user the status of the build. To deal with this a bit more of a serious refactoring was required, this substantially changed the code of the build output class to such a degree that it no longer inherits from the same widget as it did before. Thankfully though it allowed for non-obtrusive place to add feedback to the user. With this in mind a progress bar was also added so that a user could tell how far along the build was at a glance.
Perhaps the most sane part of the change to build system is that now when the a build is initiated the if the build output is not visible it will be made visible, something that is should have been doing from the start. Finally a couple of pictures to show how the new build system looks in various states.
April 19, 2009, 11:58 pm
As I mentioned earlier tonight here is my coding related post, since the 14th I haven’t really worked on gIDE until today. I finally got the build system all finished and integrated into the rest of the application. You can now happily define and run the commands needed to build your project. The following images show gIDE building a test project and the other shows the dialog for defining the build commands. I am currently not very happy with the properties dialog but am yet to think of anything better so what I have will have to do for now.
I’m happy to have finally gotten this finished as it was the big feature I wanted done before I would eat my own dog food and use gIDE to develop gIDE. I also took this oppurtunity to port gIDE from vte to vtemm which made the task of the code to set the commands a lot easier than a previous attempt I had made with vte, this does mean however that there is now a dependency in gIDE that is to the best of my knowledge not included in any distrobution. I do not see this as being much of a problem however because the primary audience for gIDE is developer most of whom would know how to build a library from source.
As always the latest changes to gIDE can be found in trunk of the svn repo at http://mlowen.com/svn/gIDE/trunk.
March 14, 2009, 12:23 am
So lately I’ve been doing little to no work on gIDE, which while it is not unusual it is a little disappointing as I had hoped to have made at least one release by now. With that in mind and the fact that I don’t have anything planned for this weekend I sat down and listed all of the features that I needed and wanted to have before I made an initial release. The plan is to sit down this weekend and knock as many of these things out before the weekend is over and make a release, will I hold true to this? I do not know, my track record of promises similar to this (which you should be able to find in the archives of this blog) is not stellar. Heres hoping I follow through on it this time. Now onto the important part of this post the lists:
Needs
- Find/Replace
- File Rename
- File Move
- Build System
Wants
- Move from vte to vtemm
- Document Split view
Of the things that is on these lists the one that I am not really sure about is the moving from vte to vtem, while vtemm would fit in better with the rest of the application it is currently not packaged with any of the major distros. This leads to the problem which is more important the design of the application or the ability of people to run the software? I’m sure I will have some comments about this in the next couple of days.
All going well I should hopefully make a blog post after I finish each feature, or for a couple of less screenshot worthy features I might just save them until a screenshot worthy one is finished before making a posting.
January 13, 2009, 2:23 pm
I’ve been back at work a couple of days and once again settling back into the daily grind. I had originally decided to make a series of posts once I got back from holiday called ‘Holiday Hacking’ which would detail the coding that I got up to during my time off, as it happens there was just one small hitch in that plan – I didn’t do much coding in my time off. It would seem that I choose to relax these holidays rather than try and chip away at my to do list for gIDE. While I didn’t work on gIDE this holiday I did however start a new project: Cuttlefish. I plan to go into this in more depth in a later post so for now just let me say that it is a syntax highlighting Textbox component for .Net written in C#.
I have been doing a little bit of work around the site as well, mostly involving integration with my facebook account (which I’m intending to give more attention to this year). For those that haven’t noticed (or read this via rss) a link to my profile now appears in the in the sidebar and all of my posts should hopefully be appearing on said profile. This has the added side effect of some of my friends who hadn’t noticed it before get to see how truly geeky I am. For those who are interested the two plugins I am using for the integration are Wordbook and Facelook.
Tags:
cuttlefish,
Facebook,
gIDE,
Holiday,
Programming,
Projects,
syntax highlighting Category:
Me,
Programming,
Projects,
The site,
gIDE |
Comment
December 19, 2008, 3:02 pm
Today is my last day of work for this year, I have three weeks of holidays to look forward to. I’m going to see family for Christmas and it is looking increasing likely that I am going to end up at some random lake to catch up with a few friends for new years. The downside to this is thanks to my current living arrangement it means I’m going to all but drop off the internet for those three weeks, this isn’t a necessarily a bad thing though as it is going to give me a lot of time to work on gIDE.
I was hoping to have the first release of gIDE done before Christmas which is looking increasingly less likely, so much so that I’m not going to bother with it any more. There isn’t a lot that I have to get done before I’m happy to make a release, these will also be the first things on my list of things I am going to work on during my time off. In no particular order the features are:
- Find/Replace
- Project Properties
- Generic Build System
- Document split view
I’m also considering implementing a limited subset of vim commands, though I think I will wait until after this release in the hopes of getting some user feedback on what they think would be the most useful commands to include.
In other news I recently saw The Day the Earth Stood Still. To be honest I was not that impressed, the movie seemed to trying to get a message across but not succeeding, at times I even felt that the movie wasn’t overly sure what that message should be. The casting for the movie however was spot on, especially with Keanu Reeves. Also a couple of days ago I recommended that you go read Pictures of You by Gibson Twist, from there I got linked to another webcomic of his which I enjoyed. So if you enjoyed Pictures of You you might also want to check out Our Time in Eden.
December 12, 2008, 2:49 pm
Today I decided to upgrade this blog to version 2.7 of wordpress, which I managed to screw up royaly. I somehow managed to accidently delete most of wordpress file including all of the files for the theme and the plugins, thankfully I wasn’t touching the database or shit would have really hit the fan. So after wasting time and finding everything again it is all up and running, nothing seems to be breaking so I’m quite happy at the moment. I also finally took the time to enable OpenID for comments, doing this also turned this blog into an OpenID provider as well which is neat because I’ve been meaning to get myself an OpenID for a while.
So far I’m impressed the wordpress 2.7, the work they have done on the admin area is top notch both functionally and aesthetically. It seems to have a much more professional feel to it than the previous versions did, I’m not sure if this was intentional or not but it is nice.
A quick update on gIDE while I’m at it. The new add file dialog hit trunk earlier this morning it isn’t quite what I wanted but it is an improvement over what was there. As I said earlier the remove file dialog was done away with entirely, just using a message dialog seems to be a lot better. Along with those changes I finally got around to adding a right click pop-up menu to the project browser which allows you to add, remove and soon rename files in the project, I should have done that ages ago but I was lazy. Hopefully the last of the overhauls will be finished this weekend so I can get back to adding new features. To round the project off I thought I had better provide a screenshot of the new add file dialog.

Tags:
Dialogs,
gIDE,
IDE,
OpenID,
Projects,
screenshots,
upgrade,
wordpress Category:
Programming,
Projects,
The site,
gIDE |
Comment
December 10, 2008, 4:22 pm
The new Create project dialog I mentioned earlier this week has hit trunk as of about 5 minutes ago and everything seems to be working fine as always the svn repository is http://mlowen.com/svn/gIDE/trunk.
Before I get back to adding new features to gIDE there are a couple of more overhauls of the current system that I want to do, the parts I want to look at are:
- Configuration system.
- Add file dialog.
- Remove file dialog.
The configuration system doesn’t need much more than some tweaking and at the most is a nights work. I’m also thinking about doing away entirely with the remove file dialog as it just seems clunky where a right click menu would do the trick. The add file dialog is the only one that I’m not overly sure how to approach as of yet, originally it was a quick hack to get the functionality in there (much like the create project dialog) with the intent of replacing it later. Well the time has come to do away with the quick hack but I’m just not sure what the new dialog should look like, all I know is I want something different from what I currently have which can be seen in the screenshots below.

Default add file dialog.

Adding a new file to a subfolder of the project
As you can see these are pretty bloody horrible, will probably brainstorm tonight and post some design sketches tomorrow or Friday.
December 8, 2008, 5:01 pm
Recently I finished the new Create Project dialog in gIDE which integrates with the project template system I wrote earlier, for those who saw the previous one this is a marked improvement. The new dialog is similar to create dialogs in most IDE’s where the user chooses the language they want to work in and the project type. Given that information gIDE will get the appropriate project template and creates the project. It is currently using a placeholder image for the Project Icon, I want to make this configurable in the project template and replace the placeholder image with a different default image.
This first screenshot shows gIDE when the create project dialog first opens:
This second shows just the create dialog with some random choices made:

Finally just to round things off a screenshot of gIDE in action working on another project I’m hacking away on:

The working create dialog has not been commited to svn yet as there is one or two small bugs I’m trying to track down but it should be up within the next day or two.
October 19, 2008, 11:52 pm
A while ago I announced that I was working on gIDE an IDE for the GNOME desktop enviroment. Due to university, work and trying to have some form of a social life I have not gotten gIDE to the stage where I feel comfortable making a release. The svn repositry is still publicly available so people are able to check out the latest copy of the source tree. Now that university is over I hope to have more time to dedicate to gIDE and have the 0.1 release out before Christmas.
To tide you over until I am ready to make that release I am offering up two gIDE sub-projects for you to play around with. The first is a small python script which will import a project from a directory and create a XML file which gIDE is able to load. I do plan to eventually turn this into a plugin once I get a plugin system up and running in gIDE, but at the moment that looks like it might be some time in the future so for now I am releasing the script instead. My hope is with this script more people will use gIDE when it is released becase it will be easy to transition existing projects to work with the gIDE. You can download it from here.
The second sub-project sprang from the recently completed template system for gIDE. Once I finished the system I thought it would be useful for people to have some way to test the templates they have written and so this application was born. Just a note that this is the first iteration of the template system and as such it is reasonably rough, it has yet to integrated into the main development branch of gIDE as it needs a lot of cleaning up first. However all of the functionality of what is going to be in the copy that is merged with gIDE is present in this copy. You can download it from here.
Both of these items are released under the GNU GPL, so you are free to do with them as you wish within the boundries of the license. Any feedback is welcome and appreciated.