-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create the release #664
Comments
Hello, I don't know if I'm allowed to write here)..but please, give some more information to README regarding the following:
Thank you) |
@timfayz, thank you for comments. There are too many issues, so I can solve all your issues at once.
Could you look at https://github.com/universal-ctags/ctags/blob/master/docs/autotools.rst ? I am the bottle neck.
I'm sorry but I don't have time to work on languages web stack area. Instead I will work on improving the facilities for developing parsers for languages web stack area. Instead of putting our great regex based parser to your ~/.ctags, I would like you to consider submit it to here as a pull request. https://github.com/universal-ctags/ctags/blob/master/docs/optlib.rst ctags has built-in css parser imported from geany. I don't know about css. It seems that "classes' are captured:
About html I'm thinking about using XML meta parser. Embedded language cannot be handled well yet. I think we have to implement something stackable input streams".
@cweagans, should we not use here for this discussion? |
I've already seen it) Yeah, the instructions are intended for Linux users, but I think it will be much simpler if it was explicitly defined as Linux installation. It won't confuse newbies with unknow commands and concepts like
Good point, but what if I want to list them prior to installation? I think you will agree that the repo should be intended not only for experts and advanced ("Do you know ctags? Yes I do. Joint to the party, my friend! If you don't get out of here!"), but to absolutely new that hears about ctags for the first time.
Ok, I'll hope for the better future) If I understand your correctly - regarding the pull request and participating - C isn't my primary language, so I'm sorry) Thank you for the links and detailed explanation. I've read visit them, but I don't have much time to dig into internals. I think, I go back here later if I faced with usage problems. |
…licitly Suggested by @timfayz in universal-ctags#664. Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Could you review #671 ?
I wonder how can we do it well... does anyone have good idea? Githook can help us?
About writing regex based parser, you don't need knowledge about C. If a regex parser is not enough you can write a parser with any language you want. If you are seriouly interested in handling a particular language, open an issue like scala(#654). For extending ctags internal exclusion list, the knowledge about C language is needed. About handling nested languages, give me good and attractive example. You can add an example to #64 |
Docs will solve this, and we can improve the website too. I think there are 3-4 separate issues that can be opened from the above discussion. This issue is more for tracking the specific things that we need to do to get the release out the door. |
Regarding vim+ctags documentation, I don't think this is the right place for that. If we do it, then we would have to create such a document for each editor that supports tags files. And there are too many of them! I'm sure that a quick Google search will show return many sites explaining tags file usage in the various editors available. Nevertheless, vim includes extended documentation:
These two help entries should get you started :) |
I revised issues that are in 1.0.0 milestone. |
@timfayz, there are some examples of regex parsers at https://github.com/universal-ctags/ctags-xparsers . |
So are you making a release anytime soon? This is what distribution maintainers would be looking for, usually. |
I'm very sorry but I don't have a plan to release. |
I'm thinking about releasing 6.0. |
Depends on having the other issues in the milestone complete.
The text was updated successfully, but these errors were encountered: