Pages
Blogroll
Tags
ASP.NET Brighton Uni C# cctray CruiseControl.NET django eclipse Fedora 10 Fedora 11 gtk IIS IIS7 javascript jquery jqunit latex LaunchPad Linux Mobile Broadband mono MonoDevelop MSSQL MVC NAnt nautilus Network Manager NHibernate nmock nunit php pirate plugin podcast python Service Broker shell script SQL svn tux droid ubuntu UMLDraw unit testing VS.NET Wireless wordpress-
Recent Posts
Meta
Archives
- January 2012 (3)
- May 2011 (2)
- March 2011 (1)
- August 2010 (1)
- June 2010 (1)
- April 2010 (1)
- March 2010 (1)
- January 2010 (2)
- October 2009 (1)
- September 2009 (3)
- August 2009 (2)
- July 2009 (4)
- June 2009 (7)
- May 2009 (6)
- April 2009 (7)
- March 2009 (5)
- February 2009 (4)
- December 2008 (4)
- November 2008 (4)
- October 2008 (5)
Tag Archives: C#
CCTray updates and Mono musings
Impleneted some more to the CCTray-gtk project with the ability to add build servers that communicate over HTTP. This did involve commenting out some of the code in the CCTrayLib project, which was unavoidable. The issue occurred as the library … Continue reading
C# Style for lstinputlisting
After getting latex to format my code nicely I noticed that it did not have build in support for C#, which read of the manual and knocked one up. Share and Enjoy \lstdefinelanguage{cs} {morekeywords={abstract,event,new,struct,as,explicit,null,switch base,extern,object,this,bool,false,operator,throw, break,finally,out,true,byte,fixed,override,try, case,float,params,typeof,catch,for,private,uint, char,foreach,protected,ulong,checked,goto,public,unchecked, class,if,readonly,unsafe,const,implicit,ref,ushort, continue,in,return,using,decimal,int,sbyte,virtual, … Continue reading
Cruise Control Tray For Linux Update
Basic functionality has been implemented with the ability to add project to monitor and receive notifications of the build as and when they occur. At the moment there is not the ability to delete a project that is being monitor … Continue reading
Cruise Control.NET Tray Tool on linux
I started looking at creating a port of the cctray tool for CruiseControl.NET but after looking at how it was implemented i decided that it might be easier, and more fun, to implement one myself using mono and GTK#. At … Continue reading
Shape Connections
Shapes can now be drawn and connected together. When a shape is connected a line from the centre of the shape will draw to the centre of the connected shape. Moving of shapes redraws the line correctly. The next step … Continue reading
Progress
User drawn shapes and manipulation of objects have been merged together to allow users to draw a class object then resize it and move it around the document. Scrolling of the document object area has not been implemented yet. http://dev.yeticode.co.uk/jt/dev/UMLDraw.Test.zip
Visual Studio .NET and MonoDevelop Addons
I have started to look into the possibility using the idea of UMLDraw to create a plugin for either Visual Studio .NET, MonoDevelop or maybe both. This will hopefully will allow me to concentrate more on the development of the … Continue reading
New Prototype App
Just knocked up quick program to see how shapes can be resized and moved about the “document” after they have been drawn. Moving of shapes works fine, double clicking on/in a shape toggles the state between editable and fixed. However … Continue reading