bobbylight / AutoComplete

A code completion library for Swing text components, with special support for RSyntaxTextArea.
BSD 3-Clause "New" or "Revised" License
166 stars 55 forks source link

Add endParam optional attribute to CompletionXMLParser #68

Closed paul-griffith closed 4 years ago

paul-griffith commented 4 years ago

Minor feature. Was working on testing something else, implemented this when I noticed the XML parser didn't support supplying a value for the endParam attribute. Should be NPE-etc safe, and backwards compatible since it defaults to false.

bobbylight commented 4 years ago

Sweet, thanks!