Rest icon indicating copy to clipboard operation
Rest copied to clipboard

->accept() IgnorableFileExtension should be configurable

Open dpiquet opened this issue 7 years ago • 1 comments

Hi,

I went to an issue where my last parameter contains a dot (but is not a filename)

As I used the accept() method my parameter was missing its right part (ref.part => ref). I had to copy the accept / abstractAccept classes code to a custom routine just to get rid of this behavior (thoses classes implements IgnorableFileExtension, i just changed that).

It would be nice to make this configurable or to add an alternative version.

dpiquet avatar Mar 12 '18 14:03 dpiquet

Can you please provide an example of your accept() implementation.

nickl- avatar May 06 '18 10:05 nickl-