Tagged Questions

0
votes
1answer
19 views

Eclipse: code completion based on snippets

I would like to accomplish two tasks at once. First, to move my snippets of code from .txt files and be able to tag them/organize better. Second, assign shortcuts to those snipp …
0
votes
1answer
87 views

How can I configure vim so that movement commands will include underscores and CamelCase, but completion will ignore them?

For example, I currently have this: set iskeyword-=_ This has the effect of making this work: foo_bar If cursor is on "f", pressing w moves cursor to the underscore. Pressin …
1
vote
0answers
30 views

How to enable git file tab completion with zsh compinit?

I have a problem with the zsh tab completion: After running: autoload -U compinit compinit Git tab completion for files does not work any more. For example if I type git add my_f …
0
votes
1answer
51 views

TextMate - completion using an external file or file contained in project?

Does anyone know how to get TextMate to search an external file (or even the files contained in a TextMate "project") with which to perform word completion? I'm coding some stuff …
3
votes
2answers
127 views

Tcsh and/or bash directory completion with variable hidden root prefix

I'm trying to set up directory completion in tcsh and/or bash (both are used at my site) with a slight twist: for a particular command "foo", I'd like to have completion use a cust …
0
votes
3answers
122 views

HOW TO make test.php continue with rest of coding without waiting for a function to complete task?

Hi there, This is the case. At test.php, I have a function dotask(a,b,c,d); This function need to do task that need 2-4 minutes to complete. Task including insert new record into …
2
votes
1answer
79 views

Given a list of words - what would be a good algorithm for word completion in java? Tradeoffs: Speed/efficiency/memory footprint

I'm exploring the hardware/software requirements (ultimate goal is mobile Java app) for a potential free/paid application. The application will start with this simple goal: Given …
0
votes
1answer
52 views

Programming customized tab completion for zsh

Sorry if my google fu is too weak, but: I simply want to adjust zsh so that I can tab complete someappname -s using the contents (filenames) of ~/somedir For example: someapp …
2
votes
2answers
292 views

How do I change bash history completion to complete what’s already on the line?

Hi there, I found a command a couple of months ago that made my bash history auto-complete on what's already on the line when pressing the up arrow: $ vim fi [press up] $ vim f …
1
vote
2answers
55 views

Cocoa Controllers - best practice for notifying on completion, for disposal?

A general question on style and best practices... I have an ObjC controller object. After alloc/init of the object, I get it to do a job asynchronously: [myObject doSomeThingsOv …
0
votes
1answer
82 views

How to call a function after the update progress is completed in an update panel?

I have a button in the update panel. Another function say function1 is executed in the click event of this button. I want to call a javascript function once the function1 completes …
2
votes
1answer
102 views

How do I read only available data off a windows COM port?

I have a file handle to a serial (COM) port. I need to read whatever data is available immediately and not wait for additional data to be sent. How can I determine how much data …
2
votes
5answers
900 views

Win32 Overlapped I/O - Completion routines or WaitForMultipleObjects ?

I'm wondering which approach is faster and why ? While writing a Win32 server I have read a lot about the Completion Ports and the Overlapped I/O, but I have not read anything to …
2
votes
2answers
215 views

Vim: Filename completion in reverse order

To open a file in vim, I usually type ":e " and then hit tab until the file I want appears. However, I always get in a rhythm and inadvertently go ONE past the desired file. With …
0
votes
5answers
417 views

Find file in directory from command line

Noob question here, trying to wean myself off of IDEs. In editors/ides such as eclipse and textmate, there are shortcuts to quickly find a particular file in a project directory. …

1 2 next
15 30 50 per page