bug-kawa
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-kawa] [bug #33140] ant task jemacs-swt-classes does not build succe


From: Shad Gregory
Subject: [Bug-kawa] [bug #33140] ant task jemacs-swt-classes does not build successfully
Date: Wed, 27 Apr 2011 18:56:22 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.16) Gecko/20110323 Ubuntu/10.04 (lucid) Firefox/3.6.16

Follow-up Comment #2, bug #33140 (project kawa):

I did have a problem building SwtBuffer.java. Did you mean to do something
like this?

  public void insertChar(int ch, int count, Object style)
  {
    // TODO: Handle styles !
    String str = pointMarker.repeatChar(ch, count);
    bufferContent.replaceTextRange(getDot(), 0, str);
    setDot(getDot() + 1);
  }

The other changes worked fine.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33140>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]