|
Revision 1056, 1.0 kB
(checked in by alpt, 2 years ago)
|
...
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
- |{TODO wocpath}| |
|---|
| 3 |
|
|---|
| 4 |
~/.vim/woc/ is used as an hardcoded path only in some places. |
|---|
| 5 |
These are the places where it is referenced in an hardcoded |
|---|
| 6 |
form: {-TODO wocpath:"r-} |
|---|
| 7 |
|
|---|
| 8 |
The other places just use {-WOC_HOME-} |
|---|
| 9 |
|
|---|
| 10 |
- See {-TODO generic downloader-} |
|---|
| 11 |
|
|---|
| 12 |
- Mouse support |
|---|
| 13 |
|
|---|
| 14 |
- |{TODO mouse support}| |
|---|
| 15 |
|
|---|
| 16 |
How is it possible to get the position of the clicked point? |
|---|
| 17 |
I don't know. If something like getmousepos(), then it's possible to nmap |
|---|
| 18 |
these: |
|---|
| 19 |
|
|---|
| 20 |
nmap <C-LeftMouse> :call <SID>WOCMouseTagCmd()<cr> |
|---|
| 21 |
nmap g<LeftMouse> :call <SID>WOCMouseTagCmd()<cr> |
|---|
| 22 |
|
|---|
| 23 |
Where WOCMouseTagCmd() uses getmousepos() instead of getpos() |
|---|
| 24 |
|
|---|
| 25 |
- Use all the options defined in {-dev/index.woc:"fj-} |
|---|
| 26 |
Right now, only the aliases are used. |
|---|
| 27 |
|
|---|
| 28 |
- {-woctags.sh:"fj-} has a regexp bug: |
|---|
| 29 |
{-tagref1-} bla bla {-tagref2-} |
|---|
| 30 |
|
|---|
| 31 |
is parsed as: 'tagref1-} bla bla {-tagref2' |
|---|
| 32 |
and not as two different tags 'tagref1' and 'tagref2'. |
|---|
| 33 |
|
|---|
| 34 |
- Support an embedde form of index.woc: it should be possible to specify the |
|---|
| 35 |
aliases inside the current text file. |
|---|