FAQ (global-6.6.4) | : | FAQ (global-6.6.5) | ||
---|---|---|---|---|
___________________________________ | ___________________________________ | |||
| | | | | _ | | | | | | | | | _ | | | | |||
| |___| | | | | _| | | | GNU GLOBAL source code tagging system | | |___| | | | | _| | | | GNU GLOBAL source code tagging system | |||
| | | | | | | | | | | | | | | | | | | | | | |||
| ~~ | ~~| | ~ | | | ~~| for all hackers. | | ~~ | ~~| | ~ | | | ~~| for all hackers. | |||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||
Copyright (c) 2000, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, | Copyright (c) 2000, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, | |||
2014 | 2014, 2020 | |||
Tama Communications Corporation | Tama Communications Corporation | |||
This file is free software; as a special exception the author gives | This file is free software; as a special exception the author gives | |||
unlimited permission to copy and/or distribute it, with or without | unlimited permission to copy and/or distribute it, with or without | |||
modifications, as long as this notice is preserved. | modifications, as long as this notice is preserved. | |||
This program is distributed in the hope that it will be useful, but | This program is distributed in the hope that it will be useful, but | |||
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the | WITHOUT ANY WARRANTY, to the extent permitted by law; without even the | |||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
skipping to change at line 158 | skipping to change at line 158 | |||
Q9. I'm using gtags-cscope.vim. How to use files which include spaces in path na me? | Q9. I'm using gtags-cscope.vim. How to use files which include spaces in path na me? | |||
A9. Please apply 'vim74-gtags-cscope.patch' in the package to vim. | A9. Please apply 'vim74-gtags-cscope.patch' in the package to vim. | |||
See also README.PATCHES. | See also README.PATCHES. | |||
---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | |||
Q10. Does GLOBAL support multi-byte code set? | Q10. Does GLOBAL support multi-byte code set? | |||
Which character code set is supported? | Which character code set is supported? | |||
A10. GLOBAL doesn't support multi-byte character code set yet. | A10. GLOBAL doesn't support multi-byte character code set yet. | |||
GLOBAL supports only ASCII and ASCII supersets. | GLOBAL supports only ASCII and ASCII super-sets. | |||
---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | |||
Q11. Can GLOBAL running on a UNIX machine treat source files | Q11. Can GLOBAL running on a UNIX machine treat source files | |||
which include DOS/Windows style new-line code? And vice versa? | which include DOS/Windows style new-line code? And vice versa? | |||
A11. GLOBAL supports only native text format of POSIX. | A11. GLOBAL supports only native text format of POSIX. | |||
Besides, please go by the own responsibility. | Besides, please go by the own responsibility. | |||
---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | |||
Q12. Does GLOBAL support C++ language? | ||||
A12. The answer is yes and no. | ||||
The built-in C++ parser is deprecated, since it is not well maintained. | ||||
However, GLOBAL has a plug-in parser mechanism. Using the mechanism, | ||||
anyone can write parsers for their favorite languages and incorporate | ||||
them into GLOBAL. (see plugin-factory/) | ||||
So, if you write a parser for C++ language, GLOBAL supports it. | ||||
End of FAQ. | End of FAQ. | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 10 lines changed or added |