Re: New Install

2015-01-28 Thread Jacob Peck
That would be kind of hard without PyQT! I suppose a fallback into tkinter could be used for this. --Jake On 1/28/2015 7:24 AM, Fidel N wrote: I also had troubles back in the time when installing, and it also was because of unproperly / not installed pyqt. Perhaps a warning message/GUI

Re: File management potential in Leo

2015-01-28 Thread Edward K. Ream
On Wed, Jan 28, 2015 at 1:10 AM, karho...@gmail.com wrote: Briefly, the idea is about using two tree panes, side-by-side, to perform basic file management operations ​... I guess the crucial question here is: can Leo support two tree panes at the same time? ​Leo's tree pane is, in

Re: New Install

2015-01-28 Thread Edward K. Ream
On Wed, Jan 28, 2015 at 6:24 AM, Fidel N fidelpe...@gmail.com wrote: Perhaps a warning message/GUI should appear to tell the user to check if he did install pyqt properly? ​In future, whenever you have problems installing Leo, or really, any other program, the first thing to try is to run

Re: Support for formatted text

2015-01-28 Thread Edward K. Ream
On Mon, Jan 26, 2015 at 9:17 PM, sergei karhof karho...@gmail.com wrote: If I paste formatted text copied from a webpage into a node, will the formatting be preserved? ​Not usually, but it may be possible using the richtext plugin. Also, if you can get the actual html from the web page, you

Re: New Install

2015-01-28 Thread Todd Mars
thanks, it's funny once you get it up and running (in my case 64 bit with PyQt4) you just want to go on and use it rather than figuring out what the issues were that made me stumble on the installation. -- You received this message because you are subscribed to the Google Groups leo-editor

Re: New Install

2015-01-28 Thread Fidel N
I also had troubles back in the time when installing, and it also was because of unproperly / not installed pyqt. Perhaps a warning message/GUI should appear to tell the user to check if he did install pyqt properly? I think this could be a frequent bummer for new users who just don't spend

Re: Support for formatted text

2015-01-28 Thread Edward K. Ream
On Wed, Jan 28, 2015 at 10:24 AM, karho...@gmail.com wrote: ​ ​ Does the solution that you suggest require raw HTML code? ​Yes. I just did an experiment, and you must cut/paste real html. ​ ​ Do the richedit and the viewrendered plugins mentioned by you allow me to edit the imported webpage in

Re: Support for formatted text

2015-01-28 Thread karhof21
On Wednesday, January 28, 2015 at 5:37:13 PM UTC, Edward K. Ream wrote: On Wed, Jan 28, 2015 at 10:24 AM, karh...@gmail.com javascript: wrote: ​ ​ Does the solution that you suggest require raw HTML code? ​Yes. I just did an experiment, and you must cut/paste real html. That's very

Re: Leo *for* web apps vs. Leo *as* a web app

2015-01-28 Thread Matt Wilkie
​The biggest win-win that I can see would be to insinuate Leo somehow into IPython. Count me for one that would love this! 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,

Re: Leo *for* web apps vs. Leo *as* a web app

2015-01-28 Thread Matt Wilkie
On Wed, Jan 14, 2015 at 5:35 AM, Jacob Peck gatesph...@gmail.com wrote: This means that *one single codebase* will run on Windows, Linux, Mac OS X, Android, iOS, Blackberry OS, Windows Phone, Tizen, Mozilla/Firefox OS, etc, with no complicated user installation. dunno if it's relevant here,

Re: Support for formatted text

2015-01-28 Thread 'Terry Brown' via leo-editor
On Wed, 28 Jan 2015 08:26:27 -0600 Edward K. Ream edream...@gmail.com wrote: On Mon, Jan 26, 2015 at 9:17 PM, sergei karhof karho...@gmail.com wrote: If I paste formatted text copied from a webpage into a node, will the formatting be preserved? I just this moment pasted an order

Re: Support for formatted text

2015-01-28 Thread karhof21
Thank you, Edward and Terry. Does the solution that you suggest require raw HTML code? Is what I select, copy and paste HTML code (as such) or is it the webpage itself as it appears in the browser? I am asking because if I have to work with HTML code, it's too much fuss. Do the richedit and

Possible sprint: making Leo an IPython notebook

2015-01-28 Thread Edward K. Ream
For the last several days I have been studying the IPython 2.3.1 sources. Naturally, I used Leo to import the sources. You may find them at: https://github.com/leo-editor/leo-editor-contrib The file is leo-editor-contrib/StudyOutlines/IPython.leo I have been studying these sources with the

Re: File management potential in Leo

2015-01-28 Thread 'Terry Brown' via leo-editor
On Wed, Jan 28, 2015 at 1:10 AM, karho...@gmail.com wrote: Briefly, the idea is about using two tree panes, side-by-side, to perform basic file management operations ​... I guess the crucial question here is: can Leo support two tree panes at the same time? The simplest thing to