csope/README.md

30 lines
1.6 KiB
Markdown
Raw Normal View History

2023-07-27 14:04:50 -04:00
# Csope
Fork of Cscope, with various improvements, because cscope is good and shall not be forgotten.
# Improvements/Changes
## User side
2023-07-29 09:40:48 -04:00
+ renamed the program, because "cscope" is annoying to type
2023-07-27 14:04:50 -04:00
+ improved gui /*pending*/
+ GNU Readline integration (ie. VI/EMACS mode, command history) /*pending*/
## To the code
+ nuked autoconf, replaced with single Makefile
2023-07-29 09:40:48 -04:00
+ removed "scanner.l" which seems to be an anchient version (and redundant copy) of "fscanner.l" forgotten by all
2023-07-27 14:04:50 -04:00
+ encapsulated changes to the TUI into display.c
2023-07-29 09:40:48 -04:00
+ removed macro hell put in place to allow compiling on a dead badger
+ replaced repeated inline #ifdef KEY_\*-s with guaranteed definitions
+ removed random commets giving tips for and refering to specific issues
# Interface
<-- Tab -->
+------------Message-------------+ +--------------------------------+
A |+--------------+---------------+| |+------------------------------+|
| || Input Window | Result window || || ||
2023-08-04 13:12:06 -04:00
| |+--------------+ || ? || ||
|| Mode Window | || ---> || Help ||
% || | || <--- || ||
2023-07-29 09:40:48 -04:00
|| | || ESC || ||
| || | || || ||
2023-08-04 13:12:06 -04:00
| || | || || ||
2023-07-29 09:40:48 -04:00
V |+--------------+---------------+| |+------------------------------+|
+-----------Tool Tips------------+ +--------------------------------+