Re: Git within Leo?

2018-01-22 Thread Jacob MacDonald
In addition to using Git from outside of Leo, you can change the behavior
of Git so that it doesn't hang on commit.

1. Use the -m "message" option to avoid popping an editor.
2. Set Leo or another editor as your $EDITOR environment variable so Git
picks it up.
3. Change Git's core.editor variable with "git config --global core.editor
myeditorbin".

On Mon, Jan 22, 2018 at 3:17 PM Matt Wilkie  wrote:

> And there are plenty of git GUIs, particularly for Windows.
>>
>
> I have tried many Git GUIs, searching for something approaching the
> balanced simplicity and power of TortoiseHg's Workbench, and appropriate
> for someone of middling developer experience. The best for me and the one
> I've settled on is Git Extensions: http://gitextensions.github.io/ It's
> Windows only but I've read that it works fine on Linux using Mono.
>
> Matt
>
> --
> 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 to leo-editor+unsubscr...@googlegroups.com.
> To post to this group, send email to leo-editor@googlegroups.com.
> Visit this group at https://groups.google.com/group/leo-editor.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Letter of appreciation

2018-01-22 Thread Matt Wilkie
> Thanks for keeping up your effort, and not letting your illness defeat
>> you.  TSCV11.  Don't forget you are not alone.
>>
>
> ​And I'm glad you felt safe enough here to make your initial post.​
>
> When in doubt, remember that we are not judging you as a person.  We only
> make comments about ideas, and how well they are expressed.
>

+1 !

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Qt5 issue seen on recent pull: 'QMessageBox' object has no attribute 'setCheckBox'

2018-01-22 Thread jkn
Hi Edward

On Monday, January 22, 2018 at 6:07:01 PM UTC, Edward K. Ream wrote:
>
>
>
> On Mon, Jan 22, 2018 at 11:24 AM, Edward K. Ream  > wrote:
>
> On Monday, January 22, 2018 at 6:56:47 AM UTC-6, jkn wrote:
>>
>> QMessageBox::setCheckBox() appears to have been introduced in Qt v5.2 
>>> only.
>>>
>>
> ​Please try rev d26ff5a.
>
> ​This rev adds the following to @data qt-gui-user-style-sheet in 
> leoSettings.leo:
>
> QCheckBox#TipCheckbox {
> background: lightgrey;
> }​
>
> Edward
>

works for me, thanks. I meant to check the version of PyQt I was using but 
forgot, and I'm not on that m/c at the moment, sorry.

Regards
J^n
 

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Git within Leo?

2018-01-22 Thread Matt Wilkie
> And there are plenty of git GUIs, particularly for Windows.
>

I have tried many Git GUIs, searching for something approaching the
balanced simplicity and power of TortoiseHg's Workbench, and appropriate
for someone of middling developer experience. The best for me and the one
I've settled on is Git Extensions: http://gitextensions.github.io/ It's
Windows only but I've read that it works fine on Linux using Mono.

Matt

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Leo Vue

2018-01-22 Thread Matt Wilkie
This is seriously nice work Joe. Thanks for the demo, sharing, and most of
all: inspiring!

Matt

On Mon, Jan 1, 2018 at 3:08 PM, Joe Orr  wrote:

> The Leo HTML viewer is now Leo Vue - added more Vue integration.
>
> https://github.com/kaleguy/leovue
>
> Added:
> * Search
> * Static Site Generation
> * Clickable Section Links
> * Ability to put Vue components in Content (e.g. Diagrams, Maps, Charts,
> Table, others)
> * Vue components can read JSON and CSV data from nodes
> * Nested Presentations with Reveal.js
>
> - Joe
>
> --
> 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 to leo-editor+unsubscr...@googlegroups.com.
> To post to this group, send email to leo-editor@googlegroups.com.
> Visit this group at https://groups.google.com/group/leo-editor.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Qt5 issue seen on recent pull: 'QMessageBox' object has no attribute 'setCheckBox'

2018-01-22 Thread Edward K. Ream
On Mon, Jan 22, 2018 at 11:24 AM, Edward K. Ream 
wrote:

On Monday, January 22, 2018 at 6:56:47 AM UTC-6, jkn wrote:
>
> QMessageBox::setCheckBox() appears to have been introduced in Qt v5.2 only.
>>
>
​Please try rev d26ff5a.

​This rev adds the following to @data qt-gui-user-style-sheet in
leoSettings.leo:

QCheckBox#TipCheckbox {
background: lightgrey;
}​

Edward

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Pretty email code (was Re: A pattern for beginners: delete all of a node's children)

2018-01-22 Thread Matt Wilkie
>
> How are folks getting this pretty formatting for code blocks in email?
>>
>
> ​By responding on the leo-editor site, most likely.
>

Leo-editor site?

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Matt, what's the status of #562?

2018-01-22 Thread Matt Wilkie
> The discussion in #562
>  is long.  Could you
> please summarize the present status and what, if anything, I might need to
> do.
>
> I would like to release the next version of Leo once all this is resolved.
>

I believe it's now only:

   - Someone besides Matt runs through process from start to finish and is
   successful ;-)

I'm a bit hazy on where the doc updates part sits. I think I've done my
bits but might have missed stuff.
Matt

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Qt5 issue seen on recent pull: 'QMessageBox' object has no attribute 'setCheckBox'

2018-01-22 Thread Edward K. Ream
On Monday, January 22, 2018 at 6:56:47 AM UTC-6, jkn wrote:

QMessageBox::setCheckBox() appears to have been introduced in Qt v5.2 only.
>

Rev 8c2ee28 contains an emergency, unsatisfactory workaround. The culprit 
at present is an inability to put the widget in the correct place in the 
QGridLayout.  It's weird and frustrating.

Edward

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: My working issues lists

2018-01-22 Thread Edward K. Ream
On Mon, Jan 22, 2018 at 6:19 AM, Edward K. Ream  wrote:

My present work list is here
> .
> It filters out the info, BackBurner, Can'tFix, lvl:minor and Waiting labels.
>

​Just a few labels do all the real work.  The labels above provide clear
reasons why work is stalled.  The EKR and First labels alone suffice to
guide my day-to-day work. The other labels are mostly noise.

In short, less is best as far as labels go.

Edward

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Qt5 issue seen on recent pull: 'QMessageBox' object has no attribute 'setCheckBox'

2018-01-22 Thread Edward K. Ream
On Mon, Jan 22, 2018 at 6:56 AM, jkn  wrote:

QMessageBox::setCheckBox() appears to have been introduced in Qt v5.2 only.
>

​Oops!  I'll fix this immediately.

Edward

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Remove 'Chapters' icon from toolbar?

2018-01-22 Thread Edward K. Ream
On Mon, Jan 22, 2018 at 9:10 AM, Edward K. Ream  wrote:

Searching for settings in leoSettings.leo would make a good tip. I'm on it
> :-)
>

​Done at rev b94483a.  Here is the new UserTip entry:​

UserTip(
n=0,
tags=['Settings',],
title="Search for settings in leoSettings.leo",
text="""

leoSettings.leo contains the defaults for all of Leo's
settings, with documentation for each. Searching
leoSettings.leo is thus a good way to find settings.

"""),

Edward

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: Remove 'Chapters' icon from toolbar?

2018-01-22 Thread Edward K. Ream
On Mon, Jan 22, 2018 at 8:59 AM, Kent Tenney  wrote:

I don't use chapters, is there config to free up the real estate
> the icons consume?
>

​Yes.  ​@bool use_chapters = False.

Rev f3b1d0a makes this more clear.

You can find this setting with cff chapter in leoSettings.leo.  This regex
cff would have zeroed in on it:

@bool.*chapter

Searching for settings in leoSettings.leo would make a good tip. I'm on it
:-)

Edward

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Remove 'Chapters' icon from toolbar?

2018-01-22 Thread Kent Tenney
I don't use chapters, is there config to free up the real estate
the icons consume?

Thanks,
Kent

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Qt5 issue seen on recent pull: 'QMessageBox' object has no attribute 'setCheckBox'

2018-01-22 Thread jkn
Hi Edward 

Seen after a recent pull: 

D:\winapps\leo-editor>python launchLeo.py 

can not import leo.plugins.importers.wikimarkup 
can not import leo.plugins.importers.wikimarkup 
reading settings in D:\winapps\leo-editor\leo\config\leoSettings.leo 
reading settings in C:\Users\jnicoll\.leo\myLeoSettings.leo 

Note: sys.stdout.encoding is not UTF-8 
See: https://stackoverflow.com/questions/14109024 

Leo 5.6, build 20180121141749, Sun Jan 21 14:17:49 CST 2018 
Git repo info: branch = master, commit = 0a36546f5664 
Python 2.7.2, PyQt version 4.8.6 
Windows 7 x86 (build 6.1.7601) SP1 
** isPython3: False 
** caching enabled 

reading settings in C:\Users\jnicoll\.leo\workbook.leo 
Traceback (most recent call last): 
  File "launchLeo.py", line 8, in  
leo.core.runLeo.run() 
  File "D:\winapps\leo-editor\leo\core\runLeo.py", line 74, in run 
g.app.loadManager.load(fileName, pymacs) 
  File "D:\winapps\leo-editor\leo\core\leoApp.py", line 2216, in load 
g.app.gui.runMainLoop() 
  File "D:\winapps\leo-editor\leo\plugins\qt_gui.py", line 1073, in 
runMainLoop 
g.app.gui.show_tips() 
  File "D:\winapps\leo-editor\leo\plugins\qt_gui.py", line 1141, in 
show_tips 
m.setCheckBox(cb) 
AttributeError: 'QMessageBox' object has no attribute 'setCheckBox' 


QMessageBox::setCheckBox() appears to have been introduced in Qt v5.2 only.

http://leoeditor.com/installing.html#dependencies 

still says Qt4 (or Qt5) is OK

Thanks, Jon N 

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


Re: My working issues lists

2018-01-22 Thread Edward K. Ream
On Monday, January 22, 2018 at 6:19:23 AM UTC-6, Edward K. Ream wrote:
>
> My present work list is here 
> .
>  
> It filters out the info, BackBurner, Can'tFix, lvl:minor and Waiting labels.
>

Oops. Some of the links were to pages listing both open and closed issues.


This page 

 
contains the 23 *open *issues marked EKR.

This page 

 
contains the 9 *open *issues marked First.

Edward

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.


My working issues lists

2018-01-22 Thread Edward K. Ream
My present work list is here 
.
 
It filters out the info, BackBurner, Can'tFix, lvl:minor and Waiting labels.

I have just closed and labeled several issues as Won'tDo 

.

The EKR Label 
marks
 
issues I am most interested in. 

The First label 
 
marks the issue I intend to do first.  Some may wait until after the next 
official release.

Edward

-- 
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 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.