Bug 44872

Summary: Add "All Files" filter to Open File dialogs
Product: JMeter - Now in Github Reporter: Radek Mista <rmista>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P4    
Version: 2.3.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: All File filter patch for FileDialoger.java

Description Radek Mista 2008-04-25 06:11:16 UTC
Created attachment 21853 [details]
All File filter patch for FileDialoger.java

Currently "Open File" dialogs (shown when clicking on File->Open menuitem or on the "Browse" button in "Read from file" section of listeners) have only *.jmx and *.jtl file filters which prevents users from browsing for files with different extensions. It would be useful to have allow users to browse for any file type by adding "All Files" filter to Open File dialog.

Attached is a patch that modifies FileDialoger.java to include "All Files" filter in Open File dialog.
Comment 1 Sebb 2008-05-02 07:06:43 UTC
Good idea.

As a work-round, one can always type the correct name in the box.
Using *.xyz or *.* will allow one to search as needed (and will temporarily update the box options with the new pattern)
Comment 2 Sebb 2008-05-02 10:31:58 UTC
URL: http://svn.apache.org/viewvc?rev=652839&view=rev
Log:
Bug 44912 - Filter not working in Log Parser
Comment 3 Sebb 2008-05-02 10:36:09 UTC
(In reply to comment #2)
> URL: http://svn.apache.org/viewvc?rev=652839&view=rev
> Log:
> Bug 44912 - Filter not working in Log Parser
> 

Oops, wrong fix details, should have put:

URL: http://svn.apache.org/viewvc?rev=652842&view=rev
Log:
Bug 44872 - Add "All Files" filter to Open File dialogs
Comment 4 The ASF infrastructure team 2022-09-24 20:37:41 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2103