On 2 September 2016 at 19:00, John H Palmieri <jhpalmier...@gmail.com>
wrote:

> I found one way to view more methods: hit Ctrl-L to clear the screen
> first, and/or use a larger terminal window. If your "sage:" prompt is at
> the very bottom of a terminal window, it will only include a few lines of
> methods when you hit the TAB key, but if the prompt is at the top of the
> window, it uses all of that available space, so it displays more methods.
> Still not ideal, or at least not what I'm used to.
>

It also works to press Ctrl-L after TAB.


>
> This new version of tab completion is provided by the prompt_toolkit
> package, and there are some pull requests on its github page to allow for
> more ways to navigate the pop-up window (e.g., allow the left and right
> arrows to switch columns), but those do not seem to have been implemented
> yet (or at least, they don't work on my computer). I also don't see any
> obvious ways to customize this display.
>
>   John
>
>
> On Thursday, August 25, 2016 at 9:17:01 AM UTC-7, Daniel Krenn wrote:
>
>> Pressing TAB after a dot on some object gives (in the recent 7.4.beta1)
>> this:
>>
>> sage: M = Matrix([1])
>> sage: M.<TAB pressed>
>>       M.act_on_polynomial           M.anticommutator
>>       M.add_multiple_of_column      M.antitranspose
>>       M.add_multiple_of_row         M.apply_map               >
>>       M.additive_order              M.apply_morphism
>>       M.adjoint                     M.as_bipartite_graph
>>
>> This looks nice, but is it possible to see more/all methods at once?
>>
>> When searching for something (a method) of some object (with many
>> methods) it is convenient to see the whole list at once. This also
>> allows (allowed) copying&grepping for some keywords.
>> So:
>> - Is there a way to display more at once?
>> - How to navigate back and forth easily?
>> (All this relates to the command line interface.)
>>
>> Best
>>
>> Daniel
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to