-
Notifications
You must be signed in to change notification settings - Fork 15
/
TODO
39 lines (24 loc) · 959 Bytes
/
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
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
==========================
* Metric reporting (Function length, LOC)
* Turck-mmcache integration
* Project/Live site editing
* Tabs: with context menu
* 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.
* Port plugins systems to libpeas
* Port code to GTK+ 3.0
* Autosave functionality
*
CODE CLEANUP AND MISC CHANGES
=============================
* Take out gtkscintilla wrapper