On 11/19/2013 10:54 AM, Jacob Peck wrote:
On 11/19/2013 10:48 AM, Edward K. Ream wrote:
On Tue, Nov 19, 2013 at 9:24 AM, Fidel N <fidelpe...@gmail.com
<mailto:fidelpe...@gmail.com>> wrote:
How about a new button in Leo (just in the top menus, perhaphs
just right to "help") that would send the user directly to the
#leo???
Excellent idea. Can you suggest the script?
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 http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.
A 'g.openUrl(p)' on a node containing "@url
http://webchat.freenode.net/?channels=%23leo&uio=d4" does the trick.
-->Jake
Better yet, the following works like a charm:
@language python
import webbrowser
webbrowser.open("http://webchat.freenode.net/?channels=%23leo&uio=d4")
-->Jake
--
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 http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.