Posts tagged 'IDE'

March 14, 2009, 12:23 am

Weekend Coding

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.

Tags: , , ,
Category: Programming, Projects, gIDE  |  2 Comments

December 12, 2008, 2:49 pm

Site Upgrade

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.

gIDE add file dialog

Tags: , , , , , , ,
Category: Programming, Projects, The site, gIDE  |  Comment

December 8, 2008, 5:01 pm

Latest gIDE Progress

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:

gIDE with the Create Project Dialog opened.

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.

Tags: , , , , , ,
Category: Programming, Projects, gIDE  |  Comment