The autocomplete tag has no wiki summary.
1
vote
0answers
13 views
Adding a trigger command to autocomplete function in zsh
When you define an alias like alias g=git, the shell will pick it up and run the corresponding autocomplete function. Now, there's a program out there called hub, which is basically a supserset of ...
0
votes
0answers
10 views
System-wide auto-complete word list syncing/integration?
I've been thinking that convenient auto-completion is my must-have feature of the text editors and word processors that I use. I wonder if anyone knows of a program or library that implements a ...
0
votes
0answers
17 views
Emacs23/4 and broken auto-complete menu
I am trying to configure CLang in Emacs, but I found a bug in this program or Auto-Complete. Some time the menu is simply broken.
.emacs auto-complete config:
(add-to-list 'load-path ...
2
votes
0answers
59 views
Chrome: Autocomplete not working on particular input fields
I've run into an issue in Chrome where autocomplete will remember the history of most input boxes, yet fails to save any history in one particular field. Firefox was able to successfully save the ...
2
votes
1answer
12 views
How can I filter zsh's completion candidates?
I'm trying to autocomplete an OS X defaults domain. I type:
$ defaults write <TAB>
And I get lot of results, as you might imagine:
com.apple.AOSNotification.Accounts
com.apple.ATS
...
1
vote
0answers
27 views
Unix (Debian) autocomplete paths thru symlinks
By default, directory symlinks on unix systems are treated as files as far as the autocomplete feature goes. For example, having a directory symlink at /srv/link/, typing /srv/liTAB does only complete ...
1
vote
2answers
46 views
VIM: Tab as omnicomplete, but not at beginning of line
I have configured Tab as Omnicompetion in VIM 7.3:
inoremap <Tab> <C-n>
This is convenient, but I would really like to have regular tab back at the beginning of a line! Is there any way ...
0
votes
0answers
26 views
NetBeans - auto comment all files in project
I can auto comment methods in NetBeans, by start writing /** and pressing enter above method. But how to autocomment like this the whole project and all methods ?
Is it even possible?
I found this ...
0
votes
1answer
38 views
Disable Bash's autocompletion based on command
Bash in my Fedora 16 seems to autocomplete arguments based on the command itself. So if I for example type
cd Tab
… it will only show directories.
There are however far too many commands where ...
0
votes
1answer
67 views
Difference in tab completion and order in Windows Explorer and the Open/Save file dialog
Ok, this has bugged me for some time now. To reproduce:
Open Windows explorer.
Press Alt+D to set focus to the navigation bar.
Begin typing a (valid) path, i.e., "\Progr".
Press TAB and "Program ...
2
votes
1answer
77 views
oh-my-zsh history completion
I have recently switched to zsh, using robbyrussell's oh-my-zsh. Before that i used bash with a lot of custom stuff and i am only missing one thing because zsh is trying to be 'too smart':
If i type ...
2
votes
1answer
46 views
can I make zsh filename completion work like Vim?
I use setopt menu_complete so that I can hit TAB repeatedly to get different filename completions in zsh. However, I would also like to be able to type:
ls ~/*.txt<TAB>
and then use TAB to ...
0
votes
1answer
181 views
Autocomplete user defined function/variable names in Coda
Is it possible natively, or is there a plugin, that will use Coda's autocomplete function for user defined methods and variables?
2
votes
0answers
54 views
Does a fuzzy matching mode exist for the zsh shell?
I've recently fallen in love with efficient text completion systems. One of my favourite kinds of completion is so-called fuzzy completion.
This is a mode where the program will complete the user's ...
3
votes
0answers
92 views
Git completion with aliases
I have a convenient dotfiles repo on Github for you all to look at, here. FYI, git is installed via Homebrew, as with most of the executables on my system.
My git-completion in zsh works fine when I ...
1
vote
0answers
52 views
zsh completion after installing/removing packages
How does zsh figure out currently installed packages on Debian, and how can I update that information? After running apt-get install, zsh won't autocomplete that package as a possible parameter for ...
2
votes
1answer
66 views
Security risks with autocomplete
I've heard of websites that have autocomplete fields that aren't visible, so extra information is captured when a user uses autocomplete (ex. a hidden address field, that is only filled in with ...
0
votes
1answer
89 views
Xcode immediate autocompletion (not only to the next CamelCase)
How to make the autocompletion feature return the current suggestion (from "completion list") in full?
That is, how not to jump only to the next CamelCase with TAB ... but instead have, say, CTRL + ...
2
votes
1answer
166 views
How can I add more autocomplete options to Notepad++? [closed]
Possible Duplicate:
How do I edit or add to Notepad++ HTML/CSS autocomplete?
I created many functions in PHP and I want to add them to the "autocomplete" of Notepad++.
How can I do that?
2
votes
1answer
60 views
How can zsh be configured to autocomplete directory name with camelcase matching?
Eclipse and Resharper have a nice way of navigating files.
If I have the following folders (or files) in my current directory
MyReallyLongName
MyReallyLongAndFunName
MyReallyLongAndNotReallyFunName
...
0
votes
1answer
249 views
Geany: Syntax highlighting and autocomplete doesn't work unless I have the header file open in geany
I'm currently writing a program that uses the GTK library.
The programs compile and run fine.
The problem is - geany seems to not 'know' what structs and methods are in the GTK header file.
It ...
1
vote
2answers
92 views
ls working strangely
I'm used to typing ls Doc, and tabbing a couple times to complete to ls Documents/.
However, now my ls is completing that same statement to ls Documents with a space at the end of Documents, so I can ...
0
votes
1answer
345 views
Where does firefox save/store auto fill data
where does firefox store passwords and username when we opt for remember password. Is it always cookies or some other encrypted file.Also where is the data filled by auto complete functionality of ...
2
votes
1answer
84 views
How can I stop zsh from autocorrecting on proper commands?
I'm having a very strange issue with an install of zsh on my local machine. It attempts to correct commands I've typed very aggressively.
Here are two examples.
If I type which ssh it will ask me if ...
2
votes
2answers
106 views
Auto-insert left bracket in Vim
I'm trying to code some Objective-C in Vim and one thing I'm missing from Xcode is the ability to auto insert the left matching bracket.
Say if I have the following text:
NSString *string = ...
1
vote
0answers
50 views
How can I keep contact auto-completion from being deleted in Outlook 2010?
In Outlook 2010, for some reason unknown to me, the auto-complete list for contacts gets cleared every time I restart Outlook. I am referring to the auto-completion of recently used contacts when I ...
3
votes
2answers
62 views
XCode Command-T-style autocomplete for zsh
I've just started using the Command-T plugin for vim, and it rocks. In case you haven't heard of it, it allows you to type something like this:
Sb
to select Something.hs-boot from the list
...
3
votes
2answers
144 views
Opera doesn't show me addressbar content completion for all pages. Why?
When I type something in the address bar then I sometime see Opera offering pages which have the given word in the page text. This would be very useful if it worked all the time, but whenever I try it ...
1
vote
1answer
232 views
Thunderbird - Automatically add all encountered email adresses to address book
When I am sending an email i want thunderbird to use any means necessary to try to autocomplete the email of the recepient... or at least to look into the senders' emails in my inbox... Is that ...
1
vote
1answer
52 views
zsh: Autocomplete ambigously only on second tab press
Currently, when I hit TAB, and there's more than one option to autocomplete, zsh will show all of them. If I hit TAB a second time, it will pick the first.
I'd like to change this to:
First TAB: ...
1
vote
1answer
181 views
How to remove remembered autocomplete items in Firefox and Chrome?
I love the way the browser remember the text I entered into a form field - especially when I'm a developer. It saves lots of my typing time.
Though, sometimes there are unwanted remembered items and ...
1
vote
1answer
249 views
Exel 2007-2010 - auto-insert date when add new or edit comment
I see that when I add new a comment to a cell, Excel auto insert my username into it.
So I wonder whether or not we can configure the way Excel add header to my comment.
Actually, I need Excel to ...
1
vote
1answer
423 views
IE9: Option to disable autocomplete in forms is disabled/greyed out in IE9 options
In IE9, I went to Tools > Options > [Content] > AutoComplete Settings to uncheck the Forms checkbox so IE would no longer save data I enter into forms, but it's checked and disabled which means I ...
0
votes
2answers
118 views
Gvim Tab Completion
How can you make gvim do tab completion like the terminal-based vim?
The terminal-based vim displays suggestions instead of auto-completing with the first result in the folder and cycling through ...
4
votes
1answer
261 views
Can user-defined autocomplete keyword description in notepad++ span multiple lines?
I am creating an API auto-complete XML file for my user-defined language. Can the description text assigned to the keyword be displayed as multiple lines inside the auto-complete pop-up window?
i.e.
...
3
votes
0answers
87 views
Is it possible to use different zsh menu selection behaviour for different commands?
I'm using the menu select behaviour in zsh, which invokes a menu below the cursor where you can see the various possibilities. The .zshrc option i have set for this is:
zstyle ':completion:*' menu ...
0
votes
1answer
140 views
Komodo Edit Autocomplete to Include Adding Semicolons
I just started using Komodo and I like it. I have the Smart Editing settings set to do quite a lot, and when I type a parenthesis or curly brace, it adds the second one, which is great. But in some ...
1
vote
2answers
276 views
Are there any autocompletion plugins for vim?
Is there an autocompletion plugin for vim? What are my options here?
At the moment I'm using AutoComplPop, but it has bad integration with snipMate that I use and dead slow on Ruby files (even < ...
1
vote
1answer
149 views
Autocomplete move from 2003 to 2010 new PC
Im trying to get a users old settings from word 2003 to 2010, i've got the marcos moved but not working but will deal with them later.
The main issuse is with moving auto text when they press F3. Iv ...
8
votes
3answers
201 views
Is it possible to configure the way bash completes directory names?
I'd like to instruct bash to use a special method to perform completion on certain directory names. For example, bash would call a program of mine to perform completion if a path starts with "$$", and ...
1
vote
1answer
250 views
Excel doesn't automatically update ranges in SUMIF expression — why?
In Excel 2007, I have a worksheet arranged like this:
A B C
1 x 2 15
2 x 3 45
3 x 4 ...
0
votes
0answers
121 views
Espresso: disable autocomplete when typing comments
How to disable Espresso’s autocomplete when I’m typing a comment in PHP (starting with //)? Sometimes they appear, sometimes they don’t, I can’t figure out the reasons for that. But when they do, it’s ...
1
vote
1answer
2k views
How do I remove individual autofill suggestions from Google Chrome?
Sometimes, some things are better meant to be private and shouldn't be shown when others watch.
How can I remove individual auto-fill suggestions so that they don't re-appear?
I don't wish to remove ...
0
votes
2answers
369 views
Is there a way to customize or edit the behavior of Chrome Omnibar Auto-completion?
How does Google Chrome remember the text we type into the address bar?
In my omnibar I want to type "WWWJDIC" but because I have typed "WWWJDIC.com" before, when I type WWWJ and so on, it will have ...
0
votes
1answer
139 views
Is there a resolution to autocomplete in bash escaping export variables?
Export variables in bash are now escaped with auto-completion (tab). A change linked to in another post here at Superuser. Is there any change to this issue?
0
votes
0answers
179 views
Espresso by MacRabbit - Disable Autocomplete
I'm trying to move from Coda to Espresso, because I think I will like it more. BUT THE AUTOCOMPLETE IS KILLING ME! I hate it, and I can't find any way to turn it off. Do any of you guys know how to ...
1
vote
1answer
272 views
Windows Command Prompt auto-completion with forward slashes?
I switch between Linux and Windows quite a lot and it's annoying the hell out of me that the Windows command prompt won't auto-complete directory paths when I press Tab if I use forward slashes like ...
1
vote
2answers
119 views
Start > Run autocomplete list is populated with non-MRU and non-existent files
If I go to Start > Run and type d:, the autocomplete list is populated with lots of files which have long since been deleted from d: and that I have never run via Start > Run (should not be in MRU). ...
3
votes
1answer
87 views
Why does ~username/ change to /home/username if tab-completing a path with a space in it?
In ~jacksonc/temp/ there are two files, test.txt and space test.txt, both placed there through Windows (using Samba).
Using bash, if I type
cat ~jacksonc/temp/t[tab]
, it autocompletes to
cat ...
2
votes
1answer
489 views
gVim - Omni completion preview window doesn't go away?
The omni-completion feature in gVim (under Windows, with mostly default settings) brings up a second buffer, called [Scratch] [Preview].
When I finish selecting an item from the omni-completion popup ...