You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/10/05 14:03:52 UTC

[GitHub] [netbeans] SiddheshRane commented on issue #1543: [NETBEANS-3193] Support remote files in Open Recent File menu

SiddheshRane commented on issue #1543: [NETBEANS-3193] Support remote files in Open Recent File menu
URL: https://github.com/apache/netbeans/pull/1543#issuecomment-538652559
 
 
   This commit changes the format of file paths in recent files list stored on disk. If a user updates this module, then **the first time none of the recent files will be able to open** as they are in old format. The recent list will get cleared. After that recent list will populate with newly closed files and work normally.
   
   A smoother transition can be provided in which URLs are constructed with context `new URL(<url of C: or />, <url or file path in recent list>)`, although I am not sure whether it would be necessary
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists