Sorry, new here. Where to submit patches? Small fix to get ipython working:

[grassy@smitarch leo-editor]$ cat 0001-ADF-ipython-fix.patch
>From 122b85333c0658660593c02b39dada992796472a Mon Sep 17 00:00:00 2001
From: Andre Smit <>
Date: Wed, 16 Mar 2016 11:00:57 -0500
Subject: [PATCH] ADF ipython fix

---
 leo/plugins/qt_gui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/leo/plugins/qt_gui.py b/leo/plugins/qt_gui.py
index 6182987..8e713b3 100644
--- a/leo/plugins/qt_gui.py
+++ b/leo/plugins/qt_gui.py
@@ -957,7 +957,7 @@ class LeoQtGui(leoGui.LeoGui):
         c = event and event.get('c')
         ipk = g.app.ipk
         ns = ipk.namespace # The actual IPython namespace.
-        ipkernel = ipk.ipkernel # IPKernelApp
+        ipkernel = ipk.kernelApp
         shell = ipkernel.shell # ZMQInteractiveShell
         if 0:
             g.trace('*******', shell.showtraceback)
--
2.7.3


On Tuesday, March 15, 2016 at 9:41:30 AM UTC-5, Edward K. Ream wrote:
>
> Leo <http://leoeditor.com/> 5.2 b1 is now available on SourceForge 
> <http://sourceforge.net/projects/leo/files/Leo/>. Leo is a PIM, an IDE 
> and an outliner.
>
> *The highlights of Leo 5.2*
>
> - Easy install with PyInstaller packaging
> - c.cloneFindByPredicate
> - clone-find-marked commands
> - decorators create all Leo commands
> - find-def and find-var
> - help-for-keystroke
> --ipyhon command-line option works with latest IPython versions
> - Optional line numbers in the body pane
> - show-invisibles uses Qt characters
> - Themes
> - Wildcard file names on Leo's command line
>
> *Links*
>
> Leo's home page <http://leoeditor.com>
> Documentation <http://leoeditor.com/leo_toc.html>
> Tutorials <http://leoeditor.com/tutorial.html>
> Video tutorials <http://leoeditor.com/screencasts.html>
> Forum <http://groups.google.com/group/leo-editor>
> Download <http://sourceforge.net/projects/leo/files/>
> Leo on Github <https://github.com/leo-editor/leo-editor>
> What people are saying about Leo <http://leoeditor.com/testimonials.html>
> A web page that displays .leo files <http://leoeditor.com/load-leo.html>
> More links <http://leoeditor.com/leoLinks.html>
>
> Edward K. Ream
> March 15, 2016
>

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

Reply via email to