Re: [java-gnome-hackers] sourceview development branch
Brought to you by:
afcowie
From: Stefan S. <ste...@gm...> - 2009-05-24 09:26:39
|
On Sat, 2009-05-23 at 17:56 +0200, Stefan Schweizer wrote: > On Sat, 2009-05-23 at 18:37 +1000, Andrew Cowie wrote: > > As I was reading through this branch this afternoon, I noticed that > > you > > don't have a no-arg SourceBuffer constructor. > > Yes, a no-arg constructor would be nice. Will have a look at that. I just added that constructor. To do that, I added an additional constructor to TextBuffer and made TextTagTable.getDefaultTable() public. I hope that's OK. |