|
From: Johannes S. (JIRA) <no...@sp...> - 2008-10-30 15:44:39
|
[ http://jira.springframework.org/browse/RCP-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40765#action_40765 ]
Johannes Schneider commented on RCP-580:
----------------------------------------
Rogan: You are right. Your approach seems to be better - also for save actions.
> FileChooserUtils should add file extension automatically
> --------------------------------------------------------
>
> Key: RCP-580
> URL: http://jira.springframework.org/browse/RCP-580
> Project: Spring Rich Client Project
> Issue Type: New Feature
> Reporter: Johannes Schneider
>
> FileChooserUtils#showFileChooser should append the file suffix automatically if the user didn't add it.
> something like (pseudo):
> if (!file.getName().endsWith(suffix)){
> file.getName()+suffix;
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|