Re: Bibtex Plugin no action after double clicking

2014-12-11 Thread Juaco
I am once more greatly surprised with your support and dedication to Leo. It's incredible, I can only say once more a big Thanks for your dedication. I will test it and send you my report. Greetings, Juaco Am Donnerstag, 11. Dezember 2014 14:13:56 UTC+1 schrieb Edward K. Ream: > > On Wed, De

Re: pip install LeoDarkTheme !

2014-12-11 Thread Davy Cottet
Yes, that's a bit weird to write g.es('test',color='black') to print it in white :) Maybe std,warn & err in place of black, blue & red would be less disturbing... if I understand well, log-fg and log-bg are handled by Qt stylesheet (and so by external themes) but not log-text-foreground-color.

Re: pip install LeoDarkTheme !

2014-12-11 Thread Edward K. Ream
On Thu, Dec 11, 2014 at 1:00 PM, Davy Cottet wrote: ​> ​ The only thing I can do now... is sharing another screen-shot to encourage you :) ​Thanks for this. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group

Re: pip install LeoDarkTheme !

2014-12-11 Thread Edward K. Ream
​​ On Thu, Dec 11, 2014 at 12:56 PM, Edward K. Ream wrote: > ​This is really nasty. I'm working on it, but it may be awhile... ​Actually, nothing nasty was required, but a copy/paste error caused great confusion. See the P.S. for details.​ ​= Executive summary 1. rev 5b0b7bc changes the

Re: Macros in Leo 5

2014-12-11 Thread bobS
>From the docstring for plugin macros.py, it seems as though the content of the A node is changed into the body text for << Meow >> with the arguments in A's << meow ( purrr, zzot ) >> as body text in sub-nodes of A. So A's body would be changed to look the same as the << Meow >> body, with

Re: pip install LeoDarkTheme !

2014-12-11 Thread Davy Cottet
The only thing I can do now... is sharing another screen-shot to encourage you :) -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubs

Re: pip install LeoDarkTheme !

2014-12-11 Thread Edward K. Ream
On Thu, Dec 11, 2014 at 12:43 PM, 'Terry Brown' via leo-editor < leo-editor@googlegroups.com> wrote: > On Thu, 11 Dec 2014 11:12:13 -0600 > "Edward K. Ream" wrote: > > > On Thu, Dec 11, 2014 at 6:28 AM, Davy Cottet > > wrote: > > > > > That's the problem : both *log-fg *and* log-bg *have no ef

Re: pip install LeoDarkTheme !

2014-12-11 Thread 'Terry Brown' via leo-editor
On Thu, 11 Dec 2014 11:12:13 -0600 "Edward K. Ream" wrote: > On Thu, Dec 11, 2014 at 6:28 AM, Davy Cottet > wrote: > > > That's the problem : both *log-fg *and* log-bg *have no effect at > > all. > > > > ​This is really nasty. I'm working on it, but it may be awhile... Would the shorter ro

Re: pip install LeoDarkTheme !

2014-12-11 Thread Edward K. Ream
On Thu, Dec 11, 2014 at 6:28 AM, Davy Cottet wrote: > That's the problem : both *log-fg *and* log-bg *have no effect at all. > ​This is really nasty. I'm working on it, but it may be awhile... Edward -- You received this message because you are subscribed to the Google Groups "leo-editor"

Re: Bibtex Plugin no action after double clicking

2014-12-11 Thread Edward K. Ream
On Wed, Dec 10, 2014 at 2:07 PM, Juaco wrote: > > File "/dn/home2/Leo/leoGit/leo-editor5.0_20141210/leo/plugins/bibtex.py", > line 221, in writeTreeAsBibTex > typestring = h[:h.find(' ')].lower() > > TypeError: Type str doesn't support the buffer API > ​ Fixed at rev 15a1945. Tested on b

Re: pip install LeoDarkTheme !

2014-12-11 Thread Davy Cottet
That's the problem : both *log-fg *and* log-bg *have no effect at all. I took me some time to find those *log_text_foreground_color* (and log_error_color & log_warning_color) that *does* change the log font color *.* So shouldn't that be the correct behavior ? -- You received this message bec

Re: pip install LeoDarkTheme !

2014-12-11 Thread Edward K. Ream
On Thu, Dec 11, 2014 at 5:16 AM, Davy Cottet wrote: > Again, the only problem is the color of log text > (log_text_foreground_color) which is always black... > ​Hmm. I think you have the wrong settings names. Try changing these settings:: @color log-fg = black @color log-bg = white E

Re: Leo Dark on Linux

2014-12-11 Thread Edward K. Ream
On Thu, Dec 11, 2014 at 2:30 AM, Davy Cottet wrote: > It's pretty straightforward to get it : > - install this nice theme : > http://gnome-look.org/content/show.php/HackStation?content=167255 > > - then just override Leo's qt style sheet by adding an empty *@data > qt-gui-plugin-style-sheet* t

Re: @auto-org-mode without automatic declarations node heading generation

2014-12-11 Thread Edward K. Ream
On Wed, Dec 10, 2014 at 4:23 PM, Joon Ro wrote: ​> ​ Is it be possible to turn off the automatic heading generation for the `declarations` node with `@auto-org-mode`? ​Not at present, iirc, but a setting could be added. It's a reasonable thing to want. Please file a wishlist bug at https://git

Re: pip install LeoDarkTheme !

2014-12-11 Thread Davy Cottet
Again, the only problem is the color of log text (log_text_foreground_color) which is always black... Would it be possible to set it to a qt style sheet value by default, for example same one as outline text color ? While it's not a Qt value but a Leo's specific one, you'll have to set manuall

Re: Leo Dark on Linux

2014-12-11 Thread Davy Cottet
I've posted a Qt base crossplatform solution, here : https://groups.google.com/forum/#!topic/leo-editor/j9oibfegjE8 -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: pip install LeoDarkTheme !

2014-12-11 Thread Davy Cottet
Here is a screenshot : -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, s

pip install LeoDarkTheme !

2014-12-11 Thread Davy Cottet
That a pretty elegant and pythonic way to get a dark theme for leo (sudo )pip install qdarkstyle Then in the body of a node and copy the following, then type CTR+B and you get it :) import qdarkstyle from leo.core.leoQt import isQt5 if isQt5: sheet = qdarkstyle.load_stylesheet_pyqt5() else:

Re: Leo Dark on Linux

2014-12-11 Thread Davy Cottet
I think installing gtk themes for qt use is a bit complicated is your system is not GTK based. Qt style sheets may be a better way to customize Leo without changing all your desktop theme. i just did a quick search and find this that looks promizing : https://github.com/ColinDuquesnoy/QDarkStyle

Re: Leo Dark on Linux

2014-12-11 Thread Davy Cottet
I really don't know how it works on mac... >From a quick google search, it seems possible to install gtk based themes on mac... then one has to see if Qt-settings is able to detect and use it... All the magic comes from Qgtkstyle which use gtk th

Re: Leo Dark on Linux

2014-12-11 Thread Zoom.Quiet
On Thu, Dec 11, 2014 at 4:30 PM, Davy Cottet wrote: > Hi, > > I've played a bit with my theme since I wanted a dark one in order to save > my eyes. > I'm glad to show you my nice Leo : > > >

Leo Dark on Linux

2014-12-11 Thread Davy Cottet
Hi, I've played a bit with my theme since I wanted a dark one in order to save my eyes. I'm glad to show you my nice Leo : It's pretty straightforward to get it : - install this nice