File: TODO

package info (click to toggle)
geany-plugins 2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,832 kB
  • sloc: ansic: 107,883; sh: 5,567; makefile: 1,531; sed: 16
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.