Vim Tips Wiki
Register
m (Typo)
(adjust Template:ScriptComments to remove id as no longer needed; minor tweaks)
 
Line 1: Line 1:
{{ScriptComments|3276|ProjectCTags: generate ctags for versioned projects without a project file}}
+
{{ScriptComments|ProjectCTags: generate ctags for versioned projects without a project file}}
   
 
==Comments==
 
==Comments==

Latest revision as of 07:56, 15 November 2011

Use this page to discuss script 3276 ProjectCTags: generate ctags for versioned projects without a project file

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments[]

Hey, cool script. I have one issue: i added manually a flag to switch off the echos, since i found it annoying, if the 2 echos pop up on each opening of a file (buffer). I think you do not need this code, but i would appreciate, if you would support this in one of your future versions. Best regards Peter

-- Thanks for the feedback! From version 0.3 on, the output verbosity can be configured and the default is to be less verbose.


Hey, it's me again. Is it somehow possible to automatically complete data, that comes from macros? I know it is difficult and your script would need some kind of an own preprocessor. Regards Peter

-- This sounds like you are searching for an extension of the "ctags" tool. I think that's not really in the scope of the script, since it only collects the generated tagfiles. There are multiple versions / variants of "ctags" around with "Exuberant Ctags" being the most widely known one AFAIK. Perhaps the problem can be solved by getting another "ctags" version? Regards, T.Kelter