Re: [PHP-DEV] [patch] highlight_[file|string] and line numbers

2005-03-14 Thread Jakub Vrana
Marcus Boerger wrote: > To make this thing work on more then the newest software out i should be > since id was introduced first with html 4.0 and prior > to this only a could become a target using the name attribute. There's a table with support of VS in particular browsers at http://blog.filo

Re: [PHP-DEV] [patch] highlight_[file|string] and line numbers

2005-03-12 Thread Marcus Boerger
Hello Gordon, Sunday, March 13, 2005, 2:41:07 AM, you wrote: > On Sun, 13 Mar 2005 02:31:42 +0100, David Zülke <[EMAIL PROTECTED]> wrote: >> No... that won't make it possible to jump directly to line numbers. It has >> to be > I don't think that's true. I may be wrong, as I didn't consult any >

Re: [PHP-DEV] [patch] highlight_[file|string] and line numbers

2005-03-12 Thread Gordon P. Hemsley
t; > Sent: Sunday, March 13, 2005 1:23 AM > > To: Jeffery Fernandez; Johannes Schlueter; internals@lists.php.net; > > [EMAIL PROTECTED] > > Subject: Re: [PHP-DEV] [patch] highlight_[file|string] and line numbers > > > > Instead of using (which I'm not sure i

RE: [PHP-DEV] [patch] highlight_[file|string] and line numbers

2005-03-12 Thread David Zülke
t: Sunday, March 13, 2005 1:23 AM > To: Jeffery Fernandez; Johannes Schlueter; internals@lists.php.net; > [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] [patch] highlight_[file|string] and line numbers > > Instead of using (which I'm not sure is even valid), > you can simply j

Re: [PHP-DEV] [patch] highlight_[file|string] and line numbers

2005-03-12 Thread Gordon P. Hemsley
Instead of using (which I'm not sure is even valid), you can simply just embed the id into the tag: . And that's just _my_ 2 cents. On Sun, 13 Mar 2005 10:47:19 +1100, Jeffery Fernandez <[EMAIL PROTECTED]> wrote: > Johannes Schlueter wrote: > > >Hi, > > > >some days (or even weeks?) ago Lukas

Re: [PHP-DEV] [patch] highlight_[file|string] and line numbers

2005-03-12 Thread Jeffery Fernandez
Johannes Schlueter wrote: Hi Jeffery, On Sunday 13 March 2005 00:47, Jeffery Fernandez wrote: That looks very good but there seems to be serious html issues when I validated that page... Total 1789 erros when I validated that page at w3c. If you can fix that it would be awesome. Try to vali

Re: [PHP-DEV] [patch] highlight_[file|string] and line numbers

2005-03-12 Thread Johannes Schlueter
Hi Jeffery, On Sunday 13 March 2005 00:47, Jeffery Fernandez wrote: > That looks very good but there seems to be serious html issues when I > validated that page... Total 1789 erros when I validated that page at > w3c. If you can fix that it would be awesome. Try to validate it as XHTML1.0 and, s

Re: [PHP-DEV] [patch] highlight_[file|string] and line numbers

2005-03-12 Thread Jeffery Fernandez
Johannes Schlueter wrote: Hi, some days (or even weeks?) ago Lukas asked on IRC wether there is a way to get PHP code highlighted with linenumbers. The first reaction of most people (including me) was "no" since you can't copy&paste the code but after thinking I found out that works really fine

[PHP-DEV] [patch] highlight_[file|string] and line numbers

2005-03-12 Thread Johannes Schlueter
Hi, some days (or even weeks?) ago Lukas asked on IRC wether there is a way to get PHP code highlighted with linenumbers. The first reaction of most people (including me) was "no" since you can't copy&paste the code but after thinking I found out that works really fine. So I've implemented it