[Cgdb-devel] colon command parser
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bo...@br...> - 2003-07-01 02:55:42
|
Hey, I was thinking about the command parser. One other feature besides=20 :syntax on :syntax off=20 that it could support is=20 :set ft :set tabspace The reason behind this is, thats what the user normally does to figure out what the value is currently set too. This way, we can display to them the current value. At least thats the way its done in vim. We should also clean up unacceptable values. Have each command return a 1 line error in the status bar when it is invalid. Bob Rossi |