Has anyone used KDevelop3? The interface is quite problematic here, when I add a file to the project, even though the file tabs are showing, the interface doesn't show any source code window. When I manage to get that window with the source code to show, I have found no way to attach it permanently to the main window. Anyone having the same problems? Is there any config file I can copy so that I can make the interface look like it was when I had just installed it? Thanks. PS: If you know a good, light C\C++ IDE, with syntax highlighting and 'entry help' (that litlle list with the methods\functions which typically shows up after you type the dot operator); please, give me a clue.
Dalton Silva Ribeiro Filho wrote:
Has anyone used KDevelop3? only briefly but not enough to let me answer any questions
PS: If you know a good, light C\C++ IDE, with syntax highlighting and 'entry help' (that litlle list with the methods\functions which typically shows up I am not sure if it does all you want but Eclipse with CDT plugin seems nice. check it out at http://www.eclipse.org/.
Damon Register
On Tuesday 24 August 2004 19:45, Dalton Silva Ribeiro Filho wrote:
Has anyone used KDevelop3?
The interface is quite problematic here, when I add a file to the project, even though the file tabs are showing, the interface doesn't show any source code window.
When I manage to get that window with the source code to show, I have found no way to attach it permanently to the main window.
Perhaps Chapter 4 of the KDevelop Manual can be of use here. Already the first link on that page is a pointer to user interface modes, exactly what you have a problem with. ;) IOW RTFM! :)
Anyone having the same problems? Is there any config file I can copy so that I can make the interface look like it was when I had just installed it?
You can start all over again by removing: ~/.kde/share/config/kdeveloprc ~/.kde/share/apps/kdevelop If you wish to keep the current settings, back them up /first/. Cheers, Leen
participants (3)
-
Dalton Silva Ribeiro Filho
-
Damon Register
-
Leendert Meyer