Re: Clickable links in editing pane?

2014-10-27 Thread Dufriz
The de-emphasizing via grey colorizing is not bad, but of course it would be much better if we could hide the ugly text completely. @Edward: sorry, but what I seem to understand from your short answer is that the proposed feature is not interesting enough. Would you mind commenting a bit more e

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-27 Thread Matt Wilkie
found the change, but not enlightenment thereby: http://bazaar.launchpad.net/~leo-editor-team/leo-editor/trunk3/revision/1533#setup.py On Mon, Oct 27, 2014 at 2:59 PM, Matt Wilkie wrote: > Alternate solution(?): branches. Master branch, which has no setup.py at > top (or any other junk), and In

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-27 Thread Matt Wilkie
Alternate solution(?): branches. Master branch, which has no setup.py at top (or any other junk), and Install branch, which does have machinery up front. Then we add instructions to docs for people looking for a familiar pip method: pip install https://github.com/leo-editor/archive/install.zip The

Re: Clickable links in editing pane?

2014-10-27 Thread Matt Wilkie
nuts, the autolinking messed that up. Here's a screenshot of what I meant: On Mon, Oct 27, 2014 at 2:36 PM, Matt Wilkie wrote: > > On Mon, Oct 27, 2014 at 1:06 AM, sergei karhof wrote: > >> >The body editor's a text editor, >> >>> having separate data associated with specific pieces of text

Re: Clickable links in editing pane?

2014-10-27 Thread Matt Wilkie
On Mon, Oct 27, 2014 at 1:06 AM, sergei karhof wrote: > >The body editor's a text editor, > >> having separate data associated with specific pieces of text is not >> what text editors do, it's what wysiwyg editors do. > > > I think we may be able to strike a midway compromise here, > A low impa

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-27 Thread 'Terry Brown' via leo-editor
On Mon, 27 Oct 2014 11:29:54 -0500 "Edward K. Ream" wrote: > On Mon, Oct 27, 2014 at 11:22 AM, Kent Tenney > wrote: > > My experience has been: pip is happy with setup.py, > > installs correctly. > > > > if 'install' in sys.argv: > >print "WARNING: 'setup.py install' is known to not work." >

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-27 Thread Kent Tenney
if ('install' in sys.argv) and ('pip' not in sys.argv): ? On Mon, Oct 27, 2014 at 11:29 AM, Edward K. Ream wrote: > On Mon, Oct 27, 2014 at 11:22 AM, Kent Tenney wrote: >> My experience has been: pip is happy with setup.py, >> installs correctly. >> >> if 'install' in sys.argv: >>print "WAR

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-27 Thread Edward K. Ream
On Mon, Oct 27, 2014 at 11:22 AM, Kent Tenney wrote: > My experience has been: pip is happy with setup.py, > installs correctly. > > if 'install' in sys.argv: >print "WARNING: 'setup.py install' is known to not work." >print "Either use 'setup.py develop', or run launchLeo.py directly" >

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-27 Thread Kent Tenney
My experience has been: pip is happy with setup.py, installs correctly. if 'install' in sys.argv: print "WARNING: 'setup.py install' is known to not work." print "Either use 'setup.py develop', or run launchLeo.py directly" print "or run 'pip install .'" sys.exit() On Mon, Oct 27, 201

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-27 Thread Edward K. Ream
On Mon, Oct 27, 2014 at 9:46 AM, 'Terry Brown' via leo-editor wrote: > It seems to me that a top level setup.py is normal for python and > moving it would break pip, which is not desirable. Yes, that's the essence of the problem. > is it possible to tweak setup.py to just print > > Please see

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-27 Thread Jacob Peck
+1. Best of all worlds. On 10/27/2014 10:46 AM, 'Terry Brown' via leo-editor wrote: On Mon, 27 Oct 2014 09:40:36 -0500 "Edward K. Ream" wrote: On Mon, Oct 27, 2014 at 8:08 AM, Kent Tenney wrote: how about mentioning setup.py in the installation instructions? If people actually read those

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-27 Thread 'Terry Brown' via leo-editor
On Mon, 27 Oct 2014 09:40:36 -0500 "Edward K. Ream" wrote: > On Mon, Oct 27, 2014 at 8:08 AM, Kent Tenney > wrote: > > > how about mentioning setup.py in the installation instructions? > > If people actually read those instructions they wouldn't be executing > setup.py ;-) It seems to me that

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-27 Thread Edward K. Ream
On Mon, Oct 27, 2014 at 8:08 AM, Kent Tenney wrote: > how about mentioning setup.py in the installation instructions? If people actually read those instructions they wouldn't be executing setup.py ;-) > But, if, as I suspect, I'm missing the point: +1 on moving setup.py to > leo/dist Ok then.

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-27 Thread Kent Tenney
Clearly I am missing the back story on this issue which would explain the reasoning behind moving setup.py. I download way too many Python packages, they always have setup.py as primary metadata, I always install via pip. So, I don't know what installation instructions recommend, I've never looked

Re: Ville: ok to put setup.py in leo/dist folder?

2014-10-27 Thread Edward K. Ream
On Saturday, October 25, 2014 6:34:29 AM UTC-5, Edward K. Ream wrote: > > Can you live with setup.py somewhere other than the top-level folder? > > Hiding setup.py seems like the only way to resolve git bug #81 > https://github.com/leo-editor/leo-editor/issues/81 >

Re: Clickable links in editing pane?

2014-10-27 Thread Edward K. Ream
On Sun, Oct 26, 2014 at 7:01 PM, wrote: > What I am looking for is the ability to click on HTML-style hyperlinks > (word-based anchors) directly within the editing pane, without using the > viewrendered pane. This could be done in a plugin. I have no plans to do so. Edward -- You received t

Re: Ctrl-F focus inconsistent

2014-10-27 Thread lewis
Bug 84 added https://github.com/leo-editor/leo-editor/issues/84 -- 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

Re: Clickable links in editing pane?

2014-10-27 Thread sergei karhof
On Mon, Oct 27, 2014 at 12:46 AM, 'Terry Brown' via leo-editor < leo-editor@googlegroups.com> wrote: > So just to be clear, currently you can Ctrl-click > > https://docs.python.org/3/library/http.server.html#http.server.BaseHTTPRequestHandler.responses > or any other link and Leo will cause your