KD1.1 Bug report 1. It can parse namespaces much better. But it still can lose some data from local namespace and put it into the global pool. Also it can lose class name in case of defining a class directly after opening namespace. A sample: namespace w123 { class a324 {}; } can be lost. If I put namespace w123 class any; class a324 {}; } There will be no problem. Actually I often use the same namespace in the different headers. I had to stop namespace parsing by adding return statement in the namespace parser function. The reasons were that I do not like to hide my classes definition in the namespace tree and I do not like to see alphabetical sorted structure member functions inside of namespace before classes. Actually I do not understand why kdevelop parses classes in the different way than the structures. Of course the unions should be parsed in another way. 2. Debugger cannot see non-class data defined in the namespace. 3. Debugger lack to show data references values but show only it address. There is no problem by manual adding. Showing address of reference type data before value is not so good because there is a screen space problem. 4. Debugger If I add pointer data in the watch I have no way to see any pointed data by mouse clicking. In case ADB* ptr; I have to add only ptr[0] or *ptr. Best Regards, Dmitry Semenov EMail: hatter@chollian.net -----Original Message----- From: Mailing list agent [mailto:mdom@barney.cs.uni-potsdam.de]On Behalf Of Sandy Meier Sent: Monday, February 28, 2000 5:09 AM To: kdevelop@barney.cs.uni-potsdam.de Subject: ANNOUNCE: KDevelop 1.1final released Hi! We are proud to announce the 1.1final version of KDevelop (http://www.kdevelop.org) . This version contains several new features and many bugfixes. It is intended to be the last release for KDE 1.1.2. We want to concentrate our effort now for KDevelop 2.x (which will work on KDE 2.x). Summary of changes (between 1.0final and 1.1final): - 7 new application templates - KDE1 OpenGL - KDE2 SDI,KDE2 mini,KDE2 MDI - QT2 SDI, QT2 MDI/QWorkspace, QT2 MDI/QextMDI - complete integrated internal debugger - extended documentation, inclusive a KScribble tutorial and example code - improved editor: visible bookmarks, comment/uncomment code in editor window,support for multibyte character - improved other components: dlgeditor, classviewer - Htdig search engine support - translations (online help, manual) into many languages - better OS support: KDevelop is now available for Linux, NetBSD, FreeBSD, Solaris and Unixware. Please see http://www.kdevelop.org for further information (requirements and download addresses) and http://fara.cs.uni-potsdam.de/~smeier/www/pressrelease1.1.txt for the official press release. Have fun! Sandy Meier On behalf of the KDevelop Team