Masatake YAMATO
Masatake YAMATO
@mislav, Can I ask you to add following pseudo tags to ripper-tags? - !_TAG_PROGRAM_AUTHOR - !_TAG_PROGRAM_NAME - !_TAG_PROGRAM_URL - !_TAG_PROGRAM_VERSION They are not must but ctags utilizes these tags returned...
What does `#' mean in ruby?
I found a docment for `#'. http://docs.ruby-lang.org/ja/1.9.3/doc/symref.html#num I found interesting comment. https://github.com/universal-ctags/ctags/blob/master/parsers/ruby.c#L269-L287
I think file: field is not needed for `A`. How do you think? I'm working on peg based new Java parser. I will fix this in the new parser.
PEG based Java parser is too slow. So I'm writing new Jara parser from scratch now.
A cotributor submitted a typescript parser. So I have taken time for merging it. TypeScript is very special exception. So many people want it. Rewriting Java and Ruby parsers have...
Thank you. I know Java parser is broken. I need a perfect one in my daily job. I will work on after merging TypeScript parser.
Which forum? Unlike Python parser, the Java parser cannot record annotations.
> 2. #219 What I wrote in #219 is still true. Even with the current Java parser implementation, we may be able to gather annotation information if we add code...
Reproduced with the following shorten input: ``` public class AccountSetupNoteDialogFragment { public Dialog onCreateDialog(Bundle savedInstanceState) { return new AlertDialog.Builder(context) .setPositiveButton( new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int which) {...