qualified names in the tags file

This commit is contained in:
kr.angelov
2011-11-04 16:20:41 +00:00
parent e9b746df87
commit d058394219

View File

@@ -17,7 +17,7 @@ mainTags opts files = do
ioeIO (writeFile "tags" (unlines ((Set.toList . Set.fromList) tags)))
getTags x (m,mi) =
[showIdent i ++ "\t" ++ k ++ "\t" ++ l ++ "\t" ++ t
[showIdent m ++ "." ++ showIdent i ++ "\t" ++ k ++ "\t" ++ l ++ "\t" ++ t
| (i,jment) <- Map.toList (jments mi),
(k,l,t) <- getLocations jment] ++ x
where