Re: [java-gnome-hackers] Coverage for GtkSourceView
Brought to you by:
afcowie
From: Stefan S. <ste...@gm...> - 2009-03-01 08:08:33
|
On Sun, 2009-02-22 at 15:06 +0100, Stefan Schweizer wrote: > Sure! I will try to finish the things that I started within the next > days and post a bundle to the list. I am most interested in getting > syntax highlighting to work, you could add other stuff if you like. All the work I have done so far is now available in a branch [1]. If you would like to test it or comment on it or even help me finishing it, that would be great. The classes can be found in the package org.gnome.sourceview. I added the defs files and some stubs and did enough coverage to use the API with syntax highlighting enabled. There is also a UnitTest and a simple example application. Stefan [1] bzr://research.operationaldynamics.com/bzr/java-gnome/hackers/schweizer/sourceview/ |