Tagged Questions

0
votes
2answers
30 views

Hiding Previously Entered Data in Textboxes

I'm in the process of improving the security of an ASP.NET app and have modified HTTP response headers to clear the cache, disallow storage of the cache, and expire the page immedi …
1
vote
4answers
129 views

jquery auto complete for dynamically generated textboxes

hi, i am new to jquery, i am working on a web page which needs generating text boxes dynamically with autocomplete facility. i tested $("#some").autocomplete(data); on some stati …
1
vote
2answers
269 views

Can Eclipse CDT do auto-complete when using typedefs?

For all my code Eclipse's autocomplete function is working fine, except when I use a typedef. Example code (someclass.hh): typedef std::vector<int> IntVector; class SomeCl …
7
votes
4answers
1k views

How can I enable auto complete support in Notepad++?

I am trying to add simple syntax highlighting and auto completion for a simple scripting language. I added syntax highlighting using this article Now I want to know how to enable …
0
votes
6answers
1k views

FilteringSelect with a QueryReadStore: selection doesn’t stick

I am using a dijit.form.FilteringSelect backed by a dojox.data.QueryReadStore in order to allow the user to select a region (think "auto-complete" mechanism). On each character en …
0
votes
1answer
421 views

Enabling autocomplete in Notepad++ for .API files?

Does anyone know how to get auto-complete working in Notepad++ using the .API files provided on the N++ site? Autocomplete works fine for me in languages which have an XML autocomp …
0
votes
2answers
308 views

How do I alter tab autocomplete in bash to dive through folders?

I have a folder 'test' which contains another folder 'test2' When I type 'cd te[tab]' it auto-completes to 'cd test/' How do I make it autocomplete to 'cd test/test2/', without h …
1
vote
5answers
282 views

Line completion with custom commands

Hi, my Python program can be launched with a range of different options (or subcommands) like: $ myProgram doSomething $ myProgram doSomethingElse $ myProgram nowDoSomethingDiffer …
1
vote
2answers
749 views

How can I control/override the auto-complete in my iPhone app?

I want to control/override the auto-complete feature when a user enters text in my iPhone app. Specifically I'd like to auto-complete a collection of words I supply. For example …
0
votes
0answers
22 views

Mephisto x autocomplete

Hi, I'm trying to use the plugin auto_complete with mephisto. My problem is that i cannot add a code to a view because i don't have a liquid tag to do it. I read a liquid manual t …