Code completion in KDEStudio

Richard Dale Richard_Dale at tipitina.demon.co.uk
Tue Apr 17 17:27:37 UTC 2001


I have this header in my copy of KDEStudio 2.0, ctags.h:

/*****************************************************************************
*   Copyright (c) 1996-1999, Darren Hiebert
*
*   This source code is released for free distribution under the terms of the
*   GNU General Public License.
*
*   This module contains functions for parsing and scanning C++ source files.
*****************************************************************************/
 
 
#ifndef _CTAGS_H
#define _CTAGS_H

...and this header from ctags 3.2, the newer one, with java support, that I've
just ported to KDEStudio:

/*****************************************************************************
*   $Id: ctags.h,v 8.1 1999/03/04 04:16:38 darren Exp $ *
*   Copyright (c) 1996-1999, Darren Hiebert
*
*   This source code is released for free distribution under the terms of the
*   GNU General Public License.
*
*   This module is a global include file.
*****************************************************************************/
#ifndef _CTAGS_H
#define _CTAGS_H

...Seems fair enough to me.

-- Richard

On Tue, 17 Apr 2001, you wrote:
> > > Are you sure, I mean, can you proove that? 
> > 
> > Check out the version from cvs and make a cvs diff -r 1.2 -r 1.1
> > ctags.h
> 
> It is quite sad, that this has not been brought to public attention. I
> take it, that there is a reason that this mailing list was kind of
> private... 
> 
> Anyway, just trying to stear up shit here.
> Roland

-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop-devel mailing list