Skip to content

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

Notifications You must be signed in to change notification settings

gwydion67/Autocomplete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autocomplete

This is an Autohotkey Application originally made my Uberi. but the Project seems to have been abandoned, This fork Updates the AutohotKey version with change to dark theme and fixing some bugs. Suggests and completes words as you type! Write faster and more efficiently.

Screenshot

Using

  1. Clone the repo and extract to a safe location
  2. make sure you have a recent version of AutoHotkey installed, and run Autocomplete.ahk.
  3. Use the tray menu to alter the settings
  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 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.

Fixes by Gwydion

  • fix clipboard
  • fix wordlist (idk maybe it didn't just work for me)
  • changed theme to dark

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

Credits

  • ubery
  • Thdoan

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AutoHotkey 100.0%