From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27179 invoked by alias); 31 Mar 2006 18:53:35 -0000 Received: (qmail 27150 invoked by uid 9559); 31 Mar 2006 18:53:35 -0000 Date: Fri, 31 Mar 2006 18:53:00 -0000 Message-ID: <20060331185335.27148.qmail@sourceware.org> From: ajocksch@sourceware.org To: frysk-cvs@sourceware.org Subject: frysk-gui/frysk/gui/srcwin ChangeLog InlineBuf ... Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00548.txt.bz2 List-Id: CVSROOT: /cvs/frysk Module name: frysk-gui Changes by: ajocksch@sourceware.org 2006-03-31 18:53:35 Modified files: frysk/gui/srcwin: ChangeLog InlineBuffer.java SourceBuffer.java SourceWindowFactory.java frysk/gui/srcwin/cparser: CDTParser.java frysk/gui/srcwin/testfiles: test.cpp test2.cpp Log message: frysk-gui/frysk/gui/srcwin; 2006-03-31 Adam Jocksch * SourceBuffer.java (createTags): Commented out section for adding comment texttags, is still broken in some corner cases. Will leave disabled until fix is in place. * InlineBuffer.java (createTags): Ditto. * SourceWindowFactory.java (createSourceWindow): Changed executable lines for file test2.cpp due to edits. * cparser/CDTParser.java (ParserCallBack.acceptVariable): No longer assumes that the variable name and it's type are on the same line. (ParserCallBack.acceptFunctionDeclaration): Ditto, also assumes that not all parameters are on the same line. (enterFunctionBody): Ditto. * testfiles/test2.cpp: Added varaible declaration that spans two lines. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/ChangeLog.diff?cvsroot=frysk&r1=1.202&r2=1.203 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/InlineBuffer.java.diff?cvsroot=frysk&r1=1.25&r2=1.26 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceBuffer.java.diff?cvsroot=frysk&r1=1.64&r2=1.65 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/SourceWindowFactory.java.diff?cvsroot=frysk&r1=1.28&r2=1.29 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/cparser/CDTParser.java.diff?cvsroot=frysk&r1=1.15&r2=1.16 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/testfiles/test.cpp.diff?cvsroot=frysk&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-gui/frysk/gui/srcwin/testfiles/test2.cpp.diff?cvsroot=frysk&r1=1.3&r2=1.4