|
|
|
@ -11,11 +11,11 @@ allows the user to run queries on the code.
|
|
|
|
|
|
|
|
|
|
The types of queries KScope can run include:
|
|
|
|
|
|
|
|
|
|
* Get all references to a symbol
|
|
|
|
|
* Find the definition of a symbol
|
|
|
|
|
* Find all functions called by or calling to a function
|
|
|
|
|
* Find an EGrep pattern
|
|
|
|
|
* Find all files
|
|
|
|
|
* Get all references to a symbol
|
|
|
|
|
* Find the definition of a symbol
|
|
|
|
|
* Find all functions called by or calling to a function
|
|
|
|
|
* Find an EGrep pattern
|
|
|
|
|
* Find all files
|
|
|
|
|
|
|
|
|
|
These queries are handled by a Cscope process; kscope serves as
|
|
|
|
|
a front-end to this process, feeding it with queries and parsing
|
|
|
|
@ -24,7 +24,7 @@ to open an editor at the matching line.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Main Features:
|
|
|
|
|
=============
|
|
|
|
|
--------------
|
|
|
|
|
|
|
|
|
|
* Multiple editor windows (using your favourite TDE editor)
|
|
|
|
|
* Project management
|
|
|
|
@ -34,10 +34,10 @@ Main Features:
|
|
|
|
|
* Session management, including saving and restoring queries
|
|
|
|
|
* Works with externally-built cscope.out files
|
|
|
|
|
|
|
|
|
|
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CONTRIBUTING
|
|
|
|
|
============
|
|
|
|
|
Contributing
|
|
|
|
|
--------------
|
|
|
|
|
|
|
|
|
|
If you wish to contribute to kscope, you might do so:
|
|
|
|
|
|
|
|
|
@ -46,3 +46,15 @@ If you wish to contribute to kscope, you might do so:
|
|
|
|
|
|
|
|
|
|
- TDE Weblate Translation Workspace (TWTW) collaboration tool.
|
|
|
|
|
https://mirror.git.trinitydesktop.org/weblate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Translations status
|
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
|
|
### messages
|
|
|
|
|
[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/kscope/multi-auto.svg
|
|
|
|
|
"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope/)
|
|
|
|
|
|
|
|
|
|
### desktop files
|
|
|
|
|
[![Translations status](https://mirror.git.trinitydesktop.org/weblate/widgets/applications/-/kscope-kscopedesktop/multi-auto.svg
|
|
|
|
|
"Engage in translating")](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/)
|