Maxime Coste
|
777a79d37c
|
File completion: when no files match entered text as prefix, try as regex
|
2012-12-13 18:50:27 +01:00 |
|
Maxime Coste
|
bc1a90d4f5
|
file completion: disable ignored files when entered prefix matches.
|
2012-12-13 18:49:29 +01:00 |
|
Maxime Coste
|
956ac60d4a
|
add an ignored_files regex option whose matches are not used for completion
|
2012-11-29 20:09:37 +01:00 |
|
Maxime Coste
|
0ce6bd9bf5
|
use ByteCount instead of CharCount when we are really counting bytes
(that is most of the time when we are not concerned with displaying)
|
2012-10-11 00:41:48 +02:00 |
|
Maxime Coste
|
a467d73115
|
use parse_filename when opening files or completing filenames so that ~ and env vars are handled
|
2012-09-12 19:42:12 +02:00 |
|
Maxime Coste
|
f1d8d0add8
|
escape whitespaces in filename or buffername completions
|
2012-08-29 21:52:17 +02:00 |
|
Maxime Coste
|
db1e2f2d86
|
fix complete_filename
|
2012-08-28 14:10:05 +02:00 |
|
Maxime Coste
|
e4fd839dda
|
use a strongly typed int CharCount for character counts
|
2012-08-23 23:56:35 +02:00 |
|
Maxime Coste
|
02b7786bcd
|
fix complete_filename
|
2012-08-07 00:16:51 +02:00 |
|
Maxime Coste
|
a712dd5bbe
|
Completions functions take a Context parameter
|
2012-08-06 21:37:43 +02:00 |
|
Maxime Coste
|
5710893dd5
|
Cleanup utils.hh, remove auto_raii in favor of on_scope_end
|
2012-06-12 18:45:13 +00:00 |
|
Maxime Coste
|
9337938403
|
replace std::string references with String
|
2012-04-14 01:17:09 +00:00 |
|
Maxime Coste
|
d91ac911e7
|
fix complete_filename when directory does not exist
|
2012-03-04 19:43:47 +00:00 |
|
Maxime Coste
|
be5cf92367
|
Completion: sort results in complete_filename
|
2012-01-15 02:02:18 +00:00 |
|
Maxime Coste
|
f673f3c334
|
Completion: handle hidden files in complete_filenam
|
2012-01-15 02:01:58 +00:00 |
|
Maxime Coste
|
aa1c4d64f9
|
Completions: complete_filename correctly support directories
|
2011-12-22 13:44:04 +00:00 |
|
Maxime Coste
|
f5ad32f137
|
Completion: decentralise, move buffer name completion to BufferManager
|
2011-11-12 14:06:49 +00:00 |
|
Maxime Coste
|
5ca901644f
|
Completion: add complete_buffername completer
|
2011-09-22 18:55:45 +00:00 |
|
Maxime Coste
|
aeea1c610c
|
complete_filename: accept cursor_position as additional parameter
|
2011-09-16 09:17:55 +00:00 |
|
Maxime Coste
|
b59ad6a174
|
Completion: dedicated completion header and basic filename completion
|
2011-09-14 15:41:56 +00:00 |
|