-
wow, thanks for the quick response.
I'll look over the bug tracker (which, in retrospect, would have been a better place to start...) and post. Thanks!
2009-03-07 05:23:44 UTC in jVi - vi editor clone
-
Err, sorry that this is posted in the wrong place... I guess I haven't quite gotten the hang of this monstrosity that SourceForge is trying to pass off as a "forum".
2009-03-07 05:07:48 UTC in jVi - vi editor clone
-
I'm used to using z[jk] to move around folds in Vim... Is there any chance this could be implemented? Or is there some equivalent in jVi?
Thanks,
David.
2009-03-07 05:02:47 UTC in jVi - vi editor clone
-
I have attached the tags generated by my "fixed" version of ctags (and, in case things change in the future, this was taken from r39).
File Added: tags.
2009-02-01 20:20:51 UTC in Exuberant Ctags
-
It's very common to see JavaScript functions defined like this:
foo = function(a, b, c)
But ctags does not recognize this.
To add this, add these two lines in the installJavaScriptRegex function (jscript.c):
addTagRegex (language, "([A-Za-z0-9_]+)[ \t]*=[ \t]*function[ \t]*\\(",
"\\1", "f,function,functions", NULL);
See, for example...
2009-01-31 02:41:14 UTC in Exuberant Ctags
-
I've found that, when I create a PDF with LyX that has an embedded postscript graphic, Skim fails to render it correctly (although Preview.app gets it right).
I'm on a PPC 10.4, and I've attached an example.
2008-07-01 20:59:55 UTC in Skim PDF Reader and Note-taker for OS X
-
wolever committed revision 83 to the Python Markdown SVN repository, changing 5 files.
2008-02-29 22:22:39 UTC in Python Markdown
-
wolever committed revision 82 to the Python Markdown SVN repository, changing 1 files.
2008-02-26 21:02:34 UTC in Python Markdown
-
wolever committed revision 81 to the Python Markdown SVN repository, changing 1 files.
2008-02-26 18:29:46 UTC in Python Markdown
-
wolever committed revision 80 to the Python Markdown SVN repository, changing 1 files.
2008-02-26 17:52:12 UTC in Python Markdown