You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.7KB

11 mesi fa
11 mesi fa
11 mesi fa
11 mesi fa
11 mesi fa
11 mesi fa
11 mesi fa
1234567891011121314151617181920212223242526272829
  1. # Csope
  2. Fork of Cscope, with various improvements, because cscope is good and shall not be forgotten.
  3. # Improvements/Changes
  4. ## User side
  5. + renamed the program, because "cscope" is annoying to type
  6. + improved gui /*pending*/
  7. + GNU Readline integration (ie. VI/EMACS mode, command history) /*pending*/
  8. ## To the code
  9. + nuked autoconf, replaced with single Makefile
  10. + removed "scanner.l" which seems to be an anchient version (and redundant copy) of "fscanner.l" forgotten by all
  11. + encapsulated changes to the TUI into display.c
  12. + removed macro hell put in place to allow compiling on a dead badger
  13. + replaced repeated inline #ifdef KEY_\*-s with guaranteed definitions
  14. + removed random commets giving tips for and refering to specific issues
  15. # Interface
  16. <-- Tab -->
  17. +------------Message-------------+ +--------------------------------+
  18. A |+--------------+---------------+| |+------------------------------+|
  19. | || Input Window | Result window || || ||
  20. | |+--------------+ || ? || ||
  21. || Mode Window | || ----> || Help ||
  22. % || | || <---- || ||
  23. || | || ... || ||
  24. | || | || || ||
  25. | || | || || ||
  26. V |+--------------+---------------+| |+------------------------------+|
  27. +-----------Tool Tips------------+ +--------------------------------+