Re: [Inkscape-devel] [Inkscape-user] Clear Open recent?
I have added a button to the Interface page in the Inkscape preferences dialog that will remove all items of the "File -> Open Recent" menu. The code was commited in the svn revision number 20503 and the feature will probably be in the next stable release, I hope.
Could anybory review my code, please? It is the first time I deal with GtkRecentManager. Could you please review it, Bulia?
Juca
On Sun, Jan 11, 2009 at 2:51 PM, bulia byak <buliabyak@...400...> wrote:
On Sun, Jan 11, 2009 at 9:05 AM, Benct Philip Jonsson <bpj@...2113...> wrote:
Is it possible to clear the list of documents in File -> Open recent?
Only by manual editing your preferences.xml - you need to delete all children of <group id="recent">. Or just delete the file, but then you will also lose all other settings).
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
On 1/11/09, Felipe Sanches <felipe.sanches@...400...> wrote:
I have added a button to the Interface page in the Inkscape preferences dialog that will remove all items of the "File -> Open Recent" menu. The code was commited in the svn revision number 20503 and the feature will probably be in the next stable release, I hope.
Cool, thanks!
Could anybory review my code, please? It is the first time I deal with GtkRecentManager. Could you please review it, Bulia?
Actually I haven't looked at GtkRecentManager at all, it was a recent change by Krzysztof. Krzysztof, can you please review this change?
bulia byak wrote:
Actually I haven't looked at GtkRecentManager at all, it was a recent change by Krzysztof. Krzysztof, can you please review this change?
It doesn't nuke the entire recent manager, so it should be OK.
Regards, Krzysztof Kosiński.
I was a bit unsure about what to do with files that were registered in the recent manager by other programs also. Just imagine I have an svg file that was opened in Inkscape but also in gedit. I wouldnt want to remove it from gedit's recent opened list. How do we handle this case?
Juca
On Sun, Jan 11, 2009 at 7:16 PM, Krzysztof Kosiński <tweenk.pl@...400...> wrote:
bulia byak wrote:
Actually I haven't looked at GtkRecentManager at all, it was a recent change by Krzysztof. Krzysztof, can you please review this change?
It doesn't nuke the entire recent manager, so it should be OK.
Regards, Krzysztof Kosiński.
View this message in context: http://www.nabble.com/Re%3A--Inkscape-user--Clear-Open-recent--tp21403389p21... Sent from the Inkscape - Dev mailing list archive at Nabble.com.
Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Felipe Sanches wrote:
Just imagine I have an svg file that was opened in Inkscape but also in gedit. I wouldnt want to remove it from gedit's recent opened list. How do we handle this case?
I think it should have a separate recent file entry, but I'll check this. Regards, Krzysztof Kosiński.
participants (3)
-
bulia byak
-
Felipe Sanches
-
Krzysztof Kosiński