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 (31 lines) | stat: -rw-r--r-- 1,213 bytes parent folder | download | duplicates (9)
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
BUGS:
- panel buttons status change only after loading target file
- markers dissapear after refreshing a file (in other encoding for example) 
- markers are not restored aftre refresh as CODEPAGE action

FEATURES:

- debug callbacks names (refactoring)
- gdb backend step speed
- windows support

- attach functionality: dbm_ methods providing target lists, common dialog
- interrupt thread using stack window
- step back

- margin context menu
- editor context menu (add watch, add/remove breakpoint)

- refresh tooltip when stopping after step/run is tooltip is active
- font from the geany settings for a message window
- use left/right keys to collapse/expand in breakpoints tree
- use lexer to lookup for a symbol under cursor when presenting a tooltip
- a button in the upper right path of a right notebook for a hiding/showing button panel
- minimum width of the debug panel notebooks
- tree views column width/autowidth
- custom tooltip on breaks and stack trace windows with code snippet around break or frame
- custom tooltip(in an editor in debug mode) with sticking facilities
- don't hide a tooltip until run hasn't happent, move it if document is being scrolled

- android support
- bashdb support