rlcompleter2 issues
home install issues
 

Issue3 Editing

TitleFilename completion
Priorityfeature Statuschatting
Superseder
View: 2
Nosy Listhpk
Assigned To Topics

Created on 2003-01-29.18:10:34 by hpk, last changed 2005-04-23.23:34:58.

Messages
msg26 Author: hpk Date: 2005-04-23.23:34:58 remove
this really should be part of the refactoring.
msg10 Author: hpk Date: 2003-05-16.00:41:45 remove
i can't pass "None" to readline to let it complete filenames. This is
so because i set the 'break delimiters' of readline to an empty set
and thus readline itself can't do filename completion because it doesn't
know where a filename starts. Also i think i'd like to do my own
filename completion in order to avoid relying on readline too much.
If for example integrated with pyrepl it would help if filename completion works for itself.
msg4 Author: hpk Date: 2003-01-29.18:19:49 remove
[holger krekel Wed, Jan 29, 2003 at 06:10:34PM +0000]
> 
> New submission from holger krekel <hpk@trillke.net>:
> 
> Probably the number one requested feature is file name 
> completion.  This shouldn't be too hard.  It has to take 
> place in the 'method_tokenize' function which detects early 
> that we are inside an string.

nur mal ein test, ob das mailen mit dem issue-tracker klappt.

    holger
msg3 Author: hpk Date: 2003-01-29.18:10:34 remove
Probably the number one requested feature is file name 
completion.  This shouldn't be too hard.  It has to take 
place in the 'method_tokenize' function which detects early 
that we are inside an string.
History
Date User Action Args
2005-04-23 23:34:58hpksetmessages: + msg26
superseder: + Rewriting the completer2 with unittest first approach
2003-05-16 00:41:45hpksetmessages: + msg10
2003-01-29 18:19:50hpksetstatus: unread
messages: + msg4
2003-01-29 18:10:34hpkcreate