forked from anoopjohn/gphpedit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO
42 lines (27 loc) · 1.24 KB
/
TODO
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
42
BUGS TO FIX
===========
* Changing cursor position (either by keypress or mouse click) should reparse back
from position to find nearest PHP function. Should popup hint for function.
Should also work for cases like: outer( inner(
NEW FUNCTIONALITY/FEATURES
==========================
* Memory of Incremental Search strings
* Metric reporting (Function length, LOC)
* Turck-mmcache integration
* Project/Live site editing
* Tabs: with context menu
* Change the text on the taskbar button to be more meaningful
* class view: when there are multiple files with the same class names, it
would be nice if the file name is directly appended in the class view,
not only when clicking on it (or the diff to the other file names ;))
This can be implemented using a treeview with classes under the files
and under an All Files item
* Print current PHP file, using Anjuta code.
* Implement Ctrl+Space toolbar popup
> And it would be standard-conform (to ms visual studio and some others)
> to have Ctrl+Shift+Space = show hint to current function [helpful if
> your'e changing the code and not writing new calls] and Ctrl+Space =
> Show function dropdown immediateley.
CODE CLEANUP AND MISC CHANGES
=============================
* Take out gtkscintilla wrapper