On Sun, Sep 16, 2012 at 6:18 PM, Andrej N. Gritsenko <[email protected]> wrote: > Hello! > > PCMan has written on Sunday, 16 September, at 16:04: >>> 2. The search result should always be shown in "detailed list" mode >>> regardless of the default view mode set in config. > > I don't like the idea. Some may want to see search results with icon > view for example. It should be done via 'per-folder view mode' setting > which was discussed a bit already, BTW.
Adding many items to the icon view induced more UI flickering sometimes since this caused relayout of a lot of items. In detailed list mode, this also cause insertion of items and changed the layout, but the performance hit and flickering caused is less when compared to icon view. Besides, the most important issue is for two files in different folders with the same time, it's not able to differentiate them in icon view mode. In detailed list view mode, we can add a column for showing their locations. For usability and performance perspective, whether this is customizable or not, the search result should use detailed list mode "by default". Of course we can make this customizable and let the user change it, but detailed list should be the default. >>> 4. Add a "Search files" item to popup menus of folders. > > This one is pretty easy to do, even from pcmanfm - callback for > folder menu designed exactly for such purposes. > >>5. folder paths might need to be escaped before added to the search:// URI. >>However, this hurts readability of the URI. >>It's no big deal since the URI is generated by the search dialog, not >>typed by the user. > > It's common practice however - see search patterns in browsers. So > the escaping is way to go. > > Andriy. > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://ad.doubleclick.net/clk;258768047;13503038;j? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > Pcmanfm-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pcmanfm-develop ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Pcmanfm-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pcmanfm-develop
