All Projects → thdoan → Autocomplete

thdoan / Autocomplete

Licence: other
Suggests and completes words as you type! Write faster and more efficiently.

Projects that are alternatives of or similar to Autocomplete

Cmake Ide
Use Emacs as a C/C++ IDE
Stars: ✭ 661 (+3572.22%)
Mutual labels:  autocomplete, autocompletion
django-search-admin-autocomplete
Simple django app that add autocomplete to search inside admin panel.
Stars: ✭ 28 (+55.56%)
Mutual labels:  autocomplete, autocompletion
Zsh Autocomplete
🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
Stars: ✭ 641 (+3461.11%)
Mutual labels:  autocomplete, autocompletion
Autoprompt
Auto complete command prompts for C# .Net console apps
Stars: ✭ 22 (+22.22%)
Mutual labels:  autocomplete, autocompletion
Vim You Autocorrect
Why should smartphones get all the fun?
Stars: ✭ 173 (+861.11%)
Mutual labels:  autocomplete, autocompletion
vscode-allautocomplete
Autocomplete from open files for VSCode
Stars: ✭ 90 (+400%)
Mutual labels:  autocomplete, autocompletion
fast-autocomplete
Fast Autocomplete: When Elastcsearch suggestions are not fast and flexible enough
Stars: ✭ 201 (+1016.67%)
Mutual labels:  autocomplete, autocompletion
Ide Stubs
Phalcon IDE Stubs
Stars: ✭ 137 (+661.11%)
Mutual labels:  autocomplete, autocompletion
Modernsearchbar
The famous iOS search bar with auto completion feature implemented.
Stars: ✭ 167 (+827.78%)
Mutual labels:  autocomplete, autocompletion
zsh-yarn-completions
Yarn completions for Z-shell that supports yarn workspaces
Stars: ✭ 35 (+94.44%)
Mutual labels:  autocomplete, autocompletion
CLI-Autocomplete
Cross-platform flexible autocomplete library for your CLI applications.
Stars: ✭ 21 (+16.67%)
Mutual labels:  autocomplete, autocompletion
STPathTextField
Subclass of NSTextField that supports shell and browser-style path autocompletion
Stars: ✭ 17 (-5.56%)
Mutual labels:  autocompletion
elm-selectize
selectize-like dropdown menu with autocompletion in elm
Stars: ✭ 28 (+55.56%)
Mutual labels:  autocomplete
django-yaaac
Ajax Autocomplete Django application
Stars: ✭ 13 (-27.78%)
Mutual labels:  autocomplete
ewow
Use Emacs command (almost) everywhere
Stars: ✭ 53 (+194.44%)
Mutual labels:  ahk
autocomplete-semantic-web
Semantic Web Autocomplete for Atom Editor
Stars: ✭ 45 (+150%)
Mutual labels:  autocomplete
CodeView
Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
Stars: ✭ 254 (+1311.11%)
Mutual labels:  autocomplete
hotstring
Trigger a Hotstring through dynamic means with Autohotkey
Stars: ✭ 37 (+105.56%)
Mutual labels:  ahk
vscode-importmagic
No description or website provided.
Stars: ✭ 35 (+94.44%)
Mutual labels:  autocomplete
vue-custom-google-autocomplete
🔍 Google Place Autocomplete Search - Renderless component + Wrappers for Bulma, Bootstrap and more...
Stars: ✭ 31 (+72.22%)
Mutual labels:  autocomplete

Autocomplete by Uberi

Suggests and completes words as you type! Write faster and more efficiently.

Screenshot

Using

  1. Extract the archive to a safe location.
  2. If you downloaded the binaries, open Autocomplete.exe.
  3. If you downloaded the source, make sure you have a recent version of AutoHotkey installed, and run Autocomplete.ahk.
  4. Start typing somewhere. After the first few characters, a suggestion box will appear.
  5. Use the Up/Down and PgUp/PgDn keys to select an entry if the currently selected one is not the desired word.
  6. Press Enter or Tab to trigger the completion with the currently selected word.
  7. Alternatively, press one of 1, 2, ... 9, 0 to trigger completion with the 1st, 2nd, ... 9th, and 10th word, repectively.
  8. Press Esc to cancel and close the suggestions list.

Advanced

Click on the tray icon to bring up the settings dialog. The dialog allows you to configure settings such as the maximum number of results to show at a time and the number of characters to type before showing suggestions.

The dialog also allows you to edit the wordlist by adding or removing words. All settings are saved automatically upon program exit.

The wordlist is contained in WordList.txt. Each line represents a word. The list can be edited with a text editor, but ensure the editor supports larger files before doing so! Some may crash or hang upon editing such files.

Settings are stored in Settings.ini in the program directory. This contains a few more settings not accessible in the settings dialog, mainly the key settings.

Key settings are URL encoded lists of key names such as Space and d where each entry is separated by a newline (the URL encoded version of a newline is %0A). They can be edited to change the keys accepted by the program.

Modifications by thdoan

  • Added support for characters < ( { by default (to autocomplete <tag>, etc.)
  • Added support for NumPad navigation in suggestions list
  • Added ability to navigate suggestions list with PgUp/PgDn
  • Added ability to autocomplete code snippets with newlines (\n) and tabs (\t)
  • Added ability to move caret to indicator (|) after autocompleting (escape with \| if you want to insert a literal pipe)
  • Added ability to close suggestions list by pressing Esc
  • Added ability to add new word in Preferences by pressing Enter
  • Changed monospace font to Consolas
  • Changed default minimum trigger length to 2
  • Changed suggestions list hotkeys from Alt + <Num> to <Num>
  • Changed to clear "new word" edit box after adding to wordlist
  • Changed Preferences wordlist to alphabetical order (sorted)
  • Replaced English word list with a few code samples
  • Fixed "0." not displayed in suggestions list
  • Fixed incompatibility bug with v1.1.20.00 and higher
  • Fixed horizontal scrollbar in Preferences wordlist
  • Fixed Regular Expressions reserved characters not escaped in wordlist

Licence

This program is provided under the 3-clause BSD license. In short, this gives you the right to modify and distribute the program as you please, as long as you make sure the notice below is accessible to the user.

Copyright (c) 2013, Anthony Zhang
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of the <ORGANIZATION> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].