On Fri, 23 Aug 2013 12:55:19 -0700 (PDT)
Fidel Pérez <[email protected]> wrote:

> Im sorry to insist but it looks to me that I dint express well what I 
> meant. English is not my mother language and sometimes Im not sure I 
> expressed correctly what I wanted to share.
> Ill be breaf and if I was clear but its just a bad idea please just don't 
> regard this post:
> 
> If tab completion were to search for the commands not forcing the string to 
> match be the start of the command name, but just the start of any of the 
> normalized words on the command, both of the features you are talking about 
> would be compatible.
> 
> So say there are commands:
> 
> "Viewrendered-play-movie"
> "Viewrendered-play-audio"
> "Viewrendered-save-audio-file"
> 
> Experienced users, used to the already existing commands, will still do 
> "pl"+tab+"m"+tab, and it will work since it matched "play" then "movie".
> If a new user writes "View"+tab, he will also get those three commands.
> Its my understanding that it wouldn't be so hard to change since the main 
> thing here is to switch the Start of line match to start of standardized 
> word match in the regex search, but again I apologize if my point was 
> already clear before.

I think you were clear :-)  Edward and Kent are skirmishing over the
fact the the viewrendered commands are:

vr
vr-play-movie
vr-play-audio
vr-save-audio-file

and not

viewrendered
viewrendered-play-movie
viewrendered-play-audio
viewrendered-save-audio-file

so that view<tab> won't show you the commands from the viewrendered
plugin.  But Edward doesn't want to have to type vi<tab>r<tab>, which
is what I think you've have to type to get 'viewrendered' (currently
'vr'), because I imagine vi<tab> would give you the view-lossage
command, whatever that is.

Cheers -Terry

> Cheers.
> 
> 
> On Wednesday, August 14, 2013 9:25:42 PM UTC+2, Jacob Peck wrote:
> >
> > Rev 5904 adds the following two commands as a part of the printing.py 
> > plugin: 
> >
> > print-selected-node-body-html 
> > --- 
> > Opens up the print dialog to print the body of the selected node as a 
> > rendered HTML (i.e., rich text) document. 
> >
> > print-preview-selected-node-body-html 
> > --- 
> > Opens up the print preview dialog to preview the body of the selected 
> > node as a rendered HTML (i.e., rich text) document. 
> >
> > These commands work nicely with Terry's recent work on the rich-text.py 
> > plugin, allowing users to print a close approximation of the final 
> > results of rich-text nodes. 
> >
> > -->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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to