File: TODO

package info (click to toggle)
geany 0.19.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 15,216 kB
  • ctags: 12,981
  • sloc: ansic: 75,212; cpp: 36,044; sh: 9,336; python: 660; makefile: 622; xml: 119; cs: 64; java: 58; perl: 49; ada: 42; fortran: 41; tcl: 31; asm: 27; sql: 22; ruby: 6; php: 1
file content (41 lines) | stat: -rw-r--r-- 1,372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
TODO List:
----------
Note: features included in brackets have lower priority.

	Fix bugs:
	o tagmanager fails on UTF-16/32


	Next version or later:
	o better file template {filename} wildcard replacement +{BASENAME}
	o documentation: list and explain filetype modes
	o common default highlighting styles configurable for all
	  programming languages (done for C-like filetypes using
	  filetypes.common named styles)
	o (better custom filetype support)
	o (custom template insertion - so user can add licenses, etc)
	o (selectable menu of arguments to use for Make, from Make Custom)
	o (DBUS)
	o (sci macro support - as a plugin?)
	o (parsing tags from a memory buffer instead of a file on disk)
	o (tango-like icons for the symbol list)
	o (per-workspace instances with socket support?)


	1.0:
	o stable plugin ABI for the 1.0 series? (Split up geany_data, prefs,
	  GeanyKeyCommand enum into groups)
	o review documentation


Wishlist
--------
Note: these items might not get worked on.

	o (calltip support for non-C-like languages that use
	   function_name(arguments) syntax - see python.c:parseArglist())
	o (better tags support for popular languages? - this is a moving
	   target...)
	o (support for adding plugin filetypes - SCI_LOADLEXERLIBRARY?)
	o Some kind of support for CTags tags files
	o Python plugin interface (different concept from Lua scripting)