diff options
author | 2014-05-28 01:05:50 -0400 | |
---|---|---|
committer | 2014-05-28 01:05:50 -0400 | |
commit | 3a0af8b2f77401438e833923064ebe10df7230c7 (patch) | |
tree | e8b51bbc419b628463568235bcded404a35def55 /properties.lua | |
parent | b4406281a72c25aa2194bf05cb9d4efceb18785d (diff) | |
download | textadept-3a0af8b2f77401438e833923064ebe10df7230c7.tar.gz textadept-3a0af8b2f77401438e833923064ebe10df7230c7.zip |
Utilize list separator characters instead of hard-coded characters.
Diffstat (limited to 'properties.lua')
-rw-r--r-- | properties.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/properties.lua b/properties.lua index 72ac855d..0c4b486f 100644 --- a/properties.lua +++ b/properties.lua @@ -131,6 +131,7 @@ buffer.indic_style[INDIC_HIGHLIGHT] = buffer.INDIC_ROUNDBOX if not CURSES then buffer.indic_under[INDIC_HIGHLIGHT] = true end -- Autocompletion. +--buffer.auto_c_separator = --buffer.auto_c_cancel_at_start = false --buffer.auto_c_fill_ups = '(' buffer.auto_c_choose_single = true @@ -140,6 +141,7 @@ buffer.auto_c_choose_single = true buffer.auto_c_multi = buffer.MULTIAUTOC_EACH --buffer.auto_c_auto_hide = false --buffer.auto_c_drop_rest_of_word = true +--buffer.auto_c_type_separator = --buffer.auto_c_max_height = --buffer.auto_c_max_width = |