matthiasblaesing opened a new pull request, #4979:
URL: https://github.com/apache/netbeans/pull/4979

   There are two different issues:
   
   - The documentation is fetched based on the completion result. This was only 
build based on the prefix. This change sorts the completion result using the 
node image where the cursor is currently located and sort by levenshtein 
distance between this image and the completion proposal. This result in 
preferring better matching entries.
   
   - The documentation is looked up from the W3C specificiation HTML files. To 
do this the correct location is located using several regular expressions. To 
make this more precise a less flexible regexp is used. The other matches are 
retained and used as fallbacks.
   
   Closes: #4778
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to