Notepad++ function list does not show functions that have more than 2 arguments
-
Re: Function list with Java problems
the function below is not shown in [Function list]-view within notepad++
/* Convenience Method */ private synchronized long[] getAllWcSPs(final String _token, final boolean _isPrefix, final String _prefixOrSuffix) { return getAllWcSPs(_token, _isPrefix, _prefixOrSuffix, CONSIDER_ALL_LEX); }