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

Posted in Development Log | Tagged , , , , | Leave a comment

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

Posted in Off Topic | Tagged , | Leave a comment

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

Posted in Off Topic | Tagged , , , , | Leave a comment

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

Posted in Off Topic | Tagged , , , , , , | 2 Comments

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

Posted in Development Log | Tagged , | Leave a comment

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

Posted in Development Log | Tagged , | Leave a comment

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

Posted in Development Log | Tagged , , | Leave a comment

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

Posted in Development Log | Tagged | Leave a comment