1
2[webview]
3# Which notebook gets the webview
4#   0 - None (hidden)
5#   1 - Sidebar
6#   2 - Message Window
7#   3 - A new "Main Notebook"
8location=3
9
10# When a search is triggered through the UI or keybinding, focus the webview
11# (show it's notebook page).
12focus_webview_on_search=true
13
14# If set, it's a URI to show in the webview when the plugin is loaded
15# If left blank, the last URI that was shown is used
16custom_homepage=
17
18# Tracks the last URI shown in the webview.
19# This is set by the plugin automatically on unload.
20# If not set (initial) custom_homepage will be shown if set or a default
21# page otherwise.
22last_uri=
23
24
25[doc_providers]
26# Use the integrated Devhelp widgets/features.
27devhelp=true
28# Use the system's manual pages (if man program is available)
29man_pages=true
30# Search Google Code and put the result page in the webview
31codesearch=true
32
33[devhelp]
34# Use the devhelp sidebar (search and browser UI).
35show_devhelp_sidebar=true
36# When using the devhelp sidebar, move the main sidebar's tabs to the bottom.
37set_sidebar_tabs_bottom=true
38# When searching with Devhelp, show the tab with the Devhelp sidebar in it.
39focus_sidebar_on_search=true
40
41[man_pages]
42# If the manual page program isn't in the path, you can set it's path.
43prog_path=man
44# Value to pass to -P option of man program
45pager_prog=col -b
46# Search manual page sections in this order.  This value is directly passed
47# the man program's -S option.
48section_order=3:2:1:8:5:4:7:6
49
50[codesearch]
51base_uri=http://www.google.com/codesearch
52
53# If Geany's filetype can be mapped to a Google code search language, then
54# specify the language to narrow down the search.
55use_lang_for_search=true
56
57# Other parameteres added to the end of the search URI just before loading
58# the URI in the webview.
59uri_params=
60
61[misc]
62# Where to put the tabs in the "main notebook" if it's being used.
63#   0 - Left
64#   1 - Right
65#   2 - Top
66#   3 - Bottom
67main_notebook_tab_pos=3
68