Backport of junichi11's fixes made after Apr 22, 2017#607
Backport of junichi11's fixes made after Apr 22, 2017#607geertjanw merged 15 commits intoapache:2ndDonationfrom
Conversation
Context sensitive lexer part
Don't add <b></b> twice. WARNING [org.netbeans.modules.editor.completion.PatchedHtmlRenderer]: Closing bold tag w/o opening bold tag WARNING [org.netbeans.modules.editor.completion.PatchedHtmlRenderer]: <font color=#00003C><b><b>$GLOBALS</b></b></font> WARNING [org.netbeans.modules.editor.completion.PatchedHtmlRenderer]: ^ WARNING [org.netbeans.modules.editor.completion.PatchedHtmlRenderer]: Full HTML string:<font color=#00003C><b><b>$GLOBALS</b></b></font>
Uniform variable syntax part. Some features(CC, GotoDeclaration, MarkOccurrences) don't work with (...) expression yet.
… are declared with pipe (|) during auto-complete
…tor.parser.TplParser.parse
…apping always option is set
Also, fix missing unhandled errors(e.g. foo()(), foo->bar()(), Foo::bar()()).
|
Very cool. Should we wait to relicense everything in the 2nd donation or integrate this there already? |
|
I'm not sure but some people (e.g. @JaroslavTulach, @sdedic, @dbalek ) did the same thing in the 1st donation.
I would like to merge them as soon as possible because I'm not sure whether I can apply patches correctly after license headers are changed. If there is a problem, I'll just wait :) |
|
Are there any that need to be reviewed or should we merge them all without additional steps? Up to you, either way, happy to do what you think best. |
|
I suppose we need not review them. I hope that they are merged if anyone else has no objection. I'll wait a while. |
|
OK, merging. |
|
Probably, in this case, we should not squash & merge because it would be big one commit and it would be hard to find specified changes... |
This reverts commit 918cddf.
I've applied my changes using Matthias's steps.
https://lists.apache.org/thread.html/56ab329e71ad9955138edf6399625f2d627ac315b72bcb91c8fd7fb5@%3Cprivate.netbeans.apache.org%3E