Multiple tag files patch

Etay Meiri etay.meiri at gmail.com
Tue Oct 18 08:22:03 UTC 2005


On 10/18/05, Jens Dagerbo <jens.dagerbo at swipnet.se> wrote:
>
>
> Hi,
>
> I haven't had time to try it out yet, but I looked through it briefly.
>
> Can you create the patch against the KDE/3.5 branch instead? The patch as
> it
> stands rolls back a crashfix I made a while ago if applied to the 3.5branch.
> http://bugs.kde.org/show_bug.cgi?id=102093


I'll create a new patch once I get KDE/3.5 compiling correctly. Right now it
fails with:

cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
linking ./src/kdevelop
/bin/sh ./libtool --silent --mode=link --tag=CXX g++ -w -Wno-long-long
-Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions
-fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
-DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT
-D_REENTRANT -L/home/cl/kde3/lib -L/usr/lib/qt-3.3/lib -L/usr/X11R6/lib -R
/home/cl/kde3/lib -R /home/cl/kde3/lib -R /usr/lib/qt-3.3/lib -R
/usr/X11R6/lib -o ./src/kdevelop ./src/libkdevshell.la ./src/main.o
./src/kdevideextension.o ./src/settingswidget.o
/home/cl/kde3/lib/libkhtml.so: undefined reference to
`KParts::WindowArgs::~WindowArgs()'
collect2: ld returned 1 exit status
Error creating ./src/kdevelop. Exit status 1.

Do I need kdelib4_snapshot?

I'm a bit sceptical of putting the tag creation/selection in the toolview. I
> think these are actions that are performed fairly rarely and as such maybe
> they shouldn't be allowed to use up regular UI space. I think a new dialog
> for this is probably the best way to do it.


You mean a new dialog that you bring up with a button "create tag files"?

On Monday 17 October 2005 15:25, Etay Meiri wrote:
> > Hi,
> >
> > I'd like to offer a patch that implements multiple tag files in
> kdevelop.
> > Instead of the single tag file (usually for the project itself) that
> > currently exists
> > this patch allows you to configure multiple tag files in a project so
> that,
> > for example, you
> > can have the primary tag file for the project and then more tag files
> for
> > glibc, kdelibs, qt, etc.
> > In the ctags tab in the project options you will see three subtabs:
> > 1. General - very similar to the existing one.
> > 2. Select tag files - where you configure the tag file list and the
> search
> > ordering.
> > 3. Create tag files - where you can create new tag files for libraries
> your
> > project uses.
> >
> > The patch was created against the 3.4 branch.
> > This is my first patch to kdevelop. Please let me know about
> missing/wrong
> > stuff that I
> > need to fix before the patch can be accepted.
> >
> > Thanks a lot,
> >
> > --
> > ------------------------------------------------------
> > Etay Meiri
> > etay.meiri at gmail.com
>
> _______________________________________________
> KDevelop-devel mailing list
> KDevelop-devel at barney.cs.uni-potsdam.de
> http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>



--
------------------------------------------------------
Etay Meiri
etay.meiri at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20051018/dac7859a/attachment.html>


More information about the KDevelop-devel mailing list