File: TODO

package info (click to toggle)
geany-plugins 1.24%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,532 kB
  • ctags: 10,926
  • sloc: ansic: 89,639; sh: 11,434; python: 1,365; makefile: 1,302
file content (13 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
TODO:
 * Save & restore the state of the inspector (docked/undocked, visible/hidden)
 * Allow reloading after build? Useful if the web page needs to be compiled
   manually.
 * Add possibility to "view current file" in the web view? (probably only useful
   for plain HTML editing)

FIXME:
 * Find why docking the inspector window don't work in the plugin.
   Note that this DOES work when GwhBrowser is used by a test
   application.
   Moreover, this works when the browser is in its separate window.
   ...strange. A bug in WebKit or WebKitGTK I guess.