Tagged Questions

0
votes
2answers
85 views

Wrap long lines in Vim?

I've noticed that gq does not work when I paste in a long line. For example, with a textwidth=72 and formatoptions=tcroqbnl, gq refuses to wrap this (in insert mode, I pasted the entire label …
1
vote
4answers
45 views

Copy/Paste in windows forms with custom controls

I am writing a small app in C# using windows forms. I want to let my users copy and paste data around the app and there are some custom controls, for example one is a colour picker. Some of the …
2
votes
1answer
61 views

Paste text from Clipboard using button

I have control bar buttons Copy, Cut, and Paste and they suppose to copy/paste some text/objects from and to clipboard. Copy/Cut works fine. Paste using CTRL+V and context menu works fine as well. …
3
votes
2answers
92 views

What is paste script ?

I'm trying to understand what paste script and paster are. The website is far from clear. I used paster to generate pre-made layouts for projects, but I don't get the big picture. As far as I …
1
vote
1answer
57 views

paste.httpserver and slowdown with HTTP/1.1 Keep-alive; tested with httperf and ab

I have a web server based on paste.httpserver as an adapater between HTTP and WSGI. When I do performance measurements with httperf, I can do over 1,000 requests per second if I start a new request …
0
votes
2answers
26 views

Paste into SQL Server table via Management Studio 2005 and keep line endings

I cannot get this to work. I have opened a SQL Server Express table in SQL Server Management Studio 2005. When I try to paste a multiline text snippet into an NTEXT field it gets truncated to only …
2
votes
3answers
129 views

Is there a Perl substitute for the cut and paste shell commands?

I saw once a quick and dirty Perl implementation for the cut and paste linux commands. It was something like perl 'print "$F1"' filename to substitute a cut -f1 filename command Can someone tell me …
0
votes
4answers
71 views

starting my own threads within python paste

I'm writing a web application using pylons and paste. I have some work I want to do after an HTTP request is finished (send some emails, write some stuff to the db, etc) that I don't want to block the …
0
votes
2answers
227 views

Excel Macro Match and Copy/Paste

Hi! I'm trying to build an Excel macro that will allow me to do the following: I have two excel sheets. I want the macro to match all the values in Sheet1, col A against cell A1 in Sheet2. If it …
0
votes
2answers
290 views

vba excel how to paste values without font/color/bg color formatting

Got a macro to copy a summary row from each of a series of worksheets. Summary row is specially formatted with font/font color/bg color, but when pasted into the 'sumamry sheet' needs to just paste …
0
votes
2answers
161 views

Any way to add paste multiple row data into an InfoPath repeating table?

My users use Excel to come up with some ad-hoc lists of buildings we own. I'm building an InfoPath form to manage contracts on those buildings. I'm looking for a way to let my users specify the …
0
votes
2answers
23 views

python paste using global egg instead of local one

I'm using Paste to run a Pylons application. Is there a way to specify in my paste config file to use the egg from the current directory (the same dir as the config file) instead of looking in global …
0
votes
1answer
58 views

How to read copied html text from clipboard with its html tags?

Hi, When a user selects and copies a text from a web page, I need to get that text with all the html tags included so that I can select some specific attributes etc. Is it possible to read it from …
0
votes
2answers
66 views

Paste two text lists (one list a file) into one list separated by commas

An example of the process/output would be: File1: hello world File2: foo bar Resulting file after concatenation: File3: hello;foo world;bar For a large list of non-predictive text (no-wild …
0
votes
2answers
275 views

Copy and paste into a DataGridView cell (C#)

I need to be able to copy a name or names from one application (using the normal copy commands) and then be able to double click the text cell in a DataGridView to paste the data into the grid cell. …

1 2 3 next
15 30 50 per page