KDE/kdevplatform/plugins/quickopen

Andreas Pakulat apaku at gmx.de
Sat Oct 18 09:52:01 UTC 2008


On 18.10.08 01:29:12, David Nolden wrote:
> SVN commit 872750 by zwabel:
> 
> - Fix the action for quickopen-open-files, the .rc file needs also to be manipulated, and an id added.
> - Correctly adapt the open-file data provider to the scope/item scheme: The scope is clearly "currently open", and the item type is "files".
> - Give the open files an icon that doesn't hurt in the eyes ;-)
> - Make "Quickopen File" by default contain the currently open files scope
> 
> Now do we really need the separate "Quickopen Open Files" shortcut if we already have "Quickopen Files" that contains them at the top?

No, as far as I recall it was said that when the files are at the top, the
new action should go away completely. That was the whole point of putting
them into the normal quickopen files list.

> 
> 
>  M  +3 -0      kdevquickopen.rc  
>  M  +1 -1      projectfilequickopen.cpp  
>  M  +15 -10    quickopenplugin.cpp  
> 
> 
> --- trunk/KDE/kdevplatform/plugins/quickopen/kdevquickopen.rc #872749:872750
> @@ -13,6 +13,9 @@
>      <Action name="quick_open_class"
>  	    group="file_operations"/>
>  
> +    <Action name="quick_open_open_files"
> +            group="file_operations"/>
> +

You need to increase the version number after any change to an xmlgui file.

Andreas

-- 
Reply hazy, ask again later.




More information about the KDevelop-devel mailing list