Version: 3.0.0a7 (using KDE 3.1.93 (3.2 beta 1), compiled sources) Compiler: gcc version 3.3.2 OS: Linux (i686) release 2.6.0-test10 I have spent (sigh!) one day trying to figure out why a little program that I was doing in Java didn't work. I searched using google, but I didn't found why. Finally, a collegue entered the java bug site (with username and password -> not available to google), and found there was a bug so it couldn't work. My wish is to have some kind of easy way to search in the bugs lists of each language implementation supported by kdevelop. A developer might thing that all the bugs are searchable using google, and is not the case. For example, links in the Bookmarks, or another entry in the documentation. Best regards.
I'm confused. What bug are you talking about? Do you mean something like: http://bugs.kde.org/buglist.cgi?&product=kdevelop&component=javasupport&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED Or are you talking about a _java_ bug that you want to know about through KDevelop?
On the website and on KDevelop itself there are links to the KDevelop bug database. You can serach it without a password. Why does google not find them, well maybe it's a bug in google's webspider ... :) Or maybe that's because we avoid having robots in the database. But anyways here are two nice webpages for you: http://developer.kde.org/documentation/library/cvs-api/kdevelop/html/bug.html http://developer.kde.org/documentation/library/cvs-api/kdevelop/html/LangSupportStatus.html Both pages are FULL of links. > For example, links in the Bookmarks, or another entry in the documentation. Try Documentation -> KDevelop API documentation -> README.dox -> Known bugs
We have solved 115 reported issues since the release of KDevelop 3.0.0a7 Please update to the latest CVS HEAD. The instructions are on the compiling and branches webpage of the website.
I was talking about the second option: about a _language_ bug that I want to know about through KDevelop, where language can be gcc, icc, java, kaffe, python, perl ....... with the different implementations. I see it like a list of bug sites lists. Like adding more entries to the Known bugs with links to the related web sites. Thanks a lot
OK, this is a valid wish, but unless you Jaime provide us with some links, I don't think it will be fixed.
Here you are some links to bugtracking lists or webservers. language link python http://groups.google.com/groups?group=comp.lang.python sun java http://developer.java.sun.com/developer/bugParade/index.jshtml kaffe http://www.kaffe.org/bugs.shtml gcc http://gcc.gnu.org/bugzilla/ perl http://www.nntp.perl.org/group/ ada http://gcc.gnu.org/bugzilla/ free pascal http://www.freepascal.org/bugs.html php http://bugs.php.net/ ruby http://www.ruby-lang.org/cgi-bin/ruby-bugs sh http://groups.google.com/groups?group=gnu.bash.bug haskell ghc http://sourceforge.net/tracker/?group_id=8032&atid=108032 Environments ---------------- kde http://bugs.kde.org gnome http://bugzilla.gnome.org/ toolkits ----------- gtk http://bugzilla.gnome.org/ Best Regards and Happy new year.
Subject: kdevelop CVS commit by aclu: Easy access to bug reports of every supported language in the documentation browser (except SQL) Fixes: http://bugs.kde.org/show_bug.cgi?id=69129 Thanks to Jaime Torres for posting the links. Bash, Haskell and Python do not work correctly due to: http://bugs.kde.org/show_bug.cgi?id=72271 CCMAIL: 69129-done@bugs.kde.org A languages/ada/doc/ada_bugs_gcc.toc 1.1 A languages/bash/doc/bash_bugs.toc 1.1 A languages/cpp/doc/c++_bugs_gcc.toc 1.1 A languages/cpp/doc/gtk_bugs.toc 1.1 A languages/fortran/doc/fortran_bugs_gcc.toc 1.1 A languages/haskell/doc/haskell_bugs_ghc.toc 1.1 A languages/java/doc/java_bugs_gcc.toc 1.1 A languages/java/doc/java_bugs_sun.toc 1.1 A languages/pascal/doc/pascal_bugs_fp.toc 1.1 A languages/perl/doc/perl_bugs.toc 1.1 A languages/php/doc/php_bugs.toc 1.1 A languages/python/doc/python_bugs.toc 1.1 A languages/ruby/doc/ruby_bugs.toc 1.1 M +3 -0 ChangeLog 1.1101 M +13 -0 kdevelop.kdevelop 1.4 M +1 -1 languages/ada/doc/Makefile.am 1.3 M +1 -1 languages/bash/doc/Makefile.am 1.3 M +1 -1 languages/cpp/doc/Makefile.am 1.3 M +2 -2 languages/fortran/doc/Makefile.am 1.3 M +1 -1 languages/haskell/doc/Makefile.am 1.3 M +1 -1 languages/java/doc/Makefile.am 1.3 M +2 -2 languages/pascal/doc/Makefile.am 1.3 M +1 -1 languages/perl/doc/Makefile.am 1.3 M +1 -1 languages/php/doc/Makefile.am 1.2 M +1 -1 languages/python/doc/Makefile.am 1.2 M +1 -1 languages/ruby/doc/Makefile.am 1.2 --- kdevelop/languages/ada/doc/Makefile.am #1.2:1.3 @@ -1,4 +1,4 @@ tocdir = ${kde_datadir}/kdevdoctreeview/tocs -toc_DATA = ada.toc +toc_DATA = ada.toc ada_bugs_gcc.toc #indexdir = ${kde_datadir}/devdoctreeview/indices --- kdevelop/languages/bash/doc/Makefile.am #1.2:1.3 @@ -1,4 +1,4 @@ tocdir = ${kde_datadir}/kdevdoctreeview/tocs -toc_DATA = bash.toc +toc_DATA = bash.toc bash_bugs.toc #indexdir = ${kde_datadir}/devdoctreeview/indices --- kdevelop/languages/cpp/doc/Makefile.am #1.2:1.3 @@ -1,5 +1,5 @@ tocdir = ${kde_datadir}/kdevdoctreeview/tocs toc_DATA = libc.toc libstdc++.toc stl.toc qt-kdev3.toc kde2book.toc \ - gnustep.toc gnome1.toc clanlib.toc + gnustep.toc gnome1.toc clanlib.toc c++_bugs_gcc.toc gtk_bugs.toc indexdir = ${kde_datadir}/devdoctreeview/indices --- kdevelop/languages/fortran/doc/Makefile.am #1.2:1.3 @@ -1,4 +1,4 @@ -#tocdir = ${kde_datadir}/kdevdoctreeview/tocs -#toc_DATA = +tocdir = ${kde_datadir}/kdevdoctreeview/tocs +toc_DATA = fortran_bugs_gcc.toc #indexdir = ${kde_datadir}/devdoctreeview/indices --- kdevelop/languages/haskell/doc/Makefile.am #1.2:1.3 @@ -1,4 +1,4 @@ tocdir = ${kde_datadir}/kdevdoctreeview/tocs -toc_DATA = haskell.toc +toc_DATA = haskell.toc haskell_bugs_ghc.toc #indexdir = ${kde_datadir}/devdoctreeview/indices --- kdevelop/languages/java/doc/Makefile.am #1.2:1.3 @@ -1,4 +1,4 @@ tocdir = ${kde_datadir}/kdevdoctreeview/tocs -toc_DATA = sw.toc +toc_DATA = sw.toc java_bugs_gcc.toc java_bugs_sun.toc #indexdir = ${kde_datadir}/devdoctreeview/indices --- kdevelop/languages/pascal/doc/Makefile.am #1.2:1.3 @@ -1,4 +1,4 @@ -#tocdir = ${kde_datadir}/kdevdoctreeview/tocs -#toc_DATA = +tocdir = ${kde_datadir}/kdevdoctreeview/tocs +toc_DATA = pascal_bugs_fp.toc #indexdir = ${kde_datadir}/devdoctreeview/indices --- kdevelop/languages/perl/doc/Makefile.am #1.2:1.3 @@ -1,4 +1,4 @@ tocdir = ${kde_datadir}/kdevdoctreeview/tocs -toc_DATA = perl.toc +toc_DATA = perl.toc perl_bugs.toc #indexdir = ${kde_datadir}/devdoctreeview/indices --- kdevelop/languages/php/doc/Makefile.am #1.1:1.2 @@ -1,4 +1,4 @@ tocdir = ${kde_datadir}/kdevdoctreeview/tocs -toc_DATA = php.toc +toc_DATA = php.toc php_bugs.toc indexdir = ${kde_datadir}/devdoctreeview/indices --- kdevelop/languages/python/doc/Makefile.am #1.1:1.2 @@ -1,4 +1,4 @@ tocdir = ${kde_datadir}/kdevdoctreeview/tocs -toc_DATA = python.toc +toc_DATA = python.toc python_bugs.toc indexdir = ${kde_datadir}/devdoctreeview/indices --- kdevelop/languages/ruby/doc/Makefile.am #1.1:1.2 @@ -1,4 +1,4 @@ tocdir = ${kde_datadir}/kdevdoctreeview/tocs -toc_DATA = ruby.toc +toc_DATA = ruby.toc ruby_bugs.toc indexdir = ${kde_datadir}/devdoctreeview/indices --- kdevelop/ChangeLog #1.1100:1.1101 @@ -1,2 +1,5 @@ +2004-01-09 Amilcar Lucas <a.lucas@tu-bs.de> + * Easy access to bug reports of every supported language in the documentation browser (except SQL) + 2004-01-07 Amilcar Lucas <a.lucas@tu-bs.de> * Updated support for Doxygen 1.3.5 cvs HEAD --- kdevelop/kdevelop.kdevelop #1.3:1.4 @@ -27,4 +27,5 @@ <group pattern="*.png" name="Icons" /> <group pattern="*.po;*.ts" name="Translations" /> + <group pattern="*script" name="scripts" /> <group pattern="*" name="Others" /> <hidenonprojectfiles>true</hidenonprojectfiles> @@ -59,4 +60,16 @@ <toc>clanlib</toc> <toc>haskell</toc> + <toc>ada_bugs_gcc</toc> + <toc>bash_bugs</toc> + <toc>fortran_bugs_gcc</toc> + <toc>gtk_bugs</toc> + <toc>haskell_bugs_ghc</toc> + <toc>java_bugs_gcc</toc> + <toc>java_bugs_sun</toc> + <toc>php_bugs</toc> + <toc>pascal_bugs_fp</toc> + <toc>perl_bugs</toc> + <toc>python_bugs</toc> + <toc>ruby_bugs</toc> </ignoretocs> <projectdoc>