Windows defender is flagging LeoApp.exe as carrying a trojan

2018-03-08 Thread Satish Goda
I just downloaded 5.7 final from Source Forge https://sourceforge.net/projects/leo/files/Leo/5.7-final/Leo_5.7_final_Win.zip/download

Re: Themes

2018-03-08 Thread Chris George
Where do I get to choose the boxes? SInce this morning (Rev 5e3976b) I get the white box images in the tree with both Breeze Dark Theme - KDE Plasma.leo with myLeoSettings.leo disabled and with settings enabled and the theme in myLeoSettings.leo. I deleted both sets of white boxes in leo/Icons

Re: LaTex to PDF workflow using Leo

2018-03-08 Thread Arjan
Reviving this old topic. I made a crude attempt, hard-coded etc., to just rewrite the section definitions via regex search and replace. Works just on a single .tex file (I don't see a benefit to using multiple input files when managing things via Leo anyway), but it's still useful in my case. H

Re: log pane colors

2018-03-08 Thread Edward K. Ream
On Thursday, March 8, 2018 at 9:04:55 AM UTC-6, Edward K. Ream wrote: One more tweak. Rev b9b4ccf treats None and 'black' differently. > For the first time the following may produce different colors, depending on theme and settings: g.es('test') # Prefer the log_text_foreground_color "role". g.

Re: log pane colors

2018-03-08 Thread Edward K. Ream
On Thursday, March 8, 2018 at 8:53:22 AM UTC-6, Terry Brown wrote: > > Great, thanks for all that. > You're welcome. These were good changed. > I did need to add > > @color log_red_color = @log_error_color > @color log_blue_color = @log_warning_color > > to make those consistent, but I th

Re: log pane colors

2018-03-08 Thread Terry Brown
On Thu, 8 Mar 2018 04:19:07 -0800 (PST) "Edward K. Ream" wrote: > > ​I have just reopened #​788 > > to handle > > this. > > Fixed and closed at acd8f99. Great, thanks for all that. I did need to add @color log_red_color = @log_error_colo

Re: log pane colors

2018-03-08 Thread Edward K. Ream
On Thursday, March 8, 2018 at 4:29:35 AM UTC-6, Edward K. Ream wrote: ​​ >> Until recent changes, these settings worked: >> >> @color log_text_foreground_color = #93a1a1 >> @color log_text_background_color = #073642 >> @color log_error_color = #dc322f >> @color log_warning_color = #268bd2 >> > > ​

Re: log pane colors

2018-03-08 Thread Edward K. Ream
On Thursday, March 8, 2018 at 4:29:35 AM UTC-6, Edward K. Ream wrote: In e4e0b81ad91e >> >> g.error('error') >> g.warning('warning') >> >> and >> >> g.blue('blue') >> g.red('red') >> >> give different results > > > ​That depends on the theme and defaults in leoSettings.leo. I'll add > defaults t

Re: log pane colors

2018-03-08 Thread Edward K. Ream
On Thursday, March 8, 2018 at 4:29:35 AM UTC-6, Edward K. Ream wrote: > I'll make g.log a synonym for g.es, and rename the existing g.log to [g.log_to_file]. Done at 3727ec1. All tests pass ;-) Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" g

Re: Themes

2018-03-08 Thread Edward K. Ream
On Thursday, March 8, 2018 at 4:49:42 AM UTC-6, Edward K. Ream wrote: > > > I see by your rev 0924e4f that you have joined the dev team. Thanks! > Rev 5e3976b adds the @color log_note_color setting. Be sure to pull this before making any more changes. I'm hoping this is the last "jiggle" in th

Re: Themes

2018-03-08 Thread Edward K. Ream
On Wednesday, March 7, 2018 at 5:08:24 PM UTC-6, Edward K. Ream wrote: Instead of sending an attachment, please push your work. > I see by your rev 0924e4f that you have joined the dev team. Thanks! Edward -- You received this message because you are subscribed to the Google Groups "leo-edit

Re: Graph Databases

2018-03-08 Thread Edward K. Ream
On Thu, Mar 8, 2018 at 2:04 AM, rengel wrote: In case somebody is interested. > > https://neo4j.com/graph-databases-book/?ref=home > ​Thanks for this link. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group a

Re: log pane colors

2018-03-08 Thread Edward K. Ream
​​ On Wed, Mar 7, 2018 at 11:14 PM, Terry Brown wrote: > g.log is a completely separate function.​ It should not be changed. > > Yes it's completely separate. It appears to > ​ ​ > be used exactly zero times in the code base > ​... > > You could say that "hello > ​ ​ > world" in "Leo" is: