Version: (using KDE Devel) Installed from: Compiled sources Compiler: g++ 2.95.3 OS: Linux Hi, Here there are 3 bug reports and one wishlist, which make developing under Gideon hard:1. Executing "Build->Execute Program", "Debug Start" does not rebuild the project if there were changes in sources, just starts the executable.2. After "Build->Execute Program" the "Stop" action is not enabled (after Debug->Start it is).3. Documentation browser: after clicking the links are opened in new tab, instead of the old one. In order to keep consistency, it should follow the Konqueror way, and with LMB open in the same window and with MMB in a new tab (or however is configured). Releated to this is thatBack/Forward is not usable inside the documentation browsing as it switches to the previous/next opened tab.And the wish (which can be treaten as bug):4. The watched variables are "lost" after you restart the debugging session. This was the case with KDevelop 2, and it was the most annoying thing it had. If I say that I want to watch "foo" it should be watched everytime I restart the program with gdb.Andras
PS: Sorry if the linebreaks do not show up (as I see here).
Addition to the documentation browsing bug (#3): the links are opened in new window only when I start to browse the documentation from the result.html (the result of a search). If I open a documentation page from the documentation tree, clicking on links opens the new pages in the same window, as expected. Only the back button goes crazy in this case (see BR #51456 ). andras
*** This bug has been marked as a duplicate of 51456 ***