forked from osfameron/perl-tags
-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO
43 lines (32 loc) · 1.56 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
43
Add a function param to variables and the necessary magic to infer what
function a variable is in.
Figure out if can use sigils in tag name
01:44 < wolverian> anyway, try removing the ^ in to_string, if you want.
(to make tags jump to statement instead of line)
But check that this doesn't cause weird shit upstream!
-- committed, revert if causes problems
- wolv
work out release for P::T::PPI
Do testing with VIM
Make the repo public :-)
05_vim.t
(doesn't work in make test/prove, because the output is redirected and vim whines)
02:52 < Alias> Are you compatible with the ctag command line params?
02:53 < Alias> Because Ultraedit DOES seem to have support for integrating it
02:53 < Alias> Which means PPI-based ctags on Win32
02:53 < Alias> shiny
02:53 < osfameron> there isn't a frontend for Perl::Tags yet
02:53 -!- Averell [[email protected]] has joined #perl
02:53 < osfameron> it's basically refactored from pltags.pl which comes distributed with vim
02:53 < Alias> ok
02:53 < osfameron> but I guess it wouldn't be hard to write a frontend with a ctags-like interface
02:53 < Alias> Well then just so you know, we need one :)
02:53 < Alias> Even if it's a simple one
Make the repo public :-)
done - Alias/Wolverian
Make frontend supporting at least "-L %fi -f %fo" for UltraEdit (Alias)
CHANGES:
added patch 26842 by Ian Tegebo" <[email protected]> (tempname)
added patch 20613 ([email protected]) for parsing use constant declarations
added patch 20616 ([email protected]) for parsing label declarations
- move ::Naive to another module