csope/README.md

30 linhas
1.7 KiB
Markdown
Original Visão normal Histórico

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 -->
2023-08-05 05:30:18 -04:00
+------------Message-------------+ +--------------------------------+
A |+--------------+---------------+| |+------------------------------+|
| || Input Window | Result window || || ||
| |+--------------+ || ? || ||
|| Mode Window | || ----> || Help ||
% || | || <---- || ||
|| | || ... || ||
| || | || || ||
| || | || || ||
V |+--------------+---------------+| |+------------------------------+|
+-----------Tool Tips------------+ +--------------------------------+