Changeset 1284


Ignore:
Timestamp:
11/06/06 12:11:45 (17 years ago)
Author:
mar637
Message:

added readline section. This now enables TAB completing inside quotes adn disbales listings o private (_, ) members

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/Release2.1.1b/share/ipythonrc-asap

    r704 r1284  
    114114readline 1
    115115
     116
    116117# Screen Length: number of lines of your screen. This is used to control
    117118# printing of very long strings. Strings longer than this number of lines will
     
    226227# performed on strings which contain them.
    227228
    228 readline_remove_delims '"[]{}-/~
     229readline_remove_delims -/~
    229230
    230231#"' -- just to fix emacs coloring which gets confused by unmatched quotes.
     
    242243# objects they are dealing with.
    243244
    244 readline_omit__names 0
     245readline_omit__names 2
    245246
    246247#---------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.