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 (18 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* support setting duplication in filetype configuration
    function = {
      template = "my template";
      # more settings...
    }
    prototype = function;
    macro     = function;
  This would be really convenient with function, macro and prototypes for
  example.

* Support doctype-specific user-defined environment chunks.
  Problem: there is (for now) nothing here for this kind of settings
  (doctype-global but also specific to it).

* Store doctype in a per-document basis? It would be cool, but not sure it is
  possible without re-implementing a lot of document history.

* Support multiple cursors in templates