Re: File-open-.leo doesn't work on using pythonw

2012-11-13 Thread Kosake
Thank you so much Sean. I had the very same problem and workaround No 2 woked for me. Thank you! -- You received this message because you are subscribed to the Google Groups leo-editor group. To view this discussion on the web visit https://groups.google.com/d/msg/leo-editor/-/jTNVo2egjEsJ.

Re: File-open-.leo doesn't work on using pythonw

2012-11-13 Thread Edward K. Ream
On Saturday, April 28, 2012 8:53:59 AM UTC-5, sean wrote: 1) After I change c.config.redirect_execute_script_output_to_log_pane to True, it works. 2) change 'sys.stdout.write(s2)' to 'if sys.stdout is not None: sys.stdout.write(s2)', it works too. Thanks for this. The fix, based on

Re: How to use leo to make mathematical notes?

2012-11-13 Thread Edward K. Ream
On Fri, Nov 9, 2012 at 2:03 PM, José Rojas Echenique jose.i.ro...@gmail.com wrote: Terry- Your setup is probably more flexible, but I haven't had any problems with docutils math. It seems to support all the syntax that I've found necessary. Thanks to all for this discussion. If somebody here

Re: Go anywhere from sublime text

2012-11-13 Thread Edward K. Ream
On Tue, Nov 6, 2012 at 3:33 PM, Ville M. Vainio vivai...@gmail.com wrote: I believe Leo could benefit from having the go anywhere feature from sublime text. It's activated by ctrl+p, after which you just start typing. Yes, that would be a good idea. Ctrl-p is taken, though ;-) Edward -- You

Re: IR and Forensic Scripting in LEO

2012-11-13 Thread Edward K. Ream
On Fri, Nov 9, 2012 at 12:47 PM, Terry Brown terry_n_br...@yahoo.com wrote: But you might also get some use out of the leoscreen plugin, if you're in a Unix environment. It doesn't work on Windows? Why not? When I fire it up, I get this: Traceback (most recent call last): File

A new pattern for unit testing in Leo

2012-11-13 Thread Edward K. Ream
Yesterday's thread, Does anyone use @testclass https://groups.google.com/forum/?fromgroups=#!topic/leo-editor/rVGRtja0m2M is the start of a new direction for unit testing in Leo. The straightforward test-runner script shows how to run completely standard unit tests from within Leo. This

Re: IR and Forensic Scripting in LEO

2012-11-13 Thread Terry Brown
On Tue, 13 Nov 2012 05:47:35 -0600 Edward K. Ream edream...@gmail.com wrote: But you might also get some use out of the leoscreen plugin, if you're in a Unix environment. It doesn't work on Windows? Why not? Because it relies on screen: http://www.gnu.org/software/screen/ so maybe it

RE: Go anywhere from sublime text

2012-11-13 Thread Ville Vainio
Hey, so let’s do this then! :) I’ll whip up a prototype soon when I get some quality coding time, unless someone beats me to it. A must have feature seems to be doing search in thread to keep typing responsive Sent from my Windows 8 PC http://windows.microsoft.com/consumer-preview *From:*

Re: Go anywhere from sublime text

2012-11-13 Thread Ville M. Vainio
So, a reasonable starting point is Locator from Qt Creator (that you launch with ctrl+k). http://doc.qt.digia.com/qtcreator-2.2/creator-editor-locator.html Source: http://qt.gitorious.org/qt-creator/qt-creator/trees/master/src/plugins/locator most specifically:

Re: How to use leo to make mathematical notes?

2012-11-13 Thread José Rojas Echenique
I forgot to mention that the viewrendered plug-in doesn't display math correctly. I'm not sure what the problem is, I remember trying to figure it out a while back, but I never got anywhere. It's not really a big problem though, I have scripts to compile nodes to html/pdfs and open them in

Re: Go anywhere from sublime text

2012-11-13 Thread Matt Wilkie
yay Ville! On Tue, Nov 13, 2012 at 1:23 PM, Ville M. Vainio vivai...@gmail.com wrote: So, a reasonable starting point is Locator from Qt Creator (that you launch with ctrl+k). My vote for default keybinding, if I get one, is to use Ctrl,Ctrl (double tap single ctrl key; left one if it needs