diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/._M.luadoc | 7 | ||||
-rw-r--r-- | core/locale.conf | 1 | ||||
-rw-r--r-- | core/locales/locale.de.conf | 1 | ||||
-rw-r--r-- | core/locales/locale.es.conf | 1 | ||||
-rw-r--r-- | core/locales/locale.fr.conf | 1 | ||||
-rw-r--r-- | core/locales/locale.ru.conf | 1 | ||||
-rw-r--r-- | core/locales/locale.sv.conf | 1 |
7 files changed, 4 insertions, 9 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc index 83e853d0..8633050b 100644 --- a/core/._M.luadoc +++ b/core/._M.luadoc @@ -85,14 +85,15 @@ -- end -- end -- --- #### Adeptsense +-- #### Autocompletion and Documentation -- -- The `Ctrl+Space` and `Ctrl+H` (`⌥⎋` and `^H` on Mac OSX | `^Space` and `M-H` -- or `M-S-H` in curses) key bindings autocomplete symbols and show API -- documentation, respectively, when editing code. In order for these to work --- for your language, you must create an [Adeptsense][]. +-- for your language, you must create an [autocompleter][] and [API file(s)][]. -- --- [Adeptsense]: textadept.adeptsense.html +-- [autocompleter]: textadept.editing.html#autocompleters +-- [API file(s)]: textadept.editing.html#api_files -- -- #### Snippets -- diff --git a/core/locale.conf b/core/locale.conf index 37b784dd..33a5ca56 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -181,7 +181,6 @@ Buil_d = Buil_d S_top = S_top _Next Error = _Next Error _Previous Error = _Previous Error -_Adeptsense = _Adeptsense _Complete Symbol = _Complete Symbol Show _Documentation = Show _Documentation _Bookmark = _Bookmark diff --git a/core/locales/locale.de.conf b/core/locales/locale.de.conf index 6e2da778..cd21a8ae 100644 --- a/core/locales/locale.de.conf +++ b/core/locales/locale.de.conf @@ -171,7 +171,6 @@ Buil_d = Build starten S_top = Stoppen _Next Error = Nächstes Fehler _Previous Error = Voriger Fehler -_Adeptsense = _Adeptsense _Complete Symbol = Symbol vervollständigen Show _Documentation = Dokumentation anzeigen _Bookmark = Lesezeichen diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf index 6188c8f3..0db6ca85 100644 --- a/core/locales/locale.es.conf +++ b/core/locales/locale.es.conf @@ -182,7 +182,6 @@ Buil_d = Co_nstruir S_top = _Detener _Next Error = Error sig_uiente _Previous Error = Error _anterior -_Adeptsense = _Adeptsense _Complete Symbol = _Completar símbolo Show _Documentation = _Mostrar documentación _Bookmark = _Marcadores diff --git a/core/locales/locale.fr.conf b/core/locales/locale.fr.conf index 02d778d9..67dc23d6 100644 --- a/core/locales/locale.fr.conf +++ b/core/locales/locale.fr.conf @@ -182,7 +182,6 @@ Buil_d = C_onstruire S_top = _Arrêter _Next Error = Erreur _suivant _Previous Error = Erreur _précédent -_Adeptsense = _Adeptsense _Complete Symbol = _Compléter symbole Show _Documentation = Ouvrir _documentation _Bookmark = _Marqueur diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf index 7fa0046d..bab49f39 100644 --- a/core/locales/locale.ru.conf +++ b/core/locales/locale.ru.conf @@ -171,7 +171,6 @@ Buil_d = С_обрать S_top = Ос_тановить _Next Error = Следующая Ошибка _Previous Error = Предыдущая Ошибка -_Adeptsense = _Adeptsense _Complete Symbol = _Завершить символ Show _Documentation = Показать _документацию _Bookmark = _Закладки diff --git a/core/locales/locale.sv.conf b/core/locales/locale.sv.conf index e0ca67c6..18588458 100644 --- a/core/locales/locale.sv.conf +++ b/core/locales/locale.sv.conf @@ -183,7 +183,6 @@ Buil_d = B_ygg S_top = Avbry_t _Next Error = _Nästa fel _Previous Error = _Föregående fel -_Adeptsense = _Adeptsense _Complete Symbol = _Komplettera symbol Show _Documentation = Visa _dokumentation _Bookmark = _Bokmärke |