Re: [fossil-users] Patch: Syntax Highlighting Integration (line numbers working) (fixed)

2018-07-01 Thread Lester L. Martin II
Format flowed was breaking the patch, it's now attached, sorry for the trouble. -- Lester L. Martin II Index: src/db.c == --- src/db.c +++ src/db.c @@ -3259,10 +3259,15 @@ ** A shell command used to launch your preferred ** web

Re: [fossil-users] Patch: Syntax Highlighting Integration (line numbers working) (fixed)

2018-07-01 Thread Lester L. Martin II
On 2018-07-01 20:03, Lester L. Martin II wrote: On 2018-07-01 19:52, Lester L. Martin II wrote: Note: Have noticed that the functions, utilized without highlighting, actually generate 2 new lines, one at the beginning, and one at the end. This breaks line numbering (file grew longer in lines).

Re: [fossil-users] Patch: Syntax Highlighting Integration (line numbers working) (fixed)

2018-07-01 Thread Lester L. Martin II
On 2018-07-01 19:52, Lester L. Martin II wrote: Note: Have noticed that the functions, utilized without highlighting, actually generate 2 new lines, one at the beginning, and one at the end. This breaks line numbering (file grew longer in lines). Believe this has existed *before* I worked on my

Re: [fossil-users] Patch: Syntax Highlighting Integration (line numbers working)

2018-07-01 Thread Lester L. Martin II
Note: Have noticed that the functions, utilized without highlighting, actually generate 2 new lines, one at the beginning, and one at the end. This breaks line numbering (file grew longer in lines). Believe this has existed *before* I worked on my syntax highlighting and line numbering patch. If

[fossil-users] Patch: Syntax Highlighting Integration (line numbers working)

2018-07-01 Thread Lester L. Martin II
This patch changes the way `void artifact_page(void)` renders a files content. It also adds a new setting in "src/db.c" relating to syntax highlighting. As with the previous patch, it changes content rendering to use ``. In addition, on the paths that need `` it removes the `` from the section.