-
I figured out -f but I cannot find a description for all (-h|--help would be nice). If -p is used to load project files it throws when fed an old (1.6ish) one, but that's no problem. Would just be nice to have -h/--help.
2010-01-07 14:21:39 UTC by nobody
-
with apt-cache search kscope, I discovered that kscope is not supported anymore?
I loved to use kscope / gvim as external editor in combination with cscope/ctags very, very productive.
I got kscope 1.9 (with qt4) compiled and running, but it is not as it was with kscope for kde 3.x ( no external editor .. )
Question is there a way to get kscope 1.2.6 compiled and running on Ubuntu 9.10.
2009-12-24 17:14:44 UTC by teungri
-
You may be hitting a 2GB Windows limit on the file size, as the code attempts to double the size of the file every time it becomes full. Thus, when it hits 1 GB, it will try to grow the file to 2 GB, which I remember as being some limit imposed on file sizes.
I'll try to fix this by limiting the size to which the file can grow (or you can try this yourself and let me know if it works, as I...
2009-12-09 21:55:47 UTC by elad_lahav
-
I'm calling `min-cscope -v -b -q -u` on windows. It works great for smaller repos (350-750Mb cscope.out), but one repo generates a cscope.out that is ~1.4Gb in size. For this instance I get the following error:
==================================================================
SetEndOfFile: The requested operation cannot be performed on a file with a user-mapped section open.
cscope: failed...
2009-12-07 18:30:21 UTC by jschwartzentruber
-
I have a patch that implements this.
http://github.com/cpackham/kscope/commit/a8a6aa6dbee8928359eb1ebab58c9ccff721e28a.
2009-11-24 20:44:09 UTC by cpackham
-
Posted patch on github
http://github.com/cpackham/kscope/commit/f50ed9f69a6ee84e084ff441ef1430a3505e674f.
2009-11-20 14:12:56 UTC by cpackham
-
Hmm, can't attach patches. I've fired pushed changes up to github if anyones interested
http://github.com/cpackham/kscope/commit/f393007284b6bb31620c6d8748c0b53cf6f43676.
2009-11-20 14:11:10 UTC by cpackham
-
I've got a patch for this if anyone is interested.
2009-11-19 22:09:10 UTC by cpackham
-
Hi,
I think I've got something that should figure out the qscintilla paths a bit better.
I've only got access to an openSUSE box which has qscintilla installed in /usr/lib so the defaults work for me. Is anyone able to try out a patch for me?.
2009-11-19 22:07:35 UTC by cpackham
-
The menu "View" has options "Sub-Window Mode" and "Tabbed Mode". The default is the first one, but I prefer the second one. I don't like resetting that option every time I start KScope. So, I want that option to be a part of the program configuration.
2009-11-01 00:09:28 UTC by nobody