Re: [fossil-users] Colored output on console

2016-04-24 Thread Steve Schow
For now, if you’re on a unix platform, you can try a wrapper script like this: #!/bin/bash export COLOR_NC='^[[0m' export COLOR_RED='^[[1;31m’ fossil $* |\ sed -e "s/ERROR/${COLOR_RED}ERROR${COLOR_NC}/g” \ sed -e “s/WARNING/${COLOR_RED}WARNING${COLOR_NC}/g” On Apr 24, 2016, at 4:07 AM,

Re: [fossil-users] Feature request: syntax highlighting for file, diff and code block rendering

2016-04-24 Thread David Vines
You may need to extend the list of file extensions in ext/syn.js, for example to support js as an extension for javascript I added case "js": t = "javascript"; break; Dave On 24/04/2016 18:04, Marko Käning wrote: Hi Svyatoslav, On 24.04.2016 14:31,

Re: [fossil-users] Howto change diff output colorisation

2016-04-24 Thread Marko Käning
Hi again, On 24.04.2016 19:14, Svyatoslav Mishyn wrote: You can add into css file 'span.diff*' style attributes, see example: https://f.juef.tk/fossil-theme-sl/artifact/6601f777f08ef848cc97cc10100f50afac09f1d4?txt=1=215,244 ah, great. That's what I was hoping for. Thanks, Marko

Re: [fossil-users] Howto change diff output colorisation

2016-04-24 Thread Svyatoslav Mishyn
(Sun, 24 Apr 18:32) Marko Käning: > how can one configure the colour scheme of the diff output for a specific > skin? You can add into css file 'span.diff*' style attributes, see example: https://f.juef.tk/fossil-theme-sl/artifact/6601f777f08ef848cc97cc10100f50afac09f1d4?txt=1=215,244 > ... >

Re: [fossil-users] Feature request: syntax highlighting for file, diff and code block rendering

2016-04-24 Thread Marko Käning
Hi Svyatoslav, On 24.04.2016 14:31, Svyatoslav Mishyn wrote: see: http://www.fossil-scm.org/index.html/wiki?name=shjs I tried this out, but unfortunately it didn't highlight anything for me. Greets, Marko ___ fossil-users mailing list

Re: [fossil-users] Colored output on console

2016-04-24 Thread Tony Papadimitriou
Possibly the best ‘color-blind proof’ method is reverse video. Not the best looking in all cases, but certainly effective. From: Scott Robison Sent: Sunday, April 24, 2016 7:39 PM To: Fossil SCM user's discussion Subject: Re: [fossil-users] Colored output on console On Apr 24, 2016 4:07 AM,

Re: [fossil-users] Colored output on console

2016-04-24 Thread Marko Käning
Hi Scott, On 24.04.2016 18:39, Scott Robison wrote: I will just observe here that typically red text on a black background is really hard for me to see. If someone were to add such a thing, having it be opt in would be appreciated. Different people have different, of course. I hate color

Re: [fossil-users] Colored output on console

2016-04-24 Thread Scott Robison
On Apr 24, 2016 4:07 AM, "Marko Käning" wrote: > > Hi devs, > > it would be great if one could colorise Fossil’s output on the console! > > Quite a few times I missed an error or warning message which slipped in between of many lines of the usual fossil output on the

[fossil-users] How to migrate a repository's wiki pages to another repo?

2016-04-24 Thread Marko Käning
Hi list, how can one migrate a repository's wiki pages to another repo? One could imagine to have some ex/import functionality for wiki pages... Greets, Marko ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

[fossil-users] Howto change diff output colorisation

2016-04-24 Thread Marko Käning
Hi, how can one configure the colour scheme of the diff output for a specific skin? For instance the skin "Khaki, No Logo" has a light green background, which is very similar to the light green used for highlighting of added text on the right side of a diff output. It would be advisable

Re: [fossil-users] Feature request: syntax highlighting for file, diff and code block rendering

2016-04-24 Thread Marko Käning
Hi Svyatoslav, On 24 Apr 2016, at 14:31 , Svyatoslav Mishyn wrote: > (Sun, 24 Apr 12:03) Marko Käning: >> would be nice if it was possible to get syntax highlighting in the web UI. > > see: http://www.fossil-scm.org/index.html/wiki?name=shjs that looks interesting.

Re: [fossil-users] Feature request: syntax highlighting for file, diff and code block rendering

2016-04-24 Thread Svyatoslav Mishyn
Hello, (Sun, 24 Apr 12:03) Marko Käning: > would be nice if it was possible to get syntax highlighting in the web UI. see: http://www.fossil-scm.org/index.html/wiki?name=shjs Personally I didn't try it, because I use an editor without syntax highlighting. -- https://www.juef.tk/

[fossil-users] Renaming wiki pages

2016-04-24 Thread Marko Käning
Hi, are there any plans to implement a “wiki rename” command [1] for fossil? Greets, Marko [1] http://stackoverflow.com/questions/22545581/how-can-you-rename-a-wiki-page-in-fossil-scm ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

[fossil-users] Colored output on console

2016-04-24 Thread Marko Käning
Hi devs, it would be great if one could colorise Fossil’s output on the console! Quite a few times I missed an error or warning message which slipped in between of many lines of the usual fossil output on the console. Red colouring of words like “warning” or “error” would be very helpful

[fossil-users] Feature request: syntax highlighting for file, diff and code block rendering

2016-04-24 Thread Marko Käning
Hi devs, would be nice if it was possible to get syntax highlighting in the web UI. Greets, Marko ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Re: [fossil-users] Some more default settings for a UI user

2016-04-24 Thread Marko Käning
Hi Stephan, On 24 Apr 2016, at 11:24 , Stephan Beal wrote: > i'm not gonna touch those, in the hope that someone with more fingers in the > wiki code can say something to them. no worries, I am very happy about your immediate feedback! Greets, Marko

Re: [fossil-users] Some more default settings for a UI user

2016-04-24 Thread Stephan Beal
On Sun, Apr 24, 2016 at 11:16 AM, Marko Käning wrote: > P.S.: Any hints for my other two post regarding code blocks and font sizes? > i'm not gonna touch those, in the hope that someone with more fingers in the wiki code can say something to them. just fyi: while i'm

Re: [fossil-users] Some more default settings for a UI user

2016-04-24 Thread Marko Käning
Hi Stephan, On 24 Apr 2016, at 10:47 , Stephan Beal wrote: > Indeed, it's not intuitive, and i was too tired to get out of bed and back to > my full > keyboard, so was unnecessarily brief ;). you still responded even when you were supposed to have already nodded off! ;-)

Re: [fossil-users] Some more default settings for a UI user

2016-04-24 Thread Stephan Beal
On Sun, Apr 24, 2016 at 2:06 AM, Marko Käning wrote: > On 24 Apr 2016, at 01:45 , John P. Rouillard > wrote: > > You're missing what he is saying. He is saying change the Timeline > > (/timeline) link in the menu. > > indeed, not hard to miss