File: userprefs.xml

package info (click to toggle)
gedit-r-plugin 0.8.0.2-Gtk3-Python3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,240 kB
  • ctags: 530
  • sloc: python: 5,016; xml: 562; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Define he user preferences for rwizards -->
<rwizardsuserprefs rootmenuentry="Wizards" showontoolbar="false" shortcutsactive="true">
    <!-- rootmenuentry - the menu entry for all the wizards 
         showontoolbar - should wizards which are defined as showing on the toolbar be actually shown?
         shortcutsactive - should the keyboard shortcuts be honoured? -->

    <!-- The user-defined menu entries for rwizards -->
    <prefs>
        <!--item rwizard="corr" menu="/Association tests/Correlation" icon="corr.png" toolbar="false" shortcut="Ctrl+Alt+C"/-->
    </prefs>

</rwizardsuserprefs>