From: Roberto E. V. C. <k0...@sh...> - 2013-09-24 08:46:13
|
Hello, I send you some modifications I have done to cscope and I hope can be useful for other users. Patch 0001: Use VISUAL variable when it is avaible and the terminal is not a dumb terminal. I have to add this patch because I usually have to connect to system which terminal interfaces dumb type, so my EDITOR and VISUAL variables have different values, but I usually want see sources with vi and not with ex. Patch 0002: This patch is only a small addition to the manual page, because the assignmenet case was not showed in it. Patch 0003: This patch adds a way of filtering the results in finddef function, since we have information about the kind of symbol. I have add a solution which doesn't increment the number of options in the graphical interface (it is already big), and it is basically add the kind of definition in the search pattern. I don't have modified the manual page, because I don't know if this change will be good for you. I would like listen your opinion about these changes and if they must be modified or something. Best regards, -- Roberto E. Vargas Caballero ---------------------------- k0...@sh... http://www.shike2.com |