From 3b70b4b56802f1115bd5dac04bdcb95a38c23823 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 24 Apr 2013 09:36:27 -0400 Subject: Use `buffer.word_chars` for autocompleting words instead of a Lua pattern. --- FAQ.md | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'FAQ.md') diff --git a/FAQ.md b/FAQ.md index 4062267f..2e137430 100644 --- a/FAQ.md +++ b/FAQ.md @@ -45,22 +45,6 @@ The source version contains all the files necessary for compiling Textadept. - - - -**Q:** -Autocompletion does not work for my language. Why not? - -**A:** -*modules/textadept/key_commands.lua* calls -[`_M.textadept.editing.autocomplete_word()`][] with `'%w_'`, which in [Lua][] is -all ASCII alphanumeric characters and underscores. You can add character ranges -in `'\xXX-\xXX'` or `'\ddd-\ddd'` [format][] (e.g. `'%w_\127-\255'`). -Unfortunately this probably will not work for unicode. - -[`_M.textadept.editing.autocomplete_word()`]: api/_M.textadept.editing.html#autocomplete_word -[Lua]: 14_Appendix.html#Lua.Patterns -[Format]: http://www.lua.org/manual/5.2/manual.html#3.1 - -- - - - **Q:** When I click the "Compile" or "Run" menu item (or execute the key command), either nothing happens or the wrong command is executed. How can I tell -- cgit v1.2.3